资源列表

« 1 2 ... .59 .60 .61 .62 .63 215564.65 .66 .67 .68 .69 ... 216384 »

[C#编程hafuman

说明:哈夫曼编码/译码器 1)问题描述 设计一个利用哈夫曼算法的编码,重复地显示并处理以下项目,直到选择退出为止。 2)基本要求 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; -Huffman Encoder/Decoder 1) Descr iption of the problem to design an algorithm using Huffman coding, repe
<龚海泉> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[Windows编程103244863111

说明:Vigenère密码小程序 没有解密的过程 仅供学习-Applet Vigenère password decryption process is not only learning
<张没> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[汇编语言phone

说明: 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名字的前面存有每个名字的长度,有利于对名字进行比较,体现了空间
<朱旭浩> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为4。 分隔符包括:,、 、{、}、(、)、【、】; 单词
<xzy> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[加密解密lsb

说明:基于LSB的信息隐藏,前一部分是加密,会把信息隐藏到图片中,后一部分是解密。-LSB-based information hiding, the former part is encrypted, the information will be hidden to the picture in the latter part is decrypted.
<xzy> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[编译器/词法分析diguixiajiang

说明:可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i-String can be identified with the following grammar: (1) E-
<xzy> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[Windows编程WNL2

说明:万年历:可以输出某天或某月的pascal代码-Calendar: You can output a certain day or a month
<wangsizhi> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)LSB

说明:图像水印的LSB方法,包含水印嵌入和提取过程-LSB of image watermarking methods, including the watermark embedding and extraction process
<jiyue> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)avr64_18B20

说明:常用测温芯片,18B20。用AVR MEGA64做的,很简单啦。但希望有些用吧。。谢谢了。 我上传的东西都是我用过的,上传东西要负责吧。-Commonly used measurement chip, 18B20. AVR MEGA64 used to do, simply put啦. But we want to have some with you. . Thank you. I upload everything I used to upload things to be respon
<logean> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[Windows编程Correct

说明:给一个错误的四字成语进行纠错,找到它的正确写法。具体来说,你只允许修改四个汉字中的其中一个,使得修改后的成语在给定的成语列表中出现。原先的错误成语保证不在成语列表中出现。-To a wrong idiom for error correction to find the correct wording of it. Specifically, you are only allowed to modify the four characters in one, making the revised
<> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[其他小程序svmmatlab5

说明:用SVM做分类的使用方法,有matlab代码,里面还有说明,对初学着有帮助 -SVM to do classification with the use of methods, have matlab code, there is also that of a beginner has to help
<黎明> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[Windows编程manager

说明:学生学籍管理系统的C程序,很多学校的软件设计的内容-Students in school management system C procedures, many schools the content of the software design
<bandy> 在 2025-06-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 215564.65 .66 .67 .68 .69 ... 216384 »

源码中国 www.ymcn.org