搜索资源列表
CompInfo
- AutoIt获取电脑硬件信息的UDF(用户自定义函数)
Load_Test
- 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其?BR>
airhockey
- 这是一款模仿乒乓球的桌上冰球游戏,用C++编写。主要实现了用户跟电脑的冰球对决,冰球进去某个区域过后,程序通过获取其坐 标是否在的得分框从而判断得分,是一款不错的小游戏。-this program is a game which mostly like ping-pang, but the ball is a hockey. It is a game developed by ourselves.
ApplicationList
- Android获取系统信息,比如获取Android版本,手机名称、硬件信息等,在手机的系统信息里可以查到这些信息,就是通过类似这样的小程序来获取后显示给用户的,本程序的原型机为levono手机。-Android access to system information, such as access to Android version, mobile phone, hardware information such as name, in the system information in t
five-chess
- (1)首先调用Chessboard 类型的chessboard 属性中的initBoard()与printBoard()方法去初始 化与打印棋盘。 (2)从控制台获取用户的输入。 (3)再调用本类的isValid()方法去验证玩家输入的合法性,如果输入不合法,返回第2 步继续, 否则到第4 步。 (4)把玩家下的棋子位置赋值为 ● 。 (5)调用isWon( int posX , int posY , Str