资源列表
SIMPLE_C
- 数值传热学NHT C语言源代码及解释 陶文铨院士 的经典例题中3个题目的解答,非常详细-numerical heat transfer, written by language C
fft
- 2048 fft 定点C程序,可以在nios CPU中使用。-2048 fft fixed-point C program, you can use the nios CPU.
bresenham
- bresenham画直线,非常经典的画直线算法-good
112
- 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
Ex24PointsGame
- 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
LPP
- 本代码实现局部保持映射lpp算法。主要功能是保持高维空间的局部特性-This code implements partial mapping lpp algorithm to maintain. Main function is to maintain a high-dimensional space of the local characteristics of
sphere-triangles collision detect and response
- 本代码用于计算三维空间中的球体与多个三角形之间的碰撞检测及碰撞后的反弹运动
Fast_Fouri
- 存VB代码实现的快速傅丽叶算法. 并根据算法实现频谱分析.-Keep VB code to achieve the rapid傅丽叶algorithm. And in accordance with spectral analysis algorithm.
c4.5
- 决策树关联规则比较经典的算法,通常一下大型的应用项目使用,因为其稳定,实用!-Comparison of the classical association rules decision tree algorithm, usually about the use of large-scale application projects, because of its stability, and practical!
bmsearch
- 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写-String search, using boyer-moore algorithm described in the simplest implementation, did not add pre-processing and improve the algorithm, if the English search is case-sensitive
KLT
- 基于KLT的一种特征检测 matlab实现-KLT-based implementation of a feature detection matlab
GA_TSP
- 遗传算法实现旅行商问题:经典遗传算法解决旅行商问题,可供研究遗传算法的同仁进行研究改进。-Genetic Algorithms for Traveling Salesman Problem: a classic genetic algorithm to solve traveling salesman problem, for the study of genetic algorithm to improve the research associates.