资源列表
Data-structure-C-part1
- 《数据结构》中伪代码的C语言代码编译实现,本代码配合严蔚敏编写的《数据结构》,可使初学者通过练习,更快的掌握。用户可尝试使用C和C++两种不同方法进行练习,效果更好-source code of <Data Structure> which may help beginner learn more efficiency
Data-Struct-source-code(Ch-1)
- C语言通用范例开发金典源码(第一章)--数据结构-The common C language paradigm for developing Golden source code (the first chapter)- data structure
BiTree
- 数据结构试验二叉树的相关操作,包含基本的二叉树建立、层次遍历、前序、中续、后序遍历-Test binary tree data structure operations, contains the basic binary tree establish hierarchy traversal, preamble, in continued after preorder
To-Miss-Our-Children-Time-DP
- /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
ansys
- ansys命令流文件,适合初学者的学习。-some example of ansys apdl
1
- 输入六个数比如123456,输出123456 234561 345612 456123 561234 612345-Such as 123456, input six output 123 456 234 561 345 612 456 123 561 234 612 345
Hand-in-Hand
- /*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the corresponding figure rings and chains
HotelManage.zip
- 酒店管理系统介绍说明文档及源代码使用C++MFC开发,Hotel management system documentation and source code C++MFC development
yiwei
- 移位寄存器的小程序,程序不长,自己写的。如果有不完善的地方,望批评指正。-Shift register of small program, and the program is not long, wrote. If there is no perfect place, hope criticism and corrections.
binaryTree
- 自己用C++写的二叉树,包含增、删、查、改的功能-this is a binary tree written with C++
haffman
- 这是一个实现哈夫曼树的算法。是用C语言实现的。-This is an implementation Huffman tree algorithm. Is to use C language implementation.
k-means.zip
- K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
