CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 快速算法

搜索资源列表

  1. 51library

    0下载:
  2. 《MCS-51单片机实用子程序库(96年版)》周航慈 目前已有若干版本的子程序库公开发表,它们各有特色。笔者在1988年也编制了两个 子程序库(定点子程序库和浮点子程库),并在相容性、透明性、容错性和算法优化方面作了一些工作。本程序库中的开平方算法为笔者研究的快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。经过八年来全国广大用户的实际使用,反馈了不少信息,陆续扩充了一些新的子程序,纠正了一些隐含错误,成为现在这个最新版本。(转)-"M
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:62536
    • 提供者:鹿艺凡
  1. goldenmean

    0下载:
  2. 最优化算法中的黄金分割法,用于线性寻优过程,算法快速且方便-optimization algorithm gold segmentation method for the linear optimization process, the algorithm is fast and convenient
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1046
    • 提供者:liruiyuxia
  1. hdpz

    0下载:
  2. 一种基于图像灰度的快速匹配算法,PDF格式的-A gray fast matching algorithm, PDF format
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:163854
    • 提供者:ljg
  1. esprit_DOA

    0下载:
  2. 一种新的快速esprit_DOA算法估计来波方向-a new fast algorithm esprit_DOA estimated to wave direction
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:32681
    • 提供者:菲菲
  1. CompareSort

    0下载:
  2. 十个算法的比较:冒泡,快速,插入,桶排序-10 Algorithm comparison : Bubble, quick, insertion and barrel ranking
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12835
    • 提供者:jiheng
  1. FSVPWM

    0下载:
  2. 快速空间适量算法! 可以与适量控制接口! 用于F240系列-fast algorithm suitable space! With appropriate control interface! For the F240 series
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:65783
    • 提供者:liyunbo
  1. dzpxsf

    0下载:
  2. 可以直接运行的多种排序算法 包含选择、快速、堆三种排序-direct operation of the sorting algorithms include multiple choice, rapid stacked three ranking
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:108575
    • 提供者:v梦
  1. fast_select

    1下载:
  2. 实现全搜索运动估计算法,实现三步法快速搜索算法-achieve full search motion estimation algorithm, the three-step realization of Fast Search Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:田彬
  1. svm-demo

    0下载:
  2. 关于支持向量机的一种较快速的计算方法,可以提高其计算速度,SVM-demo算法.-on support vector machines a more rapid method of calculation can improve their speed, SVM-demo algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5406
    • 提供者:醉心于
  1. bitsort

    0下载:
  2. 不错的排序算法。快速而且占用内存少,不过仅对不重复数据进行排序,如果出现重复,需要另加索引!-good sorting algorithm. Rapid and less memory, but only to not repeat data sorting, if duplication, and the need for indexing plus!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:张二
  1. asa89_vfsr

    0下载:
  2. 一篇关于快速模拟退火算法的文章,供大家参考!-on a fast simulated annealing articles for reference!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34942
    • 提供者:苏远大
  1. FFT_2

    0下载:
  2. 使用C语言详细实现了两种不同的快速傅立叶变换算法,可以清楚地理解算法原理。-use of C language in detail to achieve two different fast Fourier transform algorithm, we can clearly understand algorithm principle.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1977
    • 提供者:yangtao
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. edge_detect-lapase

    0下载:
  2. 拉普拉斯锐化边缘检测一个易懂快速的边缘检测算法-Laplacian sharpening edge detection of a rapid understandable Edge Detection Algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:316445
    • 提供者:成成
  1. GrayShow

    0下载:
  2. 快速ICA算法,用于盲信号处理,提取信号的独立分量,用于图象识别等-fast algorithm for blind signal processing, signal extraction of independent component for image recognition, etc.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:yuhuihai
  1. BCHdecode

    0下载:
  2. 一种快速BCH编译码算法设计 这个算法很好的 -A fast encryption algorithm design of the algorithm good
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135722
    • 提供者:梦君
  1. cheap-mp3player

    0下载:
  2. 非常快速的mp3播放算法。在linux环境下-very fast algorithm mp3 players. The linux environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24576
    • 提供者:李春兵
  1. JFileViewerDemo

    0下载:
  2. 此源码是实现查看磁盘目录下的文件的算法,能够快速实现查看功能-this source is under the View Disk Contents of the document algorithm to rapidly View function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:23539
    • 提供者:yushigan
  1. JFileDemo

    0下载:
  2. 此源码实现在磁盘中获取文件属性的算法,快速查看-achieve this source in the disk access to documents attribute the algorithm, rapid View
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:23833
    • 提供者:yushigan
  1. JClipboardDemo

    0下载:
  2. 此源码实现利用剪贴板交换程序间数据的算法,能狗快速交换程序间数据-use this source code to achieve the clipboard data exchange processes between the algorithm, the dog can rapidly exchange data between processes
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12505
    • 提供者:yushigan
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com