-
游戏蛇
我做了使用 c# 的贪吃蛇游戏。它的看起来像向诺基亚 3310 贪吃蛇游戏。。。
- 2022-02-03 05:52:27下载
- 积分:1
-
a sample WinMobile source code that parses REG files and imports them into regis...
a sample WinMobile source code that parses REG files and imports them into registry.
- 2023-05-13 07:20:03下载
- 积分:1
-
This is a staff management system, please use the personal design
这是个员工管理系统,个人设计请用-This is a staff management system, please use the personal design
- 2022-03-18 17:43:29下载
- 积分:1
-
如果你对C++编程有许多不懂之处,那么C及C++答疑解惑是一本好书,值得推荐哟,欢迎下载!...
如果你对C++编程有许多不懂之处,那么C及C++答疑解惑是一本好书,值得推荐哟,欢迎下载!-If you have the C programming from many do not understand, then C and C FAQ is a good book, worthy of recommendation yo welcome to download!
- 2022-02-20 17:26:21下载
- 积分:1
-
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译...
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译-Program source code of drawing graph in Windows, compile with VS.NET.
- 2023-03-23 21:55:04下载
- 积分:1
-
软件文件自动更新源代码,使用本程序,可以自动更新WEB服务器上的程序,使用XML文件作为配置文件。...
软件文件自动更新源代码,使用本程序,可以自动更新WEB服务器上的程序,使用XML文件作为配置文件。-Software automatically updates the source code file, use this procedure, you can automatically update the WEB server, the use of XML files as configuration files.
- 2022-01-25 22:59:44下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
日期还原
日期还原 -date Reduction Date Date Reduction
- 2022-08-13 09:04:05下载
- 积分:1
-
利用VC实现多个数据文件合并到一个,方便进行数据处理
利用VC实现多个数据文件合并到一个,方便进行数据处理-It s easy to dispose data by making some data files unique with Visul C.
- 2022-05-10 11:29:36下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1