CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 算法

搜索资源列表

  1. ISBN--ac

    0下载:
  2. 这是一个简单算法哦,可能思路不太简洁,供参考呵呵.-This is a simple algorithm Oh, probably not too simple ideas for reference-huh.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12210
    • 提供者:赵一郎
  1. muniu--xiaoniu

    0下载:
  2. 这是个关于母牛生小牛的简单算法,可供大家借鉴哦.-This is a calf on the cow Health simple algorithm, which can be used as reference oh.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14160
    • 提供者:赵一郎
  1. FFTc54arthoriton

    0下载:
  2. 关于FFT256点的汇编算法,用与C54DSP芯片,经过调试-FFT256 point on the compilation algorithm, using C54 chip, after debugging
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:62493
    • 提供者:里地
  1. AD_PROCESS(ht46r47)

    0下载:
  2. 一款基于HT46R47的温度传感器AD数据处理的通用程序,采用平均值算法。在此奉献,请勿恶意传阅!-based on the temperature sensor HT46R47 AD data processing program, using average algorithm. In this contribution, do not maliciously circulated!
  3. 所属分类:汇编语言

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

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

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

    0下载:
  2. DSP2812编写的模拟退火算法改进程序,对退火过程和采样过程进行了修改-DSP2812 prepared by the simulated annealing algorithm to improve procedures for the annealing process and the sampling process of revision
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6217
    • 提供者:zhang yg
  1. msim

    0下载:
  2. matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1530
    • 提供者:zhang yg
  1. mfile_isa

    0下载:
  2. 模拟退火算法在共模电流能量搜索过程中的应用,用matlab仿真实现-simulated annealing algorithm in common mode current energy search process, the application Matlab Simulation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:zhang yg
  1. dyzbhg

    1下载:
  2. 对matlab工具箱中的多元逐步回归算法参数表现更明确-Matlab toolbox to the stepwise multiple regression algorithm performance parameters more clearly
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2767
    • 提供者:wangqin
  1. saicheng

    0下载:
  2. 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4627
    • 提供者:
  1. sy4-MPSORT

    0下载:
  2. 汇编语言中,实现冒泡排序的算法,使用轻松汇编编译成功-assembly language, and achieving bubble sort algorithms, the use of a relaxed build successful compilation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:910
    • 提供者:daniao
  1. S3C9488AGG

    0下载:
  2. s3c9488算术运算程序,算法简单,不可多得的例程,开发平台OPNICE 5-s3c9488 arithmetic operation procedure, the algorithm is simple, a rare routines, Development Platform OPNICE 5
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2042
    • 提供者:kevinliu
  1. 2007char

    0下载:
  2. 利用邻接矩阵的图深度优先遍历算法,调试通过,无毒!-use of adjacency matrix plans depth-first search algorithm, through testing, drug-free!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1205
    • 提供者:blackfin
  1. 2007char2

    0下载:
  2. 利用邻接表的图深度优先遍历算法,调试通过。无毒-use adjacent table plans depth-first traversal algorithm, through debugging. Nonpoisonous
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1278
    • 提供者:blackfin
  1. crc2345

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:yzs
  1. VC++FFT

    2下载:
  2. 用VC++实现的快速FFT算法,大家觉得可以的话就去下载吧-with VC the FFT, it is possible to download so it went
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1649
    • 提供者:何平
  1. CRCarithmetic

    0下载:
  2. crc算法三种不同算法以及不同语言的实现-crc algorithm three different algorithms and different languages to achieve
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28092
    • 提供者:李小小
  1. 200711912175433168

    0下载:
  2. tsp蚂蚁算法的最优化的方法matlab语言-tsp ant algorithm optimization method Matlab language
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:11459
    • 提供者:刘实
  1. OTSUway

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:叶芸芸
  1. decode_chase2_halfiter

    0下载:
  2. 自己编的一个chase算法的小程序,只进行了一次迭代运算,关于多次迭代计算需进一步研究-developed an algorithm for small chase procedures, only a iteration, on the number of iterative calculations required further study
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:王丹
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com