CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .36 .37 .38 .39 .40 25041.42 .43 .44 .45 .46 ... 28275 »
  1. magic

    0下载:
  2. 将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:于翔
  1. 1

    0下载:
  2. 设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。-something like Joseph problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:550byte
    • 提供者:fengyumoce
  1. Queen

    0下载:
  2. 八皇后的c++实现怎么能写出20个字的描述呢-Eight queen c implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:565byte
    • 提供者:卢佳楠
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5.68mb
    • 提供者:lzm
  1. data_structure_and_algorithm

    0下载:
  2. 《数据结构与算法入门导学》 第一章 概论 第二章 线性表 第三章 栈和队列 第四章 串 第五章 多维数组和广义 表 第六章 树 第七章 图 第八章 排序 第九章 查找 第十章 文件-" Introduction to Data Structures and Algorithm Study I." Introduction to Chapter II Chapter III Chapter linear stack and queue Chapter IV Chapter V
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:408.02kb
    • 提供者:lzm
  1. yuyundonghui

    0下载:
  2. 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:135kb
    • 提供者:张蔷
  1. yuanma

    0下载:
  2. 通过现有的人口数据结构特点,对其进行拟合分析后进行长短期的预测-Population data through the existing structural features, their post-fitting analysis of the short and long-term prediction
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:52.18kb
    • 提供者:sujunsan
  1. miniStack

    0下载:
  2. 数据结构大作业:miniStack类的设计-Data structure homework: miniStack Class design
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:369.98kb
    • 提供者:温智君
  1. textcode

    0下载:
  2. 《数据结构与程序设计》书本所有源代码-" Data Structure and Program Design" books of all the source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:49.92kb
    • 提供者:温智君
  1. juzheng

    0下载:
  2. 数据结构中的链表类实现多项式的相加 用C++实现!-Linked list data structure in the sum of polynomial-type implementation with C++ implementation!
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:877.11kb
    • 提供者:wp
  1. gongziguanli

    0下载:
  2. 用C++实现的工资管理系统!这里用了数据结构中的链表!-Using C++ implementation of the salary management system! Here with a list data structure!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:wp
  1. fanh

    0下载:
  2. 这是一个停车场的模拟系统,在对数据结构栈与队列的熟悉及实现-pppppppppppppppppppppppppppppp
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:李白
« 1 2 ... .36 .37 .38 .39 .40 25041.42 .43 .44 .45 .46 ... 28275 »
搜珍网 www.dssz.com