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

搜索资源列表

  1. 大夫

    0下载:
  2. 书籍管理系统,SQL数据库课程设计,用C实现与SQL数据库连接实现书籍增加删除查询等功能模块,采用分模块法,论文与代码齐全,-book management system, SQL database curriculum design, realization of C and SQL database connectivity to achieve books increased inquiries delete function module, a sub-module, papers an
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:138.2kb
    • 提供者:张亮
  1. huffmancode111

    0下载:
  2. huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.62kb
    • 提供者:乐乐
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李昭明
  1. shujujiegousuanfahuffamn

    0下载:
  2. 输入一段文本,统计其中字符出现的频率 设计相应的哈夫曼码 并完成对该段文本的编码与译码-input section of the text, statistics on the frequency of characters designed corresponding Huffman code and the complete text of the coding and decoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.25kb
    • 提供者:fanghe
  1. chengjitongji

    0下载:
  2. 我的本科毕设,考试成绩处理系统,内含使用说明及源代码-complete my undergraduate established, the system of examination results, containing descr iptions and the use of source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:274.59kb
    • 提供者:刘坤
  1. 大数乘法

    0下载:
  2. 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing the complete source code and det
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:77.24kb
    • 提供者:胡小勇
  1. md

    0下载:
  2. MD5算法的java实现,完整的代码,供大家学习只用-java MD5 algorithm to achieve complete code for all to study only
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:呵呵
  1. SqList

    0下载:
  2. 线性表操作完整代码,包含查找,删除,插入,遍历,等等常用功能-Linear table operation complete code, including search, delete, insert, traverse, and so commonly used functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.36kb
    • 提供者:wangyun
  1. pro

    1下载:
  2. 如果采用单链表保存单词,可采用如下办法压缩存储空间。如果两个单词的后缀相同,则可以用同一个存储空间保存相同的后缀。例如,原来分别采用单链表保存的单词Str1“abcdef”和单词Str2“dbdef”,经过压缩后的存储形式如下。 请设计一个高效的算法完成两个单链表的压缩存储,并估计你所设计算法的时间复杂度。 要求:阅读预设代码,编写函数SNODE * ziplist( SNODE * head1, SNODE * head2 ) ziplist的功能是:
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.58kb
    • 提供者:zzzbit
  1. slm.tar

    0下载:
  2. 利用剑桥的SLM工具包实现的一个计算ngram的代码,可以完成1-3元模型的训练以及压缩。压缩算法是利用相对熵策略压缩。-Using the Cambridge SLM toolkit to achieve a calculated ngram code, you can complete the training as well as compression of the 1-3 model. The compression algorithm is the use of compressio
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.63mb
    • 提供者:Alex
  1. the_total_collection_of_data_structure_in_c_langua

    1下载:
  2. 清华严蔚敏C语言版数据结构全集,可以说是pudn上这个主题的最全面的一个集合了,记得有这么一个说法是只有有序组织的信息才是有价值的吧:_数据结构-严蔚敏-C语言版;教学笔记;数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码;数据结构笔记;数据结构复习重点归纳笔记[清华严蔚敏版];数据结构题集-严蔚敏;数据结构题集-严蔚敏;严蔚敏老师专贴。-Wei-Min Yan Tsinghua C language version of The Complete Wo
  3. 所属分类:Data structs

    • 发布日期:2015-10-10
    • 文件大小:26.64mb
    • 提供者:Jawen
  1. shujujiegou

    0下载:
  2. 有关数据结构的一些实验报告,里面有完整的代码及注释-Some of the data structure of experimental reports, there are code complete and Notes
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7.01kb
    • 提供者:xcy
  1. dijkstra

    0下载:
  2. 一个Dijkstra算最短路径的代码,完整的(包括头文件,生成距阵),可直接运行的。-A Dijkstra shortest path calculation code, complete (including the header files, build Inmerse Matrix), can be directly run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:13.2kb
    • 提供者:zjf
  1. DataStruct

    0下载:
  2. 数据结构代码大全,几乎涉及所有结构和算法-Code Complete, data structures, almost all structures and algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13.27kb
    • 提供者:郑俊杰
  1. DataStructC

    0下载:
  2. 数据结构代码大全,包含所有的数据结构内容的代码-Code Complete data structure, data structure contains all the contents of the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:210kb
    • 提供者:SunshineDabby
  1. ch02_LinerList

    0下载:
  2. 这是数据结构线性表的源代码,具有完整的类以及成员函数-This is a linear list data structure source code, complete with classes and member functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:19.43kb
    • 提供者:陈琦
  1. code

    0下载:
  2. 《数据结构》这本书中出现的所有算法的源代码,从第二章到第九章很齐全,对初学者来说真的非常有用。-" Data structure" that appears in this book all the algorithm source code, from the second chapter to chapter IX is complete, it is really helpful for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:2.97mb
    • 提供者:张乐·
  1. lexical-analysis-complete-code

    0下载:
  2. 计算机编译原理课程中词法分析完整代码,并附有个功能模块的说明。-Compiler theory lexical analysis complete code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1.5kb
    • 提供者:zuozeyu
  1. cross_list

    0下载:
  2. 数据结构中的稀疏矩阵十字链表类,代码注释齐全,可供初学者学习使用。-Dish sparse matrix data structure Cross Chain category, code complete notes for beginners to learn to use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:134.6kb
    • 提供者:Daniel Gu
  1. code

    0下载:
  2. 最佳调度问题的回溯算法 设有n个任务由k个可并行工作的机器来完成,完成任务i需要时间为 。试设计一个算法找出完成这n个任务的最佳调度,使完成全部任务的时间最早。(要求给出调度方案)(Backtracking algorithm for optimal scheduling problem There are n tasks to be done by K machines that can work in parallel, and the task I needs time to comp
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:184kb
    • 提供者:绫壹
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com