搜索资源列表
bf-classdocumention
- Bayes滤波器算法C++类说明文档,源码见Bayes滤波器算法-Bayes filter algorithm C kind of showing documents, the source code sees the Bayes filter algorithm
利用双向走动法改进冒泡排序算法C语言源代码
- 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
NTDETECT
- C++二叉树算法-C Binary Tree Algorithm
冒 泡 法:
- c++结构里的冒泡算法-c structure, the algorithm Bubble
Cyuyanshuzhisuanfadaquan
- 程序设计之算法c语言数值算法程序大全 -procedures designed algorithm c language numerical algorithm procedures Solutions
CRC循环校验的具体算法
- Filename: main.c * Descr iption: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used fo
C程序优化3
- C程序优化 算法篇-C program optimization algorithm Part
用C++语言编写数学常用算法
- 用C++语言编写数学常用算法-C language commonly used mathematical algorithm
c++longgesuanfa
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法-classical Runge - Kutta algorithm c realized, to solve the differential equation of high precision Solution
c
- C++经典数值算法源码, 包括线性代数方程组的求解,\\数学变换与滤波等
c
- 《C常用算法程序集》的配套软盘,相信对大家很有帮助.
CSDN技术中心 LZ77压缩算法(C语言版)
- 是一个压缩文件的算法 用c语言写的-is a compression algorithm used documents written in language c
C 语言常用算法集
- C 语言常用算法集-C language commonly used algorithm Set
bp
- 神经网络算法神经网络BP算法(C程序) 神经网络BP算法(C程序)
利用burg算法计算lpc系数
- 用c语言编写的,利用burg算法计算lpc系数
用C语言编写的遗传算法
- 用C语言编写的遗传算法
常用算法
- C常用算法程序集-徐士良著
遗传算法C语言程序
- 浅显易懂的遗传算法C语言程序
单纯形算法。C语言
- 单纯形算法。C语言。直接给出最优值!!!!!!!
细菌觅食优化算法 c#源代码
- 很详细的细菌觅食优化算法 c#源代码。有感兴趣的筒子们可以看一看哦!