资源列表
chessboard
- 新编写人机交互性棋盘算法 ChessBoard.cpp ChessBoard.h ChessBoardDoc.cpp MainFrm.cpp MyChessBoard.cpp ChessBoardChessBoardiew.dsw-ChessBoard
spider20060724
- 机器学习和模式识别工具包spider。内容很丰富。包含svm 决策树(C45,J48)、svm、knn、adaboost、bagging、hmm(隐马尔科夫模型)、随机树(random forest)等-Machine learning and pattern recognition toolkit spider. Very rich in contents. Tree contains svm (C45, J48), svm, knn, adaboost, bagging, hmm (hidd
mathematical-used-in-CPP
- 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
Q
- 高精度数据计算,最高精度可以人为设定。高达50位以上-high precision computation
Data_struct
- Data_struct.rar 数据结构习题解析-Data_struct.rar Problem parsing data structures
tucle
- 海龟作图 实现海龟的行走 向上向下或者改变方向-Turtle turtle walk mapping to achieve
dijkstra
- 最小生成树的Dijkstra算法,保证是正确的-Dijkstra' s minimum spanning tree algorithm, guaranteed to be correct. . .
binaryTree
- 数据结构课程作业:实现二叉树基本功能及一些扩展功能,包括镜像,树的相等判断等-to realize basic functions of binary tree and some expended funcitons such as mirror.
容量计算V1.1
- 容量计算V1.1.rar
1
- 刘大有数据结构课件,吉林大学软件学院知名教授编写的教学课件,很给力-Much data structures courseware Liu, Jilin University School of well-known professor of software written courseware, is to force
ExternalSorting
- C++实现的external sorting算法,将文件分块后进行sort-merge最后实现排序-C++ implementation of the external sorting algorithm, divide the large file into blocks and use the sort-merge mechanism
BinTree
- C++ 实现简单的二叉树,以及实现前序、中序。后序遍历-c++ implements sample binaryTree