资源列表
0804-08081401huffman
- 实现统计字母频率,实现哈夫曼树的建立,并现实0 1代码,MFC GDI编程,还实现了发送,译码功能,接受,顺便还实现了聊天功能-Achieve statistical letter frequencies, to achieve the establishment of Huffman trees, and reality 01 code, MFC GDI programming, but also realized the sending, decoding functions to acce
code
- (1) 生成n个[0,65535]以内的整数随机数,存入文本文件; (2) 将n个随机数从小到大排序,并显示结果。排序采用k桶法 (3)用函数编制混合同余的伪随机数发生器-(1) generate n-[0,65535] integer random number within, into a text file (2) n random numbers from small to large order, and displays the results. Sort by k B
1
- C语言算法,供大家参考,请下载并练习,多多交流-C language algorithms, for your reference, please download and exercises, more exchanges
xxfczd
- C语言算法,供大家参考,请下载并练习,多多交流-C language algorithms, for your reference, please download and exercises, more exchanges
chap12
- C语言算法,供大家参考,请下载并练习,多多交流-C language algorithms, for your reference, please download and exercises, more exchanges
suanshu
- 本程序描述了算数编解码,首先实现了,图像的读取与显示。以及算术编码的实现,与哈夫曼编码相比较,实现了整体的编码-suan shi bian ma zhu yao shi xian le dui zheng ge maliu de bian ma ,bu zhi zhi dui mei ge fu hao de bian jie ma
datastructure
- 这个是数据结构教学过程中的经典问题,有百鸡问题,皇后问题,汉诺塔求解等8个问题。非常适合初学者参考。-This data structure is a classic problem of the teaching process, there are 100 chicken problem, queens, Tower of Hanoi problem solving, etc. 8. Very suitable for advanced users.
computer_algorithm_designing_and_analyzing
- 计算机算法设计与分析,王晓东版,十分实用的一本参考书-Design and analysis of computer algorithms, Xiaodong version, very useful reference book
KMP
- KMP算法的实现,这个算法是比较复杂的,这个小程序可以帮助你理解KMP本质-This is the implement of KMP, which is hard for understanding. it can help you understand it well
ysfh
- 约瑟夫环的实现代码,适合初学c语言或者c++的-Joseph Ring' s implementation code, suitable for beginners or c language c++ in. . . . .
143465654234
- 线性表的插入操作在顺序储存表示时的实现方法-Linear table insert operation in order to achieve when the method of storage that
PPT
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。-"C+
