-
this for the message board, collecting feedback from users of information and to...
此为留言板,可以收集用户反馈的信息,便于交流-this for the message board, collecting feedback from users of information and to facilitate the exchange of
- 2022-01-25 21:20:05下载
- 积分:1
-
protel DXP 实 例 1
protel DXP 实 例 1-protel DXP 实 例 1
- 2022-02-09 15:26:51下载
- 积分:1
-
SD卡资料.rar里边有3个文件,包括SD卡手册,SD卡操作时序图,SD卡CSD寄存器翻译的 中文手册...
SD卡资料.rar里边有3个文件,包括SD卡手册,SD卡操作时序图,SD卡CSD寄存器翻译的 中文手册-SD card. Rar inside has three documents, including SD card manual, SD card operated timing diagram, SD card CSD register of the Chinese translation of the manual
- 2023-07-10 03:35:04下载
- 积分:1
-
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-02-12 02:33:38下载
- 积分:1
-
Realize with vc 6.0 Notepad function, through which patients can understand the...
用vc 6.0实现记事本功能, 通过该例可以了解记事本的实现方法.-Realize with vc 6.0 Notepad function, through which patients can understand the realization of methods of Notepad.
- 2022-03-18 08:58:06下载
- 积分:1
-
这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实...
这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。
该程序在Turbo C2.0 下编译通过
由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。
注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。
由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
- 2022-06-27 09:50:16下载
- 积分:1
-
新编剑桥商务英语(BEC)(中级)学生用书之听力
新编剑桥商务英语(BEC)(中级)学生用书之听力-New Business English (BEC) (Intermediate) Student Book of Listening
- 2022-02-25 13:11:39下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
C++模拟Windows游戏扫雷系统
c++的模拟windows系统的扫雷游戏-c++ simulation windows game mine clearance system
- 2023-09-08 01:45:03下载
- 积分:1
-
一组特效javascript的例子
一组特效javascript的例子-A set of specific examples of javascript
- 2022-05-13 04:57:25下载
- 积分:1