搜索资源列表
rat_in_maze
- 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
link_stack
- link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的-link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you
GSP
- GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 -the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP alg
sorts
- 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
chess
- 这是一份国际象棋的源程序,实现了两个玩家在联网的状态下进行对战的功能,使用控制台的方式实现,十分适合C++初学者学习数据结构,套接字等,采用VS2010环境开发-This is the source of an international chess, two players in the state of networked multiplayer capability, use the console to achieve very For C beginners to learn da
EightQueenUI
- C#关于八皇后问题的一个图形实现,通过VS2010编写,采用回溯算法-8 QUEUES probrem with C#.
HeterogeneityLink(VS2010-CPP)
- VS2010开发 C++语言 实现异质链表-The VS2010 development C++ language heterogeneity linked list
BinarySearch
- 二叉树查找算法C++实现,在VS2010运行环境下调试运行通过-binary search c++
shuzijietiqiuhe
- vs2010下c语言编写,在数字的阶乘大于double类型所表示的最大数的时候怎么办呢?这个程序给了一种解决方案!-vs2010 under the c language, more than double the number of factorial type represents the maximum number of times how to do it? This program gives a solution!
tiaotaijie
- vs2010下c语言编写,有n个台阶一次可以跳一台阶也可以跳两台阶问一共有几种跳法!本程序已经在九度AC-vs2010 under the c language, there are n steps one can jump a step jump two steps can also be asked a total of several jumps! This procedure has been in nine degrees AC
Weightedadjacencymatrix
- 带权邻接矩阵的基本用法 附上上机作业 平台是vs2010 用的是模板类c-Weighted adjacency matrix of the basic usage of the machine operation platform is attached to vs2010 using c++ template class
Orthogonal_List
- 稀疏矩阵十字链表的基本操作 包含源代码和讲解的PPT 编译的平台是VS2010 使用模板c-Cross Chain sparse matrix contains the basic operation of the source code and explain the PPT compiled platform is VS2010
BridgePatternMain
- bridge pattern in c++. vs2010, vs2010
good-fpgrowth
- 本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc
bigint
- 使用vs2010开发环境编写的建立大整形数类来完成大整数之间的四则运算。简单且注释清楚。在C++课程学习中常见。-Use vs2010 development environment written in establishing large number of classes to complete orthopedic four operations between large integers. Simple and clear comments
exchange-issues
- 贪心算法求解货币兑换问题。算法里的经典问题,用C实现的,开发环境是vs2010-Greedy algorithm currency exchange issues
maze
- 回溯法求解迷宫问题。C实现,vs2010开发环境-Backtracking to solve the maze. C implementation, vs2010 development environment
change-making
- 动态规划法求解零钱兑换问题。c语言,开发环境vs2010-Dynamic programming method change convertibility. Classical algorithm in question, c language, development environment vs2010
maximum-field
- 算法里经典问题,求解最大字段和问题,vs2010,c-Classical algorithm in question, problem solving and the maximum field, vs2010, c
HeapSort
- c++写的堆排序算法,vs2010-c++ write heap sort algorithm vs2010
