-
VC++多线程编程实例集锦,很多多线程编程的例子
VC++多线程编程实例集锦,很多多线程编程的例子-VC++ examples of multi-threaded programming highlights many examples of multi-threaded programming
- 2022-05-31 06:11:25下载
- 积分:1
-
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换为汉语数字。例如,输入"10",系统将其转换为"十" 输入汉语数字与阿拉伯数字混合组成的字符串,系统可以将其转换为阿拉伯数字。例如,输入"1百",系统将其转换为"100"。 -This a long time before I do a digital switching system. Chinese import figures, the system could be converted to Arabic numerals. For example, the importation of "selected ", the system will convert to "100 " import Arabic numerals, the system could be converted to Chinese figures. For example, the importation of "10 ", the system will convert to "10 " imported Chinese and Arabic Numerals mixed string, the system could be converted to Arabic numerals. For example, the importation of "a 100 ", the system will convert to "100 ."
- 2022-02-03 17:49:54下载
- 积分:1
-
这一个定时提示服务和程序,这只是一个大体程序框架和设计理念,可在此基础上增加功能...
这一个定时提示服务和程序,这只是一个大体程序框架和设计理念,可在此基础上增加功能-A regular prompt services and procedures, it is only a general framework and design process can be on the basis of increasing the number of functional
- 2022-04-29 23:13:44下载
- 积分:1
-
对C/C++中const关键字的用法的总结,比较全面。
对C/C++中const关键字的用法的总结,比较全面。-Of C/C++ In the const keyword usage summary, much more comprehensive.
- 2022-01-22 03:56:44下载
- 积分:1
-
矩形域拟合平面
在 VC6.0 编译器的最小二乘拟合程序一个简单的面下, 压缩的包是一个源所载 cpp 和.h 和.inl。
- 2022-07-25 11:55:24下载
- 积分: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
-
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。...
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。-Domain Name Server simulation procedures: a simple simulation program, including data entry, query and delete functions, the requirements in the program based on the add function, the function of the process more comprehensive, more convenient operation.
- 2023-02-05 07:25:03下载
- 积分:1
-
进程问题解决方案..我的一个操作系统作业
进程问题解决方案..我的一个操作系统作业-This is a resolvent of process problem.It is a OS homework of mine.
- 2022-05-07 23:19:33下载
- 积分:1
-
ini文件的读写方法
ini文件的读写方法-ini file read and write methods
- 2022-02-02 20:32:38下载
- 积分:1
-
优秀论文(基于非线性的雷达目标识别中的若干问题…
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part5-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part5
- 2023-04-01 17:50:04下载
- 积分:1