资源列表
ISBN-2
- 审核ISBN的另一算法,或许不是最好的,但至少是鄙人刚学编程时的想法。在此各大家共勉。 -audit ISBN another algorithm, perhaps not the best, but at least I am just learning programming ideas. Here we all share.
Joseph
- 编号1,2,...n的n个人按顺时针方向围坐在一圈,每人持有一个密码.一开始任选一个正整数作为报数上限值m,从第一个开始按顺时针方向自1开始顺序报数,报到m时停止报数.报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止.
a
- 最小生成树C语言描述,采用了Prim算法,提高程序运行速度-C language to describe the minimum spanning tree, using Prim algorithm, improve the running speed
dbPoint.c
- C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
stackoperation
- 一个关于数据结构的小程序,压站,弹站,对编程很有用的-A small program on the data structure, pressure points, playing the station, very useful for programming
joseph
- 约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Joseph questions are as follows: Given n individuals (n> = 1) sitting around a round table, numbered sequentially startin
qipao
- 起泡排序是数据结构中的重要排序方法,本程序是起泡排序的Visual C++代码实现。-The bubble sort is the sort method in the data structure, This is the Visual C++ source code of bubble sort。
homework_2.22
- 对单链表实现就地逆置,即利用原表的存储空间将线性表(a1,a2,…,an)逆置为(an,an-1,…,a1)。输入数据:文本文件input.txt 文件分2行: 第1行是单链表的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是单链表的n个数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 输出数据:文件output.txt 文件只有1行: 第1行是完成逆置之后的单链表n个元素的十进制整数,每个元素
Measures
- By this code we can measure MSE(Mean square Error)of two images, and by MSE we can also finde PSNR(Peak Signal to Noise Ratio) of the images.And also get size of the images are same.
EnsemSVM
- 此算法是二分类SVM集成算法,可以寻优和度量,主要看集成思想-SVM integrated algorithm
MonteCarlo
- Using Monte Carlo Method to solve a partial differential equation with boundary and starting conditions.
zdgl
- 由于每个位置的等效转动惯量在变,用软件绘制不同位置时的等效转动惯量变化曲线-Since the equivalent moment of inertia of each position is changing, the equivalent moment of inertia change curve is plotted in software at different positions
