CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 算法研究

搜索资源列表

  1. c常用算法程序源代码

    0下载:
  2. 此压缩包为c语言算法源代码 可以用作学习研究 也可以用作开发参考-this compressed to C language source code algorithm can be used to study can also be used for the development of reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:271625
    • 提供者:吴佳泽
  1. StudyOnDecisionTreeBaseOnRoughSet

    0下载:
  2. 基于粗糙集理论的决策树预修剪学习算法研究,对决策树算法加以了改进.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:561058
    • 提供者:laishuguang
  1. LLE-and-improve

    1下载:
  2. LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:207040
    • 提供者:陈普登
  1. bignumbermultiplay

    0下载:
  2. 大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用-Large integer multiplication algorithm, can be achieved can not be achieved with the ordinary procedure of the multiplication of large integers. Algorithm is simple and can be used as data structure and
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1523
    • 提供者:czm
  1. 2

    0下载:
  2. 算法研究,用于研究文件的打开,关闭,生成。由hex文件生成coe文件-Algorithm for the study of documents opened, closed, generated. Hex file generated by the coe file
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:823
    • 提供者:王艳辉
  1. 454

    0下载:
  2. 算法研究不可错过的好资料,喜欢算法的朋友有福了-Algorithms can not afford to miss good information, like a friend blessed algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:54992
    • 提供者:gary
  1. fzwlktlj

    0下载:
  2. 复杂网络中最短K条路径问题的求解算法研究.pdf 求解路径问题的另一新颖的算法-Complex network of K shortest path algorithm to solve the problem. Pdf Routing Problem Solving another novel algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:745277
    • 提供者:jzw
  1. bit_power_allocation

    0下载:
  2. :该文研究OFDM 系统在总功率和误比特率限定下最大化传输速率的问题,并且考虑实际系统中整数比特的限制, 提出基于灌水法则的两种比特分配算法——改进贪婪算法和对分灌水线搜索法-The maximization of data rate under the constraint of total transmit power and bit error rate is a considerable issue in OFDM system. Recognizing that the num
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:263656
    • 提供者:hodog
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. GoogleCodeJam_PlayCards

    0下载:
  2. GoogleCodeJam编程大赛中PlayCards的算法研究。CAJ格式的文档,阅读请下载相关软件。-GoogleCodeJam programming contest PlayCards the algorithm. CAJ format, please download the software to read.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:25690
    • 提供者:huiyu
  1. PROGRAM

    0下载:
  2. 用Visual C++环境编写的直接插入排序算法,适应做排序算法研究用。-Direct Insertion Sort Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2303
    • 提供者:Ares
  1. The_shortest_path_based_on_urban_roads_network_pla

    0下载:
  2. 基于最短路径的城市干道网规划的算法研究The_shortest_path_based_on_urban_roads_network_planning_algorithm-The_shortest_path_based_on_urban_roads_network_planning_algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:222224
    • 提供者:范莎
  1. Shortestpathalgorithmbaseonmapx

    0下载:
  2. 以经典的最短路径算法——Dijkstra算法为原理,基于Mapx在VisualBasic平台对其算法研究、验证,最终得出算法的可行性-The classic shortest path algorithm- Dijkstra algorithm for the theory, based on its platform Mapx algorithm in VisualBasic, validation, and ultimately come to the feasibility of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:158077
    • 提供者:songjinxing
  1. NOIP_ACM_Contest

    1下载:
  2. 数据结构和算法讲解,里面有NOIP,ACM竞赛的老师PPT和某个专业方面的深层次了解。里面的有些算法研究的相当深入,值得深入学习。-Explain data structures and algorithms, which has NOIP, ACM contest PPT and a professional teacher' s deep understanding. There' s some pretty in-depth study of algorithms, it is
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:14139492
    • 提供者:Silicon
  1. string

    0下载:
  2. 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16605
    • 提供者:neufox
  1. zifuchuansuanfa

    0下载:
  2. 字符串算法的综述,非常适合算法研究的学生,研究所,或者博士生-Summary of the string algorithm is very suitable algorithm for the students, research, or doctoral
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6518
    • 提供者:fuchenguang
  1. transfer--learning

    0下载:
  2. 迁移学习 论文 基于迁移学习的跨领域排序学习算法研究-Migration study of cross-cutting paper-based transfer learning learning algorithm for sorting
  3. 所属分类:Data structs

    • 发布日期:2017-06-09
    • 文件大小:16820242
    • 提供者:yanbin
  1. python算法库

    1下载:
  2. 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
  3. 所属分类:数据结构

  1. 十五个经典算法研究与总结、目录+索引(by_

    0下载:
  2. 十五个经典算法研究与总结、目录+索引(转)(classical algorithm)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:11722752
    • 提供者:Pro橘子
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com