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

搜索资源列表

  1. Data-Structures-in-C

    0下载:
  2. Data Structures in C:Concept and Implementation. Data Structures in C Power Point
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13295386
    • 提供者:陳煒松
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2499
    • 提供者:zcc
  1. Flexible_Pattern_Matching_In_Strings_Practical_On-

    0下载:
  2. 《柔性字符串匹配》的英文版,是目前讲解字符串匹配算法的参考资料中比较全面和前沿的,很有参考价值和收藏价值-" Soft string matching" in English, is the string-matching algorithm on the reference in a more comprehensive and cutting-edge, a good reference value and value to the collection
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:6804026
    • 提供者:yywbupt
  1. B-Tree

    0下载:
  2. 自己上学时写的Btree算法,处理基于Rot语言的图形,存储一些RFID的数据-Implements a B-Tree structure as introduced in the lecture to store the information read by the RFID readers in the library.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:8145
    • 提供者:fang kun
  1. ideas-commonly-used-in-program-design

    0下载:
  2. 本文包括程序设计中常用算法设计的思路,其中包括背包问题、递归、递推等经典方法。-In this paper,it include ideas which commonly used in program design,such as knapsack problem, recursive, recursive methods and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:10673
    • 提供者:桂林
  1. 4

    0下载:
  2. 无向图功能实现,用邻接多重表存储该无向图,并使用动态存储结构。用一个单链表把所有顶点存储起来,在存储边的节点中给出该边的两个顶点的各自的下一条边的节点地址。-Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a single list of all vertices sto
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1140
    • 提供者:stanley
  1. youxiangxunhuantumigongwentiqiujie

    0下载:
  2. 有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solving, general maze problem requir
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:938
    • 提供者:wenwen
  1. Data.Structure.And.Algorithms.In.C.2nd.ed.-.Adam.D

    0下载:
  2. 由Adam.Drozdek编写的数据结构和算法,C语言版的,第二版。比较经典。-Data.Structure.And.Algorithms.In.C.2nd.ed .-. Adam.Drozdek
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:4070176
    • 提供者:wang jungang
  1. shujuguanlian

    1下载:
  2. 数据关联是多目标跟踪的一项关键技术。JPDA是大家公认的多目标跟踪中性能较好的数据关联算法,它 认为量测和目标是一一对应的关联关系,但在许多实际情况中,量测和目标是多一多对应的关系。针对上述情况,该文提 出了广义概率数据关联算法(Generalized Probability Data Association,GPDA)。文中从理论上对这两种算法的性能进行了 详细分析,并利用Monte Carlo技术对其性能进行了仿真比较。-Data association is one of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:430763
    • 提供者:minnie
  1. edelweiss

    0下载:
  2. 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:889710
    • 提供者:zhangjing
  1. byteHFMEncode_decodesrc

    0下载:
  2. 以字符为单位进行的哈弗曼压缩,界面比较简单,但是功能还算可以,速度还算可以压缩 77.3m 的 wmv 视频使用了 4.5秒 ,400k 的doc 用0.186秒 ,压缩率要看内容,文本大约有 60 。-In characters for the Ha Fuman compression, the interface is relatively simple, but the functionality is OK, speed still can compress wmv video usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11476
    • 提供者:crw
  1. Data-Structures-a-Algorithms-in-Java

    0下载:
  2. Data Structure in Java
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2896869
    • 提供者:Fenki
  1. dataStructure-in-cPP

    0下载:
  2. 1.在vs2008下,解压运行即可 2.里面有向量、二叉查找树、二叉堆等的用C++模板实现代码 3.该模板代码,由本人亲自编写,根据数据结构与算法,C++描述所述编写-1. In vs2008, the extract can be run 2. There are vectors, binary search tree, binary heap, etc. using C++ templates code 3. The template code, which I am persona
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1411497
    • 提供者:文石磊
  1. Data-Structure(in-C)

    0下载:
  2. 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:27276082
    • 提供者:123
  1. Kode-Program-Algoritma-Fuzzy-C-Means

    0下载:
  2. Fuzzy clustering is a class of algorithms for cluster analysis in which the allocation of data points to clusters is not "hard" (all-or-nothing) but "fuzzy" in the same sense as fuzzy logic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4795
    • 提供者:bwindhya
  1. string-in-acm

    0下载:
  2. 总结了ACM中出现的关于字符串的题目,并提供了实现源码,是word文档格式,大家放心下载-ACM summarized on the string appears in the title, and provides implementation source code for a word document format, download we be assured
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:29910
    • 提供者:
  1. Identify-in-Dstructure

    0下载:
  2. 简单实现顺序表的查找方法,尤其是二分查找方法以及二叉排序树的建立及查找。 -Find a simple way to achieve order in the table, especially the binary search method and the binary sort tree establishment and Find.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2624
    • 提供者:冰与火
  1. Algorithms-and-Data-Structures-in-CPP

    0下载:
  2. Algorithms and Data Structures in C-Algorithms and Data Structures in C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:102274
    • 提供者:Sanch
  1. SourceCode

    0下载:
  2. Data Structures and Algorithm Analysis in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:45418
    • 提供者:liuyanjun
  1. mathematical-used-in-CPP

    0下载:
  2. 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4982748
    • 提供者:zmm
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com