搜索资源列表
size-compute
- 数据结构常用的算法,实现四则运算相加的,供大家参考-data structure commonly used algorithm, and the sum of four of the operation, for your reference
compute
- 在vc++语言环境下,实现了基本的四则运算,比如代数中的加,和,乘,除
compute_code
- source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
Homework3_1
- 实现多项式运算的程序,该程序充分考虑了计算中可能遇到的各种问题,并且提供了报错的功能。- a program used to compute polynomial
8SieveOfErastothens
- Implemented the “sieve of Erastothens” to compute the prime numbers till a given value
compute
- 数据结构中的稀疏矩阵运算器,用c语言写的-Sparse matrix data structure calculator, written with c language
factorial
- 组合数学里面计算n的阶乘后面有几个0,并对结果进行校验-compute how many zeros in the endwhen you compute an int number
Fresnel_Integrals
- Compute Fresnel integrals C(x) and S(x)
algorithm
- 一些经典算法例子,非常适合初学者。 一些经典算法例子,非常适合初学者。-The algorithm of the compute.
tdistance-stringlabel
- 计算任意两棵树结构间的编辑距离,是Zhang和Shasha提出来的,时间复杂度为O(V*V *min(L, D)*min(L , D -compute the edit distance between two tree structures, it s proposed by Zhang and Shasha , time complexity is O(V*V *min(L, D)*min(L , D ))
Nhuanghoug
- N皇后问题采用位算法来运算,速度很快,但是最多只适合32个皇后的运算-N queens problem by bit algorithm to compute, very fast, but only for a maximum of 32 Queen s operations
flann-1.6.11-src
- 快速计算近似最近邻域,可用于图形处理中计算点云的k-Quickly compute approximate nearest neighbor, can be used for graphics processing point cloud computing knn
n!
- 给定一个正整数n,计算n!的尾部0的个数。 输入:输入数据有若干行。每行上有一个正整数n,对应一种情形。 输出:对于每一种情形,先输出“Case #: ”(#为序号,从1起),然后输出n的值,逗号,结果,换行。-Given a positive integer n, compute the number n! tail 0. Input: Input data have a number of lines. Each line has a positive integer n, corr
pku3252
- 北大pku3252源代码 找出区间[a,b]中的round number数。一个数如果它的二进制表示中0的数目大于1的数目,这个数就是round number.-compute the number in [a,b]
traveler-problem
- 旅行者问题,求解图中最短距离,必须覆盖所有的节点-traveller problem , used to compute the shortest path
min-dist
- 图中计算最短路径,必须覆盖所有的节点,效率很高-to compute the shortest path in the graph
Pj3V2
- 设计程序实现Airline Routing System,实现从文本中读入Vertex Edge的数据,在图中实现,实现添加Vertex,Edge 和删除 Vertex,Edge的方法,实现Dijkstra算法,计算两个Vertex之间的最短路径,并显示在图上。-A program implementing airline routing system, read data from vertex edge text ,and implement adding vertex edge and d
MinPath
- 最短路径计算程序 使用Dijkstra算法完成 开发语言为C-compute the minimal path use dijkstra algorithm the develop language is cpp
com
- 计算机算法与设计各种源码计算机算法与设计各种源码贪心 动态规划-compute source compute source compute sourcecompute sourcecompute sourcecompute source
PSel
- 实现鼠标点击后选中点要素和线要素的功能,主要算法是计算点与点和点与线之间的距离。-Mouse click to select point feature and line feature, the main algorithm is to compute the distance between point and point ,point and line.