-
一个优秀的界面解决方按
一个优秀的界面解决方按-an excellent interface solution by side
- 2022-01-26 03:26:56下载
- 积分:1
-
网络中的计算机
检查计算机是否网络化。
- 2023-08-13 01:30:03下载
- 积分:1
-
bp,hopfild等多种网络的vc实现
bp,hopfild等多种网络的vc实现-bp,hopfild and multifold network s VC realization
- 2022-01-21 20:49:13下载
- 积分:1
-
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类...
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类-There are six souce code package ,and the file name contain it s programing entironment.
I hope that administrator can help me classify it.thank you very much.
- 2023-07-06 09:30:04下载
- 积分:1
-
tetrix is a easy game. i have many tetrixs.
tetrix is a easy game. i have many tetrixs.
- 2022-03-23 11:41:45下载
- 积分:1
-
This a very simple calculator to work out simple calculations.
This a very simple calculator to work out simple calculations.-This is a very simple calculator to work out simple calculations.
- 2022-05-17 06:42:22下载
- 积分:1
-
一组实现拖放操作的控件,支持所有windows下的拖放操作,包括文件,文本,URL,图片的拖放.全部源代码,强力推荐。...
一组实现拖放操作的控件,支持所有windows下的拖放操作,包括文件,文本,URL,图片的拖放.全部源代码,强力推荐。-achieve a group of drag and drop controls, and support all windows of drag-and-drop operations, including documents, text, URL, drag and drop the photos. Full source code, strongly recommended.
- 2022-11-15 04:15:03下载
- 积分:1
-
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-windows CE Development Windows CE tutorials presented some basic characteristics, and pointed out that the transition to wireless devices based on the software development knowledge should be
- 2022-02-05 12:43:21下载
- 积分:1
-
socket通信程序
socket通信程序服务器端程序,实现文件的传输文件列表的传输,以及系统文件夹内容信息的传送功能。
- 2023-05-21 22:15:02下载
- 积分: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