-
kmeans算法的源代码
kmeans算法的源代码-kmeans algorithm source code
- 2022-02-13 02:54:57下载
- 积分:1
-
用vc++画正弦曲线,其实包括源代码等文件。
用vc++画正弦曲线,其实包括源代码等文件。-Vc++ painted with sinusoid, in fact, including the source code and other documents.
- 2022-03-19 01:44:33下载
- 积分:1
-
自己做的会计制度,花了很长时间,绝对可以用…
自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
- 2022-08-15 12:35:25下载
- 积分:1
-
SAP IDoc
Sap Idoc
How to make IDoc
- 2022-04-24 21:23:50下载
- 积分:1
-
Maxspace Studio Component Library
Maxspace Studio Component Library
- 2022-04-15 04:40:49下载
- 积分:1
-
一个清理数据的小程序,可以学习对系统文件夹的一些操作.
一个清理数据的小程序,可以学习对系统文件夹的一些操作.-A small process of cleaning up the data, you can learn the system folder of some operations.
- 2022-05-27 18:55:31下载
- 积分:1
-
登录界面,验证密码和用户名,然后进入主界面,否则出错,退出....
登录界面,验证密码和用户名,然后进入主界面,否则出错,退出.-Login screen, verify your password and user name, and then enter the main interface, or, exit.
- 2022-02-05 11:58:52下载
- 积分:1
-
VC6 used in the database development kits, containing test case
在VC6中使用的数据库开发包, 含测试例子-VC6 used in the database development kits, containing test case
- 2022-09-05 06:30:03下载
- 积分:1
-
非常方便的二进制/十六进制文件转换为英特尔十六进制格式文件的小程序
很方便的将二进制/十六进制文件转换为Intel HEX格式文件的小程序-Very convenient to binary/hex file is converted to Intel HEX format files applet
- 2023-04-27 15:55: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