资源列表
Joson20121015
- 解决算法设计中的约瑟夫问题,用C++编写实现。程序中包含注释,具有较高的可读性。适合于初学者学习。-Solve the algorithm design Joseph C++ prepared to achieve. Included in the program notes, has a high readability. Suitable for beginners to learn.
MergeLink
- 用于实现两个链表结构中元素的合并,合并后去除了链表中的重复元素。代码具有很好的可读性。适用于数据结构的初学者。-Used to implement the merger of the two elements in the linked list structure, merger, in addition to repeating elements in the linked list. The code has good readability. Data structure suitabl
matrix_compute
- 该程序用于计算矩阵的乘方和,采用算法设计中的分治法实现,计算速度快,算法复杂度低。-Involution of the procedures used to calculate the matrix using the divide and conquer algorithm design to achieve calculation speed, low complexity of the algorithm.
compute_lasfousnum
- 采用分治法快速求解拉斯斐切数。代码用C语言编程实现,可用于处理数学问题。-The divide-and-conquer method fast solving Lasifeiqie number. Code with C language programming, can be used to deal with mathematical problems.
divide_wood
- 算法设计中的木棒分割问题,采用C++编程实现。代码通俗易懂。适合于初学者学习。-The stick split algorithm design, using C++ programming. Code easy to understand. Suitable for beginners to learn.
svm-bp
- 将svm分类与bp算法结合,针对图像中的分类预测问题提出一种算法-Svm classification the bp algorithm combines propose an algorithm for image classification prediction problem
linear-list
- 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
shuzhisuanfa
- 实现数值分析中的一些基本算法,Jacobi、Gauss、Gauss-Seidel、拉格朗日插值以及列主元高斯消去发等-Some of the basic algorithm in numerical analysis
ShutDown
- 用VS2008开发的一个小工具,这个小工具能够实现本地主机自动关机,简单实用,欢迎大家下载使用。-Use VS2008 development of a small tool, the small tool to realize the local host automatic shutdown, simple and practical, welcome everyone to download to use.
Caculater
- C语言编写的,计算器程序,值得借鉴与参考-C language, calculator program, worth learning and reference
fb.tar
- FranmeBuffer的相关资料,包括源码,有需要的可以研究研究-FranmeBuffer information, including source code, need studies
myapriori
- 使用读文件的方式,读取文件中的内容,并输入相应的最小支持度,实现对候选集和频繁项集的输出。-Used to read the file, read the file in the content, and the input corresponding to the minimum degree of support, implementation of candidate frequent itemsets and output.
