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

搜索资源列表

  1. LPServer00888

    0下载:
  2. 轮盘记分服务器程序,采用TCP协议与客户机连接,并使用了多线程,用ACCESS作数据库。-roulette Points server using TCP connection with the client, and the use of multithreading, for ACCESS database.
  3. 所属分类:其他游戏

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

    0下载:
  2. 轮盘押分客户机程序,采用TCP协议与服务器连接,并使用了多线程。-roulette remanded points client procedures, using TCP and server connectivity, and the use of multithreading.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5590775
    • 提供者:小王
  1. 101Test

    1下载:
  2. 刚入门VC写的一个滚球小的游戏,是多线程的.加定时器触发。也是windows可视化编码的入门程序.可以给新手学习.-portal VC just wrote a small ball of the game is multithreaded. Canada timer trigger. Visualization is also windows coding induction procedures. To the novice can learn.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:43124
    • 提供者:张小泉
  1. Tank_fight

    0下载:
  2. 一款实时、多人、分布的坦克大战的游戏,可允许四个人参加;使用了多种高级编程技术,如DirectPlay,DirectSound,多线程,动画处理,消息打包和解包,定时,地图传输,图像管理,键盘管理等等,是一个不可多得的学习高级windows编程的材料啊!
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1624812
    • 提供者:唐军
  1. tnk

    1下载:
  2. 坦克游戏 项目简述:玩家操纵坦克与敌军坦克对战, 可多人对战。 使用技术:mfc,多线程, socket,集合。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:75396
    • 提供者:huangchen
  1. elsfk

    0下载:
  2. java游戏的实现,应用java中双缓冲,多线程,等多项技术。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:35089
    • 提供者:杜少峰
  1. YaoJiangJi

    0下载:
  2. 一个比较小的摇奖机程序,其中采用了多线程
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:153605
    • 提供者:candy
  1. Snake

    0下载:
  2. 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:27862
    • 提供者:dreamweb
  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
    • 文件大小:6248
    • 提供者:snyuting
  1. youxi

    0下载:
  2. 一个JAVA小游戏,一个典型的多线程小实例:球的运动,适用于初学者交流 -A JAVA game, a typical multi-threaded a small example: the ball s movement, for beginners exchange
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:1871
    • 提供者:wangdapeng
  1. GamePaladinII

    1下载:
  2. 江湖行(GamePaladin )是一款功能强大游戏工具。用它可以进行内存高低阶地搜索与修改,存档文件的高低阶地搜索与修改。让你在游戏里战无不胜,攻无不克。江湖行(GamePaladin ).搜索速度极快,因为有多线程快速搜索引擎 -Rivers and lakes OK (GamePaladin) is a powerful tool for the game. It could be used for memory High and low level to search and modif
  3. 所属分类:其他游戏

    • 发布日期:2012-11-17
    • 文件大小:1946055
    • 提供者:wuna1978
  1. manyballs

    0下载:
  2. 弹球例子代码,描述动画线程与双缓冲的实现。-Pinball example code, descr iption of animation thread and the double buffer implementation.
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:52781
    • 提供者:蔡锋
  1. LODTerrain

    0下载:
  2. LOD技术,做的动态地形,有碰撞检测,自己做了好久才做好-LOD technology, so the dynamic terrain, with collision detection, make their own for a long time before they do
  3. 所属分类:Other Games

    • 发布日期:2017-05-15
    • 文件大小:3588750
    • 提供者:11
  1. WordGameJava

    0下载:
  2. Java打字游戏的源代码<br>学习多线程的好例子,适合初学者来使用。-Java source code typing game to learn a good example of multi-threaded, suitable for beginners to use.
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:421203
    • 提供者:chendong
  1. java_application

    0下载:
  2. 一个类似超级玛丽的java小游戏,利用系统midplay实现背景音乐,线程池技术实现音效功能。另外北京音乐为多声道文件,程序中可通过控制声道实现不同背景音乐。-Super Mario' s java a similar game to achieve using the system midplay background music, sound technology features a thread pool. In addition to Beijing' s multi-ch
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1676514
    • 提供者:翟永斌
  1. Fireworks

    0下载:
  2. 一个用java编写的 "烟火" 小程序 采用多线程 给某些需要的新人使用-A written using java " fireworks" small program uses multiple threads to use some of the needs of new
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:1434
    • 提供者:cz
  1. SnakeGame

    0下载:
  2. 贪吃蛇小游戏~ 图形界面 线程 游戏编程-Snake game ~ Game Programming GUI thread
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:220681
    • 提供者:sunshine
  1. TankWar2.7

    0下载:
  2. 一个用java完成的坦克大战小游戏,运用的知识有awt 多线程 gui -A complete Tankedaizhan with java games, the use of knowledge is multi-threaded gui awt
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:22487
    • 提供者:田佳
  1. QQFarm

    0下载:
  2. QQ农场单机版,可供新人学习MFC双缓冲,多线程等知识-QQ farm stand-alone version, available for newcomers to learn MFC double buffering, multi-threading knowledge. .
  3. 所属分类:Other Games

    • 发布日期:
    • 文件大小:9469621
    • 提供者:方仲林
  1. BeatMouse

    0下载:
  2. 简易的打地鼠游戏,运用了线程,图形界面等等相关的知识。-Hamster playing simple games, the use of threads, graphical interface, and related knowledge.
  3. 所属分类:Other Games

    • 发布日期:2017-04-24
    • 文件大小:211105
    • 提供者:name
« 12 3 »
搜珍网 www.dssz.com