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

资源列表

« 1 2 ... .53 .54 .55 .56 .57 24958.59 .60 .61 .62 .63 ... 28278 »
  1. puke

    0下载:
  2. 编号为1-52张牌,正面向上,从第2张开始,以2为基数,是2的倍数的牌翻一次,直到最后一张牌;然后,从第3张开始,以3为基数,是3的倍数的牌翻一次,直到最后一张牌;然后…从第4张开始,以4为基数,是4的倍数的牌翻一次, 直到最后一张牌;...再依次5的倍数的牌翻一次,6的,7的 直到 以52为基数的 翻过,输出:这时正面向上的牌有哪些?-#include "stdio.h" void main() {/*采用数组存储,循环嵌套实现*/ int i,j in
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:fang
  1. Dijkstra

    0下载:
  2. Dijkstra算法的C++演示算法,有可视化界面-Dijkstra algorithm of C++ demonstration algorithm, there are visual interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:391.78kb
    • 提供者:pf
  1. AAAAAaaaaaaaaaaaaaaaaaa

    0下载:
  2. 设停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车出进。汽车在停车场内按车辆到达的时间先后顺序,依次由北向南排列-There is only one car park located inside the vehicles can be parked n the long and narrow channels, there is only one door and out into the open to motor. Car in the parking lot with t
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.21kb
    • 提供者:小赖
  1. tanxin

    0下载:
  2. 使用贪心算法来解决的一些实际应用问题,包括经典的背包问题-Greedy algorithm used to solve some of the practical application of issues, including the classic knapsack problem, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:24.32kb
    • 提供者:bugboy
  1. DataStructureJavaEdtion

    0下载:
  2. 数据结构Java语言版,希望对编程感兴趣的人多加强数据结构的学习,Java是很有前途的语言,避开传统的C版数据结构的千篇一律-Java language version of the data structure, in the hope that more people interested in programming data structure to enhance learning, Java language is promising to avoid the traditional
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:143.23kb
    • 提供者:jenson
  1. datastructclassic

    0下载:
  2. 数据结构经典,里面含有很多算法的源码,能够直接在vc中编译,希望对你们有帮助-Classic data structure, which contains the source code of many algorithms can be compiled directly in the vc, I hope you will help
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:423.01kb
    • 提供者:jenson
  1. 09

    0下载:
  2. 本程序主要实现的是:一个打字练习的小游戏。运行程序之后,屏幕是会随机出现一个字符,然后用户根据这个字符敲击键盘上的相应字母,如果二者吻合(称为命中)则分数增1,否则分数减1。此外,如果超过了一定的时间用户还未按键,则分数也减1。-The main achievement of this process is: a typing practice game. After running the program, the screen will be a random character, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:46.62kb
    • 提供者:李晓杰
  1. 02-05-44

    0下载:
  2. 本程序实现了基本的几种内部排序算法,包括插入排序,交换排序,选择排序,基数排序和归并排序,并且对各种算法的时间复杂度和空间复杂进行了分析和比较-This procedure has several basic internal sorting algorithms, including insertion sort, exchange sort, select sort and merge sort to sort the base, and a variety of algorithm'
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:227.31kb
    • 提供者:李晓杰
  1. 02-04-29

    0下载:
  2. 建立一个二叉树以及二叉树的后序遍历算法的演示-The establishment of a binary tree and binary tree traversal algorithm, after the demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:53.13kb
    • 提供者:李晓杰
  1. 02-23-65

    0下载:
  2. 通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possible n the length of the train li
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:23.65kb
    • 提供者:李晓杰
  1. 1

    0下载:
  2. 本程序实现了对六个1000以内的正整数的基数排序。排序过程分为三个阶段,第一个阶段是比较个位,第二个是比较十位,第三个阶段是比较百位由三个函数实现。-This program of six positive integer less than 1000 base sort. Sorting process is divided into three phases, the first stage is to compare a bit, the second is more 10, the th
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:552.54kb
    • 提供者:李晓杰
  1. shiyaner

    0下载:
  2. 实验数据结构关于哈希表的问题,连电话记得那才叫警方ig据id快ifvnidsidf-Experimental data on the hash table structure of the problem, remember that even the phone calls, according to id really fast ig Police ifvnidsidf
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:99.55kb
    • 提供者:liguifang
« 1 2 ... .53 .54 .55 .56 .57 24958.59 .60 .61 .62 .63 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭