-
Modular C Programming Language Guide, c programming ski
模块化C编程语言指南
- 2023-07-25 22:10:03下载
- 积分:1
-
医院管理系统
医院管理系统发达国家,以减少在医院手动完成的工作中心。每一步做的帮助系统,服务,如员工登记数据库、 查询,以及处理顾客投诉的员工、 学生等不同类型的编辑。这个医院管理系统将有助于减少大量纸工作和档案工作在这些医院将使容易管理的医院。不管他们问,它还将提供最新的信息管理和医院管理。医院管理系统也包括任何人都可以问问关于药物可用性和股票被命令以及关于其到期日期的药剂师。
- 2023-07-06 06:50:03下载
- 积分:1
-
Lyapunov指数计算
利用matlab仿真软件,计算陈氏混沌系统的Lyapunov指数,希望对大家有所帮助,相互交流,共同进步。
- 2023-03-24 12:30:04下载
- 积分:1
-
This windows firewall project in Visual C++ 6.0
This windows firewall project in Visual C++ 6.0-This is windows firewall project in Visual C++ 6.0
- 2022-03-19 20:55:42下载
- 积分:1
-
学生 Manjment 系统
学生 Manjment 系统
- 2022-04-16 00:58:42下载
- 积分:1
-
windows desk 程序
windows desk 程序-windows desk procedures
- 2022-03-24 09:34:17下载
- 积分:1
-
应用窗口 建立窗口用的是代码,开源的让我可了解到
应用窗口 建立窗口用的是代码,开源的让我可了解到-Application window is used to establish the window code, open source so that I can understand that
- 2023-05-09 08:35:02下载
- 积分: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
-
Are mainly used in a number of examples and useful development of the library fi...
主要是一些示例和开发所用的有用的库文件,希望能给你的开发工作提供帮助-Are mainly used in a number of examples and useful development of the library files, hope that I can help your development work
- 2022-04-25 02:10:13下载
- 积分:1
-
创造了这个应用程序向导为您FtpDown申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起点。...
创造了这个应用程序向导为您FtpDown申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起点。-AppWizard has created this FtpDown application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-06-15 02:18:52下载
- 积分:1