摘要: 未测试是否正确.......#include stdio.h#include stdlib.h#include string.h#ifndef Huffman /*define all the function and data structure*/typedef int ElementType;typedef struct HeapStruct *HuffHeap;typedef struct HuffNode *Position;typedef struct HuffNode *HuffTree;/*define a huffman tree*/HuffHeap Initia 阅读全文
posted @ 2011-01-11 15:20 楚夕 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 此程序为次品.......#include stdio.h#include stdlib.h#define MAX_SIZE (100000)int list[500][500];int total;int n,m,Q,vir[10000],type[10000];struct stackrecord{ int row; int col; struct stackrecord *next;};typedef struct stackrecord *stack;stack s;typedef stack nodeplace;void mkempty(){ s=(stack)malloc( 阅读全文
posted @ 2011-01-11 15:18 楚夕 阅读(198) 评论(0) 推荐(0) 编辑
摘要: #include stdio.h#define MAX_SIZE (10000)struct node{ int qnum; int key;};typedef struct node listnode;listnode list[1000];int queue[1000];void checklist(int n,int m,int k,int q){ int i,j,t,min,times=0; int results[1000]; for(i=0;i1000;i++) results[i]=0; t=0; while(timesk) { min=MAX_SIZE; for 阅读全文
posted @ 2011-01-11 15:16 楚夕 阅读(134) 评论(0) 推荐(0) 编辑
摘要: /*-------------------------------tqmain.c--------------------------------*/#include <bios.h>;#include <tqminer.c>;#include <tqcomt.c>;#include <xpmouse.c>;int main(){ int gamer... 阅读全文
posted @ 2010-11-06 12:20 楚夕 阅读(545) 评论(0) 推荐(0) 编辑