资源列表
circle
- 适合算法课的圆排列问题,不用文件流的,VC可以编译但是提交到网络教室就不行了-Algorithm for the circular arrangement of course the problem, do not file stream, VC can be compiled, but to submit to the network room to die
bianjijuliwenti
- 编辑距离问题,适合算法课提交的程序,VC++下编译通过的-Edit distance problem, the procedure for submission algorithm class, VC++ compiled by the
shizihebingwenti
- 石子合并问题 ,适合算法课提交饿程序,VC++编译通过-Stone merger issue, hungry for submission algorithm lesson program, VC++ compiler
youjuxuanzhiwenti
- 邮局选址问题,适合算法可提交的小程序,VC++编译通过-Post office location problem, algorithms can be submitted for a small program, VC++ compiler
zijihewenti
- 子集和问题的一种做法,适合算法课提交的小程序,VC++编译通过的-A subset of the practice and issues for submission algorithm applet class, VC++ compiler through the
Kmeans
- K-means算法实现文本聚类,Java实现的版本-K-means algorithm for text clustering
daima
- 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) -Write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer fun
lizi
- 写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。-Write a function, find the length of a string in the main function of the input string, and the output of its length.
vb--maze
- 当时用vb做的一个简易的走迷宫程序,使用的深度优先算法,有简单的界面。-Done with vb then a simple maze procedure, the use of depth-first algorithm, a simple interface.
knapsack
- 算法设计实验背包问题的实现visualc++实现。-Experimental realization algorithm knapsack problem
bit_calculation
- 介绍c++中位运算的概念,并提供了典型事例辅助理解。-C++ introduced the concept of bit operation, and provides a typical example of supporting understanding.
Exp12_5
- 编程:改善分数类,将比较、加、减、乘、除改为重载的运算符。-Programming: Improving the Score category, will compare, add, subtract, multiply, and divide into overloaded operators.