-
在内存虚拟硬盘的源代码
在内存虚拟硬盘的源代码-virtual drive in memory of the source code
- 2022-09-23 13:00:03下载
- 积分:1
-
从CListCtr派生出来的类CSortListCtr,可排序
从CListCtr派生出来的类CSortListCtr,可排序-CListCtr derived from the class CSortListCtr, ranking
- 2023-03-24 19:25:03下载
- 积分:1
-
NET platform, which represented a major change in the way people think about pro...
NET platform, which represented a major change in the way people think about programming. .NET facilitates object-oriented Internet development
- 2022-02-02 20:00:19下载
- 积分:1
-
VFP 小程序设计 一个不错的程序设计说明
VFP 小程序设计 一个不错的程序设计说明-VFP applet program to design a good design that
- 2022-03-05 16:38:15下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
vb 超市管理系统销售部分 代码,希望指教,
vb 超市管理系统销售部分 代码,希望指教,-vb supermarket sales management system for some code, hope that advice
- 2023-02-04 03:40:04下载
- 积分:1
-
用vfp开发的WEB的人事管理系统,很不错!
用vfp开发的WEB的人事管理系统,很不错!-Personnel management system based on WEB, using VFP. very good.
- 2022-06-25 23:44:50下载
- 积分:1
-
vc 100 cases of the exciting programming source code, which source code, with vc...
vc编程一百例的精彩源码,内有源代码,用vc编写,可以作为学习编程的参考-vc 100 cases of the exciting programming source code, which source code, with vc the preparation can be used as a reference to learn programming
- 2022-03-29 23:55:24下载
- 积分:1
-
一个C语言写的全主元消去法解方程组的源程序,结构清晰,一看就懂。...
一个C语言写的全主元消去法解方程组的源程序,结构清晰,一看就懂。
- 2022-06-17 18:39:47下载
- 积分:1
-
挂号专家的数据访问层
实现医疗移动挂号数据访问,实现了增加数据、删除数据、更新数据、查询数据,运用了list接口实现了根据参数来获取增删改查等数据的操作。
- 2022-05-21 03:43:56下载
- 积分:1