资源列表
[其他小程序] 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-11-24 上传 | 大小:3kb | 下载:0
[其他小程序] acm-commonly-used-code
说明:参加acm大赛 常用到的几种代码,非常的使用,而且在日常编程中运用这些代码思想去编程也可以很快解决问题-Participate acm contest several common code, the very use these codes ideological programming, but also in the day-to-day programming problems can be solved quickly<peter> 在 2025-11-24 上传 | 大小:50kb | 下载:0
[其他小程序] xinhaofasengqi
说明:msp 430实现信号发生器的功能,可以通过程序的修改,产生各种所需的波形。-msp430 forcing function generator<tan> 在 2025-11-24 上传 | 大小:21kb | 下载:0
[其他小程序] mrsNetShop
说明:适合初学者学习,一个小型商城网站。实现前台喝后台的功能。-Suitable for beginners to learn, a mini-mall site. Achieve the foreground drink background function.<潘祥星> 在 2025-11-24 上传 | 大小:3.74mb | 下载:0
[其他小程序] binary-tree
说明:二叉树的简单应用,建立、遍历以及递归实现二叉树的应用-the binary tree<韩静雅> 在 2025-11-24 上传 | 大小:5kb | 下载:0
[其他小程序] Flash-LED-2
说明:Flashing Led for Microcontroller PIC16F84A<vorn> 在 2025-11-24 上传 | 大小:34kb | 下载:0