-
这个程序将根据您的设置消耗CPU资源。
根据特定的波形类似正弦/三角波的这项计划将不断消耗的CPU资源。
- 2022-07-22 14:57:15下载
- 积分:1
-
汇编语言MASM输入一个二进制数转化十进制数输出
汇编语言MASM输入一个二进制数转化十进制数输出-assembly language Multiple input into a binary decimal output
- 2022-01-26 04:00:33下载
- 积分:1
-
AIC bands in accordance with statutory order recursive algorithm procedures in a...
AIC频段按照法定顺序递归算法程序按照顺序递归算法进行了估计,然后利用下面的方程确定残差方差的估计值:从AIC的计算结果类型:找到模型结果中最小的AIC(阶数和参数)是估计模型。源代码:aic2.dsw。结果存储在:数据.txt. 通过输出数据,我们可以看出当k1=5时AIC的最小值。因此,最终确定顺序为5,检查结果为参数为:-1.18394,0.813938,-0.518174,0.348744,-0.116818,1.07998,-0.74386,0.475444,-0.253022,0.122781,以确定最小AIC值:AIC=--8981.58,以5:00为顺序出现。
- 2023-05-08 21:35:03下载
- 积分:1
-
一个c环境下运行的进行查找排序的简单的小程序
一个c环境下运行的进行查找排序的简单的小程序-Environment running under a c to find the sort of simple procedures
- 2022-04-18 04:25:13下载
- 积分:1
-
C++ programming ideas that can help you practice and learn C++ programming, very...
C++的编程思想,可以帮助大家练习和学习C++编程,非常好的资料。-C++ programming ideas that can help you practice and learn C++ programming, very good information.
- 2022-07-04 01:28:09下载
- 积分:1
-
一个用VC写的操作鼠标的小程序.
一个用VC写的操作鼠标的小程序.-a VC operation of the mouse to write small programs.
- 2022-03-05 08:24:33下载
- 积分: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
-
ERP系统 毕业设计 源码+论文(1万六千字论文)
ERP系统 毕业设计 源码+论文(1万六千字论文)-ERP system design source graduation thesis (a 26,000 word thesis)
- 2022-02-15 16:07:50下载
- 积分:1
-
本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。...
本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol" s request message, including GET, POST method, compiled through the windows, you can run.
- 2023-04-27 23:10:03下载
- 积分:1
-
处理Word文档与数据库的互联,很有用处的
处理Word文档与数据库的互联,很有用处的-handle Word documents and database connectivity, very useful
- 2022-01-25 21:23:10下载
- 积分:1