资源列表
reverse
- Reverse a string or a character array.Its only function,Useful for people who learn C,for people who want to find job.
Ten-books-of-the-Classic-Algorithm
- 10部算法经典著作,均是英文原版书籍,值得-10 algorithm classics, original English books are worth a look
xdyhsf
- 这个文章讲解了各种算法,可以帮助大家学习了解智能优化方法。-This article explains the various algorithms that can help you learn about intelligent optimization methods.
max
- 比较几个甚至更多数值的最大值的程序设计问题-Compare the maximum value of several or more programming problem
algorithm
- 算法设计技巧与分析--英文版 算法设计技巧与分析--英文版-Algorithm design and analysis skills- skills and analysis of algorithm design in English- English
power-flow
- 电力系统潮流计算程序。标6,7,8的是潮流子程序,其中写main标记的是主程序,NR—powerflow的是newton raphson方法的潮流计算,另外两个分别是decouple和fast decouple方法。-6,7,8 is the trend of the standard procedure, which is the main marker to write main, NR-powerflow is newton raphson flow calculation method,
pindyk-slides
- Algorithms for Nearest Neighbor Search
002
- 龙贝格积分的算法——计算方法的实验之一。-Romberg integration algorithm- calculation of the experimental one.
poly-cacu
- 本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。 对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。 解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。 -This question required to achieve a sim
Chapter5
- 一种求解二次无约束问题的FR算法,该算法局限性很大。-One kind of unconstrained quadratic problem of the FR algorithm
genial.c
- A simple approach to parallelize the image thinning algorithm
KM
- K均值算法的C++实现,能够将2维的样本点进行2类或者多类的聚类-K means
