CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - Algorithm

搜索资源列表

  1. KSPX

    0下载:
  2. 快速排序的基本算法-basic Quick Sort Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:1230.cecila
  1. hanoi

    0下载:
  2. hanoi 算法-Hanoi Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.7kb
    • 提供者:王坚
  1. ConsultationDlg

    1下载:
  2. 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75kb
    • 提供者:文嘉
  1. c-algorithm-set

    0下载:
  2. c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:239.3kb
    • 提供者:张维成
  1. RSA-publickey-algorithm

    0下载:
  2. 自己做的一个RSA公钥密码算法实践,包括源代码及其具体内容-do for myself a RSA public key cryptography algorithm practice, including the source code and its specific contents
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:huke
  1. A star Algorithm of AI

    0下载:
  2. A star Algorithm of AI
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:3.29kb
    • 提供者:liyiyang
  1. D-Algorithm

    1下载:
  2. 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.7kb
    • 提供者:俞怡炜
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3.3mb
    • 提供者:funfunhit
  1. shor

    0下载:
  2. 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1.87mb
    • 提供者:zhouf
  1. richardson.cpp

    0下载:
  2. richardson algorithm of approximation of integrals
  3. 所属分类:RichEdit

    • 发布日期:2017-03-30
    • 文件大小:845byte
    • 提供者:salvo_totoli
  1. DecisionTree

    0下载:
  2. decision tree algorithm in VB
  3. 所属分类:TreeView

    • 发布日期:2017-04-24
    • 文件大小:12.56kb
    • 提供者:Hiren
  1. GraphGA-TabuHierarchicalLayout

    0下载:
  2. This article presents one of the most famous hierarchical graph drawing algorithms. Starting from a hierarchical graph we create a population of chromozoms that will be used in a Genetic Algorithm to get the best subjective representation: minimal ed
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:131.79kb
    • 提供者:mihi64
  1. MFCbrowser

    0下载:
  2. VIPS browswer using segmentation algorithm
  3. 所属分类:界面编程

    • 发布日期:2014-03-31
    • 文件大小:3.04mb
    • 提供者:emma
  1. Design-a-polynomial-sum-algorithm

    0下载:
  2. 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
  3. 所属分类:EditBox

    • 发布日期:2017-11-07
    • 文件大小:245.57kb
    • 提供者:马骏
  1. 20-PIC-through-algorithm

    0下载:
  2. 通过特定的算法绘制图形虽然简单,但是却需要极具创意,有兴趣的童鞋们可以-specific some algorithm in order to draw some nice picture,it s attractive and enjoyable
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:6.99kb
    • 提供者:renna
  1. A-Bat-Algorithm

    0下载:
  2. 一种变异算子的蝙蝠算法来求解无人机路径规划问题。希望共同学习-A Bat Algorithm withMutation for UCAV Path Planning
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:626.3kb
    • 提供者:王睿
  1. fft--algorithm(CPP)

    0下载:
  2. fft算法的实现,包括时域抽取和频域抽取。可以帮助学生快速了解fft算法的核心思想。-This software is a implementation of fft algorithm, which includes the time-domain and frequency-domain.Using this software, students can quickly understand the core idea of fft algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1.26mb
    • 提供者:郑篱儿
  1. alhosiths-algorithm

    0下载:
  2. 图形学上机实习1 四种画线算法!不错的源码,很好(Graphics computer practice 1 four line drawing algorithm!)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-14
    • 文件大小:85.67kb
    • 提供者:Phytncs
  1. hanguage-algorithm

    0下载:
  2. 多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,不错的源码(Multimachine scheduling algorithm (n, m machine] the algorithm described in c + + language, a good source)
  3. 所属分类:界面编程

    • 发布日期:2017-12-23
    • 文件大小:9kb
    • 提供者:waoibf
  1. bankers-algorithm-master

    0下载:
  2. This is a sample Banker's Algorithm app.
  3. 所属分类:界面编程

    • 发布日期:2018-04-28
    • 文件大小:92kb
    • 提供者:MastersoftDev
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com