-
高考倒计时程序,每天使用一次,会对你有提醒作用.
高考倒计时程序,每天使用一次,会对你有提醒作用.-Countdown to College Entrance Examination Procedure
- 2022-07-07 10:32:23下载
- 积分:1
-
Java超级坦克大战-支持网络对战
Java超级坦克大战-支持网络对战,分客户端和网络端,双打时需要在电脑上建立主机。还记得以前在电视游戏机上玩的伊拉克坦克大战吗? 如果你很怀旧的话就试试我仿做的java版。
几点说明:
1、支持双人连线 (适用于TCP/IP, 限于局域网内连接)。
2、100%开源代码
3、双打的话,需要一位玩家先在一台电脑上建立主机, 一位玩家在另一台电脑上建立副机, 副机端玩家在输入主机玩家的ip后游戏就开始了。
4、单打的话,在一台机器上同时建立主机和副机, 副机的ip栏里留下空白就好了。这样你可以控制主机或副机的坦克但无法同时控制。
5、具体的键盘操作,可在程序中点击“帮助”看到。
6、主机和副机在命令键入Play.bat启动游戏。
- 2022-09-22 06:10:02下载
- 积分:1
-
能自动设计出最佳的文丘里管,只需进口的参数即可。
能自动设计出最佳的文丘里管,只需进口的参数即可。-Can automatically design the best Venturi tube, simply import the parameter.
- 2022-01-31 03:10:31下载
- 积分:1
-
《Delphi 2005数据库系统开发与应用》源代码
《Delphi 2005数据库系统开发与应用》源代码- Delphi 2005 database system development and application of the source code
- 2022-01-26 01:41:35下载
- 积分:1
-
按钮控件极为好用,欢迎使用,按钮控件极为好用,欢迎使用
按钮控件极为好用,欢迎使用,按钮控件极为好用,欢迎使用-sfsf
- 2023-05-30 09:30:03下载
- 积分:1
-
C++ Builer and Que multi
C++ Builder和KE多线程程序实例
- 2023-07-17 15:40:03下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写...
内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了-Containing pure DOS, WIN32, and WIN32 GUI console in three versions. They generated backup files can be used in any version. WIN32 GUI version temporarily use the backup function (all other modules have also written, is complete, now only open the backup feature), if you want to use to restore the replacement and comparison of features, can open the call a few of the switches or the code can call the
- 2022-02-24 12:25:13下载
- 积分:1
-
有效地提高卫星通信网络的TCP吞吐量的方法:卫星代理。本资料正是对卫星代理在NS2中的仿真和模拟,非常有参考性。...
有效地提高卫星通信网络的TCP吞吐量的方法:卫星代理。本资料正是对卫星代理在NS2中的仿真和模拟,非常有参考性。-Very effective in improving TCP throughput of satellite communications network solutions: satellite agency. This information is in the satellite agent in NS2 simulation and modeling, very indicative.
- 2022-02-06 02:39:58下载
- 积分:1
-
用java开发终端平台上的Application程序, 比使用C++,Delphi等语言更加容易。 java语言似乎天生就适合团队开发。但是,摆在广大java开...
用java开发终端平台上的Application程序, 比使用C++,Delphi等语言更加容易。 java语言似乎天生就适合团队开发。但是,摆在广大java开发者面前的一个难题是,客户端必须安装JRE。真的必须安装JRE吗?其实你可以不装,只要使用Java Runner,无论在哪里,你的程序都可以Run起来。-spent on the terminal platform Application procedures, the use of C, Delphi and other languages easier. Java language seem naturally fit team development. However, the majority of java placed in front of the development of a problem is, the client must be installed JRE. Really must install the JRE? Actually, you can not, only use Java Runner, regardless of where your program can Run up.
- 2023-08-25 19:40:03下载
- 积分:1