资源列表
2_1
- 这个简单的程序实现输入三个数据,求出该三个数据的和,平均值等功能。对于初学者来说应该是有用的。-This simple procedure to achieve the three input data, the data obtained and the three, the mean functions. For beginners should be useful.
moon_fractal_c_1
- Measuring the Fractal dimension of complex network
NEWTON-RAPHSON_ALGORITHM
- NEWTON-RAPHSON ALGORITHM
acmTheShortestPath
- 本资源是ACM培训中最短路算法专题讲解,内容中讲解了各种最短路算法的原理,并每种算法都有相应的题目作为练习,可以帮助ACM培训的同学深入学习最短路算法!-This resource is the shortest path algorithm ACM training topics to explain, explained the content of the principle of various shortest path algorithms and each algorithm ha
ExpandingRods
- 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
acm
- ACM入门的几个小程序,这对于想了解ACM的人很有帮助-ACM started a few small programs, which for people who want to learn helpful ACM
syyx
- 实现编译原理中的算符优先算法,输出算法实现中的各阶段的数据-Principle of the operator to achieve compile priority algorithm, the output algorithm in the various stages of data
shuxueti
- 关于数学编程的一些小程序,全部已经在机子上通过-Mathematical programming on small programs, all have been adopted in machine
zuijinlin
- 是一种数据最近邻的c聚类程序,实现效果较好-Is a data of the c nearest neighbor clustering procedure, to achieve better results
MatrixCalculator
- 矩阵四则运算,一个图形界面,功能比较简单,基本功能可供参考-Matrix arithmetic, a graphical interface, simple functions, basic functions of reference
C_programming_classic_design_of_lunar_algorithm.ra
- C编程实现阴历算法经典设计C programming classic design of the lunar algorithm-C programming classic design of the lunar algorithm
hmac_md5
- source code with c for HMAC_MD5 Alg. you can build it both in Windows and Linux.
