void III_hufman_decode(struct Granule *gr,int part2_start,
int freqline[SBLIMIT][SSLIMIT])
{
源代码在线查看: decoder.plg
Build Log
--------------------Configuration: decoder - Win32 Debug--------------------
Command Lines
Results
decoder.exe - 0 error(s), 0 warning(s)
|
相关资源 |
|
-
void III_hufman_decode(struct Granule *gr,int part2_start,
int freqline[SBLIMIT][SSLIMIT])
{
-
1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现
-
void statistics(int signo)
unsigned short cal_chksum(unsigned short *addr,int len)
int pack(int
-
huffman 编码。typedef struct
{
int weight
int flag
int parent
int lchild
int rchild
}
-
class Time
{
public:
Time(int =0,int =0,int =0)
void setTime(int,int,int)
void printMilita
-
VC之改变控件的大小和位置
用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。
void MoveWindow(int x,int y,int
-
河內塔問題
#include<stdio.h>
#include<stdlib.h>
int fun_a(int)
void fun_b(int,int,int,in
-
void insert_sort(int *a,int n)
{
if(n==1) return
insert_sort(a,n-1)
int temp=a[n-1]
for(
|