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

搜索资源列表

  1. Fac4_2

    0下载:
  2. //背包问题贪心解法。该程序已调通,缘自王晓东算法设计-//Knapsack problem greedy solution. The program has been transferred Tong, Xiaodong edge from algorithm design
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1467
    • 提供者:ss
  1. Fac4_6_2

    0下载:
  2. 最小生成树问题贪心(Prim)算法,该程序原自王晓东算法设计,程序已调通-Greedy minimum spanning tree problem (Prim) algorithm, the program Xiaodong algorithm since the original design, procedures have been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:977
    • 提供者:ss
  1. manage

    0下载:
  2. *设计方案:本程序分为七个模块:1、新建人事信息模块 2、查询模块 3、删除模块 4、添加模块 5、修改模块 6、打印模块 7、数据备份与还原模块。 每个模块相互独立。且每个模块只完成一个功能,用一个函数实现。在主函数中调用这些模块。每个模块处理的信息即人事基本信息用结构体存储,数据结构采用链表实现,最终以文件形式存储于磁盘上。*/-* Design: This procedure is divided into seven modules: 1, New Personnel Informa
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3754
    • 提供者:陈小森
  1. Strassencpp

    0下载:
  2. 算法与设计中实现Stassen矩阵相乘算法,代码简单有用。-Algorithm and design to achieve matrices Stassen algorithm, simple and useful code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2884
    • 提供者:何明耀
  1. migong

    0下载:
  2. 数据结构课程设计 迷宫 自行画图-Data structure course design their own maze drawing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:有道义
  1. yunsuan

    0下载:
  2. 设计一个实现任意长的整数进行减法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。-The design of a realization of arbitrary long integer subtraction calculations to carry out a demonstration program. Input and output requirements for each of four groups of groups
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2112
    • 提供者:xiongdong
  1. FIVE

    0下载:
  2. 这个主要是我学习数据结构的课程设计的程序-This mainly because I study the data structure of the curriculum design process
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2118658
    • 提供者:Kever
  1. neibupaixu

    0下载:
  2. 数据结构课程设计实现内部排序算法的比较问题。-Data structure the curriculum design to achieve internal sorting algorithm comparison problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:179608
    • 提供者:李平
  1. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32771
    • 提供者:李鸿
  1. algorithm

    0下载:
  2. 王晓东算法设计与分析源码。vc下编译通过能够运行。且运行效率较高-Xiaodong algorithm design and analysis of source code. under vc compiler be able to run through. Operating efficiency and higher
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2688
    • 提供者:leo
  1. hangkongdingpiao

    0下载:
  2. 数据结构课程设计用C实现的航空订票系统,可实现预定票、退票、管理员增减航班等-Data structure course design using C to achieve the air booking system, is scheduled to vote can be achieved, a refund, the administrator, such as changes in flight
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7391
    • 提供者:张洁
  1. algorithm2

    0下载:
  2. 王晓东算法设计与分析课后一些题目的源码。vc下全都编译通过。且在学校网站上提交通过。是学习算法较好的参考资料-Xiaodong algorithm design and analysis of the source after some of the topics. Compiling under vc all through. And in the school site is presented for adoption. Learning algorithm is a good refer
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2723
    • 提供者:leo
  1. shujujiegou

    0下载:
  2. 数据结构课程设计的源代码里面有二十多个选题-Data structure the curriculum design of the source code there are more than 20 topics
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3431025
    • 提供者:聂文杰
  1. Introduction.to.Algorithms.Second.Edition

    0下载:
  2. 算法经典著作,学习算法设计与分析的必备书,作为程序员,应该好好看看。-Classic algorithm, learning algorithm design and analysis of the essential books, as a programmer, it should be a good look at.
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:18714225
    • 提供者:李磊
  1. kechengshejixueshengxinxi

    0下载:
  2. 数据结构课程设计 图形界面 单链表和排序的应用-Data structure course design graphical interface to sort single linked list and the application of
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:58395
    • 提供者:xaoyan
  1. yhj

    0下载:
  2. 设计一个n 个并发进程共享m 个系统资源的系统。进程可动态申请资源和释放资源,系统按各进程的申请动态的分配资源。要求采用银行家算法实现。-N the design of a concurrent process of system resources m sharing system. Process can be dynamic application of resources and the release of resources, the system according to proc
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:2109
    • 提供者:候莹莹
  1. DATE

    0下载:
  2. 本文档是学习数据结构必须的上机实验设计,-This document is essential to learn data structures on the experiment design,
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:36178
    • 提供者:钱敏
  1. Huffman

    0下载:
  2. Huffman c环境下的实现 数据结构课程设计题目-Huffman c environment data structure to achieve the curriculum design topics
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1278
    • 提供者:
  1. 2222

    0下载:
  2. 银行家算法的课程设计。自己做的 请大家看看。。是否能用-Banker s Algorithm curriculum design. Themselves do I want you to look. . Whether it can
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:212165
    • 提供者:沃尔夫
  1. HFMBM

    0下载:
  2. 问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr iption: Design hash table to ach
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10640
    • 提供者:迟浩东
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com