资源列表
Prime_Bit
- 素数统计快速算法,采用分段赛选,统计10^9 以内素数个数时间在1s以内。-prime Statistics fast algorithm, using sub-tournament election statistics 10 ^ 9-within a few hours in the number of 1s within.
duxiangshi
- 该代码用于求多项式的数学运算,加减乘除。保证没错误-The code used in order to polynomial arithmetic, addition and subtraction multiplication and division. Ensure that no error
huffmantree6_12
- huffmantree 哈弗曼树编码、解码的C程序。输入一段文字(英文),统计这些字符出现的频率作为权值,进行哈弗曼编码,然后再进行解码,输出到屏幕上。-huffmantree Havermann tree encoding and decoding of the C program. Enter a text (in English), statistical frequency of these characters appear as the weights for Havermann e
Machine-Scheduling-Problem
- 机器排序问题,使用机会约束规划,其中变量使用的是模糊变量。-Machine scheduling problems, the use of chance-constrained programming, in which the variable using fuzzy variables.
bahuanghou
- 八皇后问题求解,一共92种解法,用递归完成-Prolog
the_generalized_table
- 用于实现广义表的创建、遍历、复制、求表头、表尾-Generalized table for implementing the creation, traversal, copying, find the header, footer
Opengl3dpanda
- Kung - Fu Panda Opengl 3d picture
BinarySortTree
- 数据结构,二叉排序树,已经进行编译,并成功运行,希望对大家有所帮助-Data structure, binary sort tree, compile and run successfully, we hope to help
shizilianbiao
- 十字链表A=A+B(有注释),自行输入A、B表-Cross-linked A = A+ B (with comments), to input A, B Table
BT
- code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.
haffuman-for-students-imformation
- 数据结构内容,使用哈夫曼树存储学生信息,适用于VC 和C-Data structure of the content, use the Huffman tree to store student information for VC and C++
Candidates-Information-Manage
- 考试报名工作给各高校报名工作带来了新的挑战,给教务管理部门增加了很大的工作量。本项目是对考试报名管理的简单模拟,用控制台选项的选择方式完成下列功能:输入考生信息;输出考生信息;查询考生信息;添加考生信息;修改考生信息;删除考生信息 本项目的实质是完成对考生信息的建立,查找,插入,修改,删除等功能。其中考生信息包括准考证号,姓名,性别,年龄和报考类别等信息。项目在设计时应首先确定系统的数据结构,定义类的成员变量和成员函数;然后实现各成员函数以完成对数据操作的相应功能;最后完成主函数以验证各个成
