资源列表
2010011016_e6
- 建立一个关于学生姓名及其若干课程成绩的数据处理系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能。从而熟悉已学过的各种数据结构,并掌握它们各自的特点与适用情形,同时熟悉已学过的各种数据处理算法,特别是查询、排序、添加单元、删除单元,以及遍历等等,学会根据实际需要选择数据结构和算法设计。 -The establishment of a student' s name and the
2010011016_e8_p1
- 1、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。 -1, for a given number of sets of data, according to the order specified in accordance with the principle of least squares methods are the use of the normal equatio
Eight-queens-problem
- 关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.
airplane
- 一个飞机起飞降落的程序代码,需要调试,比较简单,容易看到。-A takeoff landing program code, need to debug, simple, easy to see.
Way_to_Algorithm
- 挑战算法之路中的具体实现代码,主要涉及信息学竞赛,计算机程序设计竞赛,以及《算法导论》中一些经典算法与题目具体实现~-Way to Algorithm
poly
- 采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
mintree
- 最小生成树,函数,画图,需要再自己编个主函数-min tree
(2)
- 关于图书馆管理系统的模糊查找,可查找书籍,书名,等-Fuzzy Lookup
libsvmtest
- libSVM簡介 這是台大林智仁老師所開發的SVM工具,應該是世界上最好用且最主流的SVM,許多國內外的研究都透過他完成的。其實SVM之所以會成為主流,是因為它的效率較高,而且結果也不錯,甚至有學者認為SVM可以取代類神經網路(林國峰等,2009)。-libSVM Introduction This is NTU prof developed SVM tool, it should be the world' s best and most mainstream use of SVM
datastructure
- C++数据结构中栈的应用 等价表达式的源代码-C++ application stack data structure equivalent expression source code
train-station--sale
- 是对火车站的售票系统的设计与实现,包括售票,退票,剩余票数等功能,对学习数据结构有很大的帮助。-The design and realization of the railway station ticket system, including ticketing, refund, the remaining votes and other functions, to learn the data structure of great help.
Dinkelbach
- 最优比率生成树,设计Dinkelbach定理,运用prim算法与迭代算法-Minimum ratio spanning tree