-
VC++运用WINDOWS API实现应用程序版本检测
VC++运用WINDOWS API实现应用程序版本检测-VC use Windows API application version detection
- 2022-09-22 06:35:03下载
- 积分:1
-
windows 界面设计 100 个例子 vc++ mfc 方向的
windows 界面设计 100 个例子 vc++ mfc 方向的-windows interface design, 100 example of the direction of vc++ mfc
- 2022-03-04 06:39:19下载
- 积分:1
-
对单链表的实现处理全集,用C语言编写,随便下载
对单链表的实现处理全集,用C语言编写,随便下载
-The realization of a single list of The Complete Works of treatment, using C language, just download
- 2022-03-10 11:08:08下载
- 积分:1
-
与JAVA相关的数据库
与JAVA相关的数据库-associated with Java database
- 2022-12-27 20:25:04下载
- 积分:1
-
一个PE文件查看器,可以查看PE文件的详细信息
一个PE文件查看器,可以查看PE文件的详细信息-A PE File Viewer, you can view PE file details
- 2022-01-25 15:48:44下载
- 积分:1
-
粒子群算法源代码
基于粒子群算法的PID控制器优化设计,本程序主要研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。选择控制系统的目标函数,本控制系统选用时间乘以误差的绝对值,通过对控制系统的逐步仿真,对结果进行分析
- 2022-11-28 03:05:03下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分: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
-
粒子群优化算法基本程序,可用于实现函数的优化,效果较好...
粒子群优化算法基本程序,可用于实现函数的优化,效果较好-Particle Swarm Optimization of basic procedures
- 2022-08-04 07:12:45下载
- 积分:1
-
In the listview automatically lead out of Excel tables
在listview 自动导出来 Excel表格中-In the listview automatically lead out of Excel tables
- 2022-05-05 14:06:16下载
- 积分:1