CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - data test

搜索资源列表

  1. labyrinth2

    0下载:
  2. 这是一个用c语言编成的关于数据结构中的迷宫问题的小游戏程序,内容详尽,已成功在c语言编译环境下通过测试。-This is a language used c into the data structure of the maze of small game procedures, as detailed have been successful in C language compiler environment to pass the test.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:wangyang
  1. chainlist

    0下载:
  2. 程序利用链表实现约瑟夫环 1. 可以输入游戏人数,初始密码,还可以输入每个人持有的密码。 2. 输入的游戏人数和初始密码还有每个人持有的密码都不可以为0,若为0则重新输入。 3. 测试数据为 游戏人数:0,5 初始密码;0,5 每个人持有的密码依次为:1,2,3,5,4 -procedures used to achieve a Josephus. The game can be imported to the number of initial passw
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5.35kb
    • 提供者:linling
  1. 2007_01_22_143355_RQVEKVunPB

    0下载:
  2. 看到一个简洁精巧的Robot,作者是:stelo,Robot名字:stelo.UntouchableNano,版本1.0 有效代码不过60余行,但是可以统计目标数据、预测对手行动、随机移动,并且试验了一下,战绩也不错。-To see a concise sophisticated Robot, the author is: stelo, Robot name: stelo.UntouchableNano, Version 1.0 valid code, however, more than
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:士大夫
  1. COMPILERS(AHO)-PPT

    0下载:
  2. 编译原理的考试资料,有课件,重点,适合考试者-Compiler Construction Principles of the test data, and software, the focus for exams
  3. 所属分类:游戏

    • 发布日期:2013-02-18
    • 文件大小:1003.49kb
    • 提供者:justin
  1. Test

    0下载:
  2. 实现一个数据单元,包括学号和姓名两部分。编写两个线程,一个线程往数据单元中写,另一个线程往出读。要求每写一次就往出读一次。-To achieve a data unit, including the school number and name of two parts. The preparation of two threads, one thread to the data unit in writing, reading another thread Wang Chu. Asked ea
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:6.1kb
    • 提供者:snyuting
  1. 3_8_stable

    0下载:
  2. ascent是什么? 最稳定的开源魔兽服务器端模拟器便是. 模拟到什么程度? 测试数据是:四核服务器连接2000个客户端,连续运行5天没死机-ascent that? the most stable of Warcraft server emulator is open source. analog to what extent? test data are: the four-core server to connect 2000 clients to run 5 days straight
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-06-02
    • 文件大小:14.62mb
    • 提供者:何中求
  1. cardgame

    0下载:
  2. 编号为1-52张牌,正面向上,从第2张开始,以2为基数,是2的倍数的牌翻一次,直到最后一张牌;然后,从第3张开始,以3为基数,是3的倍数的牌翻一次,直到最后一张牌;然后…从第4张开始,以4为基数,是4的倍数的牌翻一次, 直到最后一张牌;...再依次5的倍数的牌翻一次,6的,7的直到以52为基数的翻过,输出:这时正面向上的牌;测试数据:52张牌 这时是正面的编号为: 1 4 9 16 25 36 49-1-52 number cards, face up, starting from
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:568byte
    • 提供者:calix
  1. photo

    0下载:
  2. #代码重新用类整理一下,对类class还不怎么了解,只做了简单的分类,图形输出、按键控制、数据计算 三个class。 #比原先新增了些功能,新增拼图时间计算,存档,“速度排行榜”,背景音乐循环播放。美化进度条,支持自定义图片拼图, #自定义背景音乐(图片格式支持中英文文件名JPG、BMP文件,音乐支持MP3、WAV格式文件,测试请将图片文件、音乐文件-# Code re-use the class to sort out, do not understand how the class
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:6.3kb
    • 提供者:zhouming
  1. doudizhu

    0下载:
  2. 斗地主出牌算法 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null -Landlords out licensing rules for Land
  3. 所属分类:Chess Poker games

    • 发布日期:2017-10-30
    • 文件大小:7.31mb
    • 提供者:robin
  1. DeleteFile

    0下载:
  2. 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。- Test.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store in
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:18.71kb
    • 提供者:六和
  1. maze

    0下载:
  2. 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:324.62kb
    • 提供者:vermouthi
  1. labyrinth2

    0下载:
  2. 这是一个用c语言编成的关于数据结构中的迷宫问题的小游戏程序,内容详尽,已成功在c语言编译环境下通过测试。-This is a language used c into the data structure of the maze of small game procedures, as detailed have been successful in C language compiler environment to pass the test.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:rsgene
  1. contra_c

    0下载:
  2. 魂斗罗游戏的源代码,VC版的,包括各种测试资料,是一个完整的工程文件-Contra game s source code, VC version, including test data, is a complete project file
  3. 所属分类:Shot Game

    • 发布日期:2017-05-25
    • 文件大小:7.87mb
    • 提供者:逍遥潇飏
  1. Desktop

    0下载:
  2. 这是一个测试文档,This is a test to upload data files, mainly used to test documents, to see if you can successfully upload.(This is a test to upload data files, mainly used to test documents, to see if you can successfully upload.)
  3. 所属分类:游戏

    • 发布日期:2017-12-23
    • 文件大小:15kb
    • 提供者:张看1123
搜珍网 www.dssz.com