-
VC++ entry in simple terms and application of advanced code examples supporting...
深入浅出VC++入门进阶与应用实例配套的代码第一部分,用来作为入门的学习,很不错-VC++ entry in simple terms and application of advanced code examples supporting the first part of the study used as a portal, it is good
- 2022-02-07 16:40:49下载
- 积分:1
-
2010A 障碍闸门控制
可以使用代码来让障碍门上下。这为 HM ABC 卡。小型断路器-H2010。
- 2022-11-15 12:25:03下载
- 积分: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
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
IP地址查找主机名
IP地址查找主机名-IP address lookup hostname
- 2022-10-20 21:20:03下载
- 积分:1
-
XMLProfile
XMLProfile - a non-MFC, non-STL class to read and write XML profile files-XMLProfile- a non-MFC, non-STL class to read and write XML profile files
- 2022-12-07 05:35:03下载
- 积分:1
-
求素数是用C写的#素数球窗口应用。
求素数
是用C#编写的球素数的一个窗口应用程序。-Seeking prime number is written in C# primes the ball a window application.
- 2022-03-22 04:53:44下载
- 积分:1
-
零售药房的应用
retail pharmacy application
- 2022-03-12 10:06:39下载
- 积分:1
-
Windows上的挖地雷游戏,有源代码,希望对大家有帮助
Windows上的挖地雷游戏,有源代码,希望对大家有帮助-Windows digging mines on the game, the active code, we hope to help
- 2023-05-27 10:40:03下载
- 积分:1
-
windows main class function 实例4
windows main class function 实例4-windows main function examples of class 4
- 2023-05-16 06:15:02下载
- 积分:1