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

搜索资源列表

  1. air_book

    0下载:
  2. 飞机订票系统,任务:通过此系统可以实现如下功能: 录入:可以录入某个航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选者航班; 退票:可退票,退票后修改西相关数据文件; 可户资料有姓名,证件号,订
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65377
    • 提供者:han
  1. 2501425708

    0下载:
  2. 此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)-the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%%
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:刘树春
  1. gaoji

    0下载:
  2. 系统应实现的操作及其功能定义如下: 1)采编入库:新购入一种书,经分类和确定书号之后登记到图书账目中。如果这种书在账目中,则只将总库存量增加。 2)清除库存:某种书已无保留价值,将它从图书账目中注销。 3)借阅:如果某种书的库存量大于0,则借出一本,登记借阅者的图书证号和归还期限。 4)归还:注销对借阅者的登记,改变该书的现存量。 -system should achieve the operation and function are defined as foll
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:王东
  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:llr
  1. 平方取中法

    2下载:
  2. 过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:93074
    • 提供者:zhangyu
  1. playMax

    0下载:
  2. 用回溯法和递归调用的思想实现了多边形游戏算法,用codeblocks开发。输入多边形的N个定点的数值和N条边的运算符,可计算任意断开一条边后计算所得的最大值。-Backtracking and recursive calls with the idea to achieve a polygon game algorithm, using codeblocks development. Input polygon fixed values ​ ​ of N and N edge
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7757
    • 提供者:pu
  1. Josephus.rar

    0下载:
  2. 编号为1,2,3,……,n的n个人按顺时针方向围坐一圈。任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。,Numbered 1,2,3, ... ..., n of n individuals according to a clockwise direction around a circle. Choose a positive integer as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:543
    • 提供者:许奇龙
  1. josephus

    0下载:
  2. 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people r
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2409
    • 提供者:李强
  1. Joseph

    0下载:
  2. 是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Is the application of a mathematical problem: n known individuals (in numbers 1,2,3 ... n, respectively) were sitting around on a r
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:18003
    • 提供者:小杉
  1. viterbi3

    0下载:
  2. 对码率为1/n的递归卷积码(系统码!)的最大似然译码,采用相关度量,截断长度为1024,最大状态数为1024 -On the bit rate for the 1/n recursive convolutional codes (system code!) Of the maximum-likelihood decoding, using the relevant measure to cut off a length of 1024, the largest number of state
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8652
    • 提供者:戈津生
  1. LinerArange

    0下载:
  2. 动态规划方法视线特殊的(0,1,2)背包问题,获得最佳的物品取舍方案-Dynamic programming special attention (0,1,2) knapsack problem, obtain the best trade-off program items
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:262495
    • 提供者:taolizao
  1. intpart

    0下载:
  2. 采用非递归方法实现的整数分拆程序,即把一个正整数表示成所有可能的整数相加的形式。逆序打印结果。-Ways to use non-recursive implementation of an integer spin-off process, that is, to express a positive integer integer into the sum of all possible forms. Reverse print the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:8184
    • 提供者:李刚
  1. 123

    0下载:
  2. 约瑟夫问题 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。-Joseph issues numbered 1,2,3, ..., n of the n individuals in accordance with t
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:622
    • 提供者:bobo
  1. JosephRing

    0下载:
  2. 约瑟夫环:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选 一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列, 将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为 止。编程打印出列顺序。-Joseph Wan: No. 1,2,3, ..., n of n individuals according to a clockwise direct
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:887
    • 提供者:cathy
  1. disiti

    0下载:
  2. (1)录入航班信息(航班数据可以先存储在一个数据文件中,数据结构、具体数据大家自定); (2)查询某个航线的信息(如,输入航班号,查询起降时间、起飞城市、沿途经过的城市及最终抵达的城市,航班票价,票价折扣,确定航班是否满仓,有多少剩余票。又如输入起飞城市或抵达城市,查询飞机航班情况); (3)修改航班信息,当航班信息改变时,应该修改航班数据文件。 (4)完成订票操作(订票情况可以存在一个数据文件中,结构自己设定),如果该航班已经无票,可以提供相关的、可供选择的其他航班信息供用户选择;
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3191
    • 提供者:涂舒
  1. CatCatchRat

    0下载:
  2. 数据结构与主要算法: (1)老鼠个数的设定 (2)关数的设定 (3)老鼠的灵活度-Data structure and algorithms: (1) the number of mice (2) the number set off (3) mouse flexibility
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:662499
    • 提供者:王二小
  1. palne

    0下载:
  2. 模拟飞机在飞机场起飞和降落 输入想模拟的时间长度,输出为调度的过程 降落平均等待时间..起飞平均等待时间 -Simulating an aircraft taking off and landing at the airport would like to enter the length of time simulation, the output of the process for scheduling the average waiting time for landing
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19078
    • 提供者:
  1. Josephus

    0下载:
  2. 设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n,s和m,求出按出列次序得到的n个人员的序列。-With n individuals sitting around a round table is starting from the first s individuals reported number, the number of peopl
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1009
    • 提供者:张臻
  1. AIRPORT

    0下载:
  2. 模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3936
    • 提供者:李东国
  1. 123

    0下载:
  2. 解决约瑟夫问题,运行过了,保证可以。问题是清华严蔚敏版本的《数据结构》书-Joseph problems to solve, run-off, and guarantee. The problem is Tsinghua Yan Wei-min version of the " Data Structure" book
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:649670
    • 提供者:林海翔
« 12 3 4 5 »
搜珍网 www.dssz.com