资源列表
convert
- powerscr ipt脚本语言编写的,可以将数据窗口转换成图片的功能-Convert image data window
except
- 检查文件读取,处理文件处理异常。阅读您的文件包然后写出其具体功能(至少要20个字)。-Check the document to read, to deal with document processing anomalies. Read your paper bag and then write their specific functions (at least 20 words).
slda
- supervised LDA 源代码s upervised LDA 源代码-supervised LDA 源代码supervised LDA 源代码supervised LDA 源代码
5DAC
- 基于c8051F040单片机,关于DAC的程序-C8051F040 microcontroller based on the DAC program
Compress
- 可以对文件和内存数据进行压缩和解压,有test工程-Can file and memory data compression and decompression, there are test engineering
JavaSnakeGrame
- 这是一个刚刚编写好的游戏:是贪吃蛇的游戏.很多人都玩过.应该不会很陌生.-this is just a preparation game : the game is a huge memory. Many people have tried. Should not be very unfamiliar.
Hanio
- 这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。-This is a game, but also with the vc++ Pseudocaranx, using a mathematical principle of Tower of Hanoi.
danpianjibujindianji
- 简述单片机控制步进电机原理,步进电机工作过程-On the principle of single-chip stepper motor control, stepping motor process
BasicDES
- Basic DES Cipher files
Exec
- EXe files to test the code
20080123140714472
- (1)接收原始数据: 从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存于文件hfmtree.dat中。 (2)编码: 利用已建好的哈夫曼树(如不在内存,则从文件hfmtree.dat中读入)对文件中的正文进行编码,然后将结果存入文件codefile.dat中。 (3)译码: 利用已建好的哈夫曼树将文件codefile.dat中的代码进行译码,结果存入文件textfile.dat 中。 (4)打印编码规则:即字符与编码的一一对应关系。 (5)打印哈夫曼树:将已在