资源列表
seq_list
- 顺序列表的创建,插入元素,删除元素,倒置元素,对元素进行排序,查找元素-Order of the list is created, insert elements, remove elements, inverted elements, the elements are sorted, find elements
lianshou
- 有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.Using C language to write the p
flag
- 五星红旗图案制作,用c语言实现图像输出的源码-Red pattern making, c language
pwwHash
- 大数据 Map 哈希 价值五亿美元 Big Data Map hash value of five hundred million U.S. dollars-Big Data Map hash value of five hundred million U.S. dollars
V2.10
- 统计器first. If you did not registered, please-first. If you did not registered, please
huffman
- 使用C语言实现从指定文件中读取文本内容,并运用哈弗曼编码对文件进行编码,存储到指定的文件中。-Using C language to read the text from the specified file and use Huffman coding to encode files stored in the specified file.
CPP_Link_Queue_Template
- 用C++编写的队列是用链表实现的一个模版,用VS2012可以直接运行-Written by C++ queue is implemented using a template list, you can directly run by VS2012
IEEE754
- 将单精度浮点数的IEE754表示解析为实数,采用两种方法:移位法和指针转换法。-Analyse the float point number
Btrade
- 创建二叉树,并实现二叉树的先序、中序、后序遍历。-realize the traversal of binary tree
The-shortest-path
- 用Dijkstra算法和Floyd算法实现最短路径,代码比较详细。-To realize the shortest path
fcmsvm
- fcm-svm模型,用来处理连续型数据的拟合预测建模,想用SOM算法将连续性数据离散化,paosvm为改进的粒子群优化SVM参数的算法。数据可根据自己的进行替换-fcm-svm model fit to handle continuous data, predictive modeling, would like to use SOM algorithm continuity discrete data, paosvm of improved particle swarm optimizatio
KMP
- KMP算法和KMP改进算法实现,数据结构,字符串匹配算法-KMP KMP algorithm and improved algorithms, data structures, string matching algorithm