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

搜索资源列表

  1. 单片机子程序库

    1下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度.-there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2930
    • 提供者:王辉
  1. TEA式加密

    0下载:
  2. 一个微小加密算法.这是一种最快速最有效的加密算法.使用混合代数公式组.作到64位加密 -a small encryption algorithm. This is one of the most rapid most effective encryption algorithm. The use of the mixed group algebraic formula. For 64-bit encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4755
    • 提供者:Bo
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25441
    • 提供者:李伯
  1. FastICA_2.3

    0下载:
  2. 快速ICA算法源码,有兴趣的读者可以转换成C-fast algorithm source, interested readers will be converted into C
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:43649
    • 提供者:覃美凤
  1. fdctc

    0下载:
  2. 本代码演示了普通DCT,快速DCT,快速IDCT算法的实现。-demonstration of the code of common DCT, fast DCT, fast IDCT algorithm implementation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:137719
    • 提供者:刘旭
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28406
    • 提供者:chyg
  1. CollisionDetection.tar

    0下载:
  2. 碰撞干涉检测高效算法,能快速地检测是否发生干涉和碰撞 -Collision Detection efficient algorithm can quickly detect the occurrence of collisions and interference
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:32430
    • 提供者:何钢
  1. fastDCT

    0下载:
  2. 快速DCT变换的C++源码,可以参考一下,帮助理解算法,并进行优化-FDCT C source, a reference to help understand algorithms, and optimized
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:84681
    • 提供者:王阳
  1. KuaiSuPaiXu_CSharp

    0下载:
  2. 快速排序是一种重要的排序算法,在找工作面试时经常考到,本程序就是用C#实现的快速排序程序。-rapid sequencing is an important algorithm, looking for a job interview at the regular examination, the procedure is to use C# rapid sequencing procedures.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6106
    • 提供者:月光沙滩
  1. FFTinDLG

    0下载:
  2. 在VC++6.0中实现FFT算法(应用快速傅里叶变换:8 4 2),并通过对话框显示时频域曲线-in VC + +6.0 achieve FFT algorithm (Fast Fourier Transform application : 8 4 2), and through dialog at the frequency domain shows curve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34875
    • 提供者:baiyf2001
  1. facedetection_all

    0下载:
  2. 包含了人脸识别过程中主要算法的实现,对初学者快速上手很有帮助-contains face recognition algorithm for the main course of the realization of beginners unfamiliar helpful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11769
    • 提供者:林海
  1. fast_ApEn

    2下载:
  2. 针对时间序列的复杂性测试,实现快速近似熵算法,可以分析确定信号和随机信号,速度打打提高-time series against the complexity of testing, rapid approximate entropy algorithm, can be analyzed to determine signal and random signals, improving speed of play
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:魏娜
  1. Some_Sort_Program_Implement_by_C

    0下载:
  2. 几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequencing (2) Bubble Sort, rapid
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4008
    • 提供者:丘方
  1. Intra3D-Software

    3下载:
  2. 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5507076
    • 提供者:胡锦涛
  1. fftasm

    0下载:
  2. asmfft一个快速傅立叶变换的FFT算法 -asmfft a Fast Fourier Transform FFT algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:6450
    • 提供者:x_yifan
  1. FastICA25

    0下载:
  2. 快速ICA算法,在盲源分离中有很大的用处。-fast algorithm, the blind source separation is very useful.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43107
    • 提供者:黄炳国
  1. VBKing

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:13801
    • 提供者:天路
  1. mallat_algorithm

    0下载:
  2. 自编的快速小波变换mallat算法,使用‘db1’小波函数,在卷积时使用wkeep命令进行了数据截取。重构信号和原信号比较误差较小。-self fast wavelet transform Mallat algorithm, the use of 'db1' wavelet function, Convolution in the use of wkeep order the interception of data. Reconstruction of the original
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:907
    • 提供者:高锋
  1. 111asda

    0下载:
  2. 该函数用于对图像进行傅立叶变换 采用蝶形算法进行快速付立叶变换该函数用于对图像进行傅立叶变换 采用蝶形算法进行快速付立叶变换-function for the right images using Fourier Transform algorithm for rapid butterfly Fourier transform function for the right images using Fourier Transform algorithm for rapid butterfly F
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:木土
  1. 222sadsasa

    0下载:
  2. 该函数用于对图像进行傅立叶ni 变换 采用蝶形算法进行快速付立叶变换该函数用于对图像进行傅立叶ni变换 采用蝶形算法进行快速付立叶变换-function for the right image ni Fourier transform algorithm used butterfly fast Fourier transform function with the in the right image ni Fourier transform algorithm used butterfly f
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:木土
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com