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

搜索资源列表

  1. finish01

    0下载:
  2. 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.21kb
    • 提供者:蔡雷
  1. mergesort11

    0下载:
  2. 二分搜索是运用分治策略的典型例子。二分搜索方法充分利用了元素间的次序关系,采用分治策略,可在最坏情况下用O(logn)的时间完成搜索任务。-two hours search is to use the divide and conquer strategy is a typical example. Two-search method full use of the elements in the order, using the divide and conquer strategy, in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49.04kb
    • 提供者:黄波
  1. duopidao

    0下载:
  2. 模拟多批道处理程序C# 操作系统课程设计,这个把握不大,没有好的测试例子。自己看吧。 转载请注明出自www.shootsoft.net-simulated multiple processing Road # C courses on operating system design, not grasp this, there is no good test case. Ion battery. Please specify reproduced from www.shoot
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.61kb
    • 提供者:尹君
  1. accept

    0下载:
  2. 数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:王冠
  1. MaxSort

    0下载:
  2. 这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现数据结构中如何实现排序的一个小例子-This is a use of the Java language in a series of small procedures, the java java beginners how to use the language, in this case the data structure of how to achieve a ranking of small ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.61kb
    • 提供者:张峰
  1. CLaugYM

    0下载:
  2. 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65.5kb
    • 提供者:chenguoren
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71.74kb
    • 提供者:maccoo
  1. 1050MovingTtables

    0下载:
  2. HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Ea
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:sxb
  1. ParkingLotSimulation

    0下载:
  2. Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they w
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:周墨
  1. homework

    0下载:
  2. 数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用C语言编写,在VC中调试成功,并带有少量的注释,有兴趣的可以研究一下。我在里面尽量使用了指针-data structure is the basis for programming, which in this case is I wrote the eight basic data structure of the method, using C language, in VC debugging success, and wi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:111.76kb
    • 提供者:zbjg
  1. 数组按从小到大的顺序排序

    0下载:
  2. 这是一个简单的排序。给你一个有N个值的数组,每个数都小于10000000。然后就将这个数组按从小到大的顺序排序。在输入时,第一行输入一个整数T,T代表一个有多少个数组要排序。然后就有T组数,每组数的第一行就是数组的大小N。紧跟着就有N行数,第N行就是数组的第N个数。每个数组的输出就有N行。,Given you an array with N non-negative integers which are smaller than 10,000,000, you have to sort this
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-25
    • 文件大小:583byte
    • 提供者:月单
  1. erchashujisuanqi

    0下载:
  2. 数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例-Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:298.7kb
    • 提供者:haofree
  1. PolyArith

    0下载:
  2. 数据结构课程设计案例精编一书中,第五章多项式加法和乘法的源代码-Data Structure Course Design Case Short book, chapter V polynomial addition and multiplication of the source code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:109.39kb
    • 提供者:ben
  1. Hashset

    0下载:
  2. 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:849.62kb
    • 提供者:胡宗正
  1. 0-1package

    0下载:
  2. 在0和1情况下进行背包问题解决,涉及多个物体的重量和价值,求得最大价值量以及分配方案。-At 0 and 1 backpack case for problem-solving, involving more than the weight of objects and values, as well as to achieve maximum value distribution program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.02kb
    • 提供者:jingyuan
  1. SkipList

    0下载:
  2. SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:jianwei yang
  1. algorithms

    0下载:
  2. 包罗各种算法,相当全面,可以下载看看,具体有单元加、求进制、汉诺塔、底层编程、小写数字转为大写数字、数据结构、算法基础等等。-Cover a variety of algorithms, is very comprehensive and can be downloaded to see the specific unit plus, and band, Tower of Hanoi, the underlying programming, lower case to upper case th
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:315.7kb
    • 提供者:胜汪
  1. p2G19

    0下载:
  2. 数据结构实现QUEUE的原代码,配合文档及TEST CASE说明-C source code for building the queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:15.56kb
    • 提供者:巫刚
  1. C_CPP-Algorithm-of-case

    0下载:
  2. c++语言各种经典算法案例,对很多初学者很有用-Algorithm of case
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:189.51kb
    • 提供者:陈建军
  1. Data-structure-tutorial-case

    0下载:
  2. [数据结构案例教程(c语言版)].徐翠霞.文字版.pdf-Data structure tutorial case ( C language version) ]. Xu Cuixia. The text version of the. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.37mb
    • 提供者:lucy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com