-
电脑虚拟仪器软件
电脑虚拟仪器软件-computer virtual instrument software
- 2022-07-19 06:48:52下载
- 积分:1
-
绘制等角圆柱投影(墨卡托投影)
地图学专业人士
绘制等角圆柱投影(墨卡托投影)
地图学专业人士-Draw Conformal cylindrical projection (Mercator projection) cartography professionals
- 2023-05-12 03:20:03下载
- 积分:1
-
mapxtremes网站源码
这是我公司的源代码mapxtreme
- 2023-03-31 06:15:05下载
- 积分:1
-
并口通迅实例.包括vb实例和VC实例,winio控件,winio帮助文档.看看吧!...
并口通迅实例.包括vb实例和VC实例,winio控件,winio帮助文档.看看吧!-examples. Vb including examples and VC example, winio Controls winio help documentation. watch it!
- 2022-01-25 23:07:38下载
- 积分:1
-
java版简易贪吃蛇
eclipse所编写的简易版贪吃蛇,简单易理解,用list存储,有计分,蟹蟹!!!
- 2022-08-20 11:50:12下载
- 积分:1
-
一个很强大ListCtrl,可以天加背景图片,隐藏一个列等
一个很强大ListCtrl,可以天加背景图片,隐藏一个列等-a very powerful ListCtrl, days plus background pictures, such as hiding one out
- 2022-06-15 04:52:36下载
- 积分:1
-
用C语言编写的求集合的交并差的小程序
用C语言编写的求集合的交并差的小程序-C language prepared by the pool for the poor and pay the small program
- 2022-09-21 05:15:03下载
- 积分:1
-
注册表及系统,充分说明了注册表各项操作 和键值的作用,是你如何用注册表来完善你的机器
注册表及系统,充分说明了注册表各项操作 和键值的作用,是你如何用注册表来完善你的机器-registry and systems, fully illustrated the various registry keys to the operation and effect of how you use the registry to improve your machine
- 2022-01-31 00:50:04下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1