资源列表
[其他小程序] huffmancode-0.1
说明:构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 f<kimikami> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[C#编程] reset0
说明: 该程序功能是使数组左下半三角元素的值会全部置成0。其中左下半三角元素的下标特点是列下标小于或等于行下标。-The program function is to enable all left the lower triangle of the array element values will be reset to 0.Lower triangular elements of the left subscr ipt subscr ipt is characterized by column<张建平> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[C#编程] compare
说明: 该程序功能是比较两个字符串的长度。解题过程是首先分别求得两个字符串的长度,然后对这两个值进行判断,实现两个字符串长度的比较。- The length of the program function is to compare two strings.Problem solving process is first evaluated two the length of the string, and then the two values to judge, compare two stri<张建平> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[其他小程序] history-cloud
说明:通过云模型算法编程仿真实现某一天交通流量的预测-One day traffic flow forecast by the the cloud model algorithm programming simulation<joanna> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[其他小程序] CareerCup.tar
说明:Interview preparition for CareerCup. Include most answers in C.<ffe> 在 2025-12-05 上传 | 大小:3kb | 下载:0
[C#编程] xianxingbiao
说明:线性表完整程序。实现线性表的创建、插入、删除功能。-The linear table complete program. Linear table creation, insert, and delete functions.<杨宜贵> 在 2025-12-05 上传 | 大小:3kb | 下载:0