-
JSWDK服务器
JSWDK服务器-root servers
- 2023-03-08 10:40:03下载
- 积分:1
-
关于DOS的一些常用应用,大多数的都有,中文版的。
关于DOS的一些常用应用,大多数的都有,中文版的。-Some commonly used on DOS applications, most of all, the Chinese version.
- 2022-07-08 11:23:10下载
- 积分:1
-
ACPLT/KS是用来为进程控制和进程控制工程而发展的一种开放式并且自由的通讯系统,是一种持续发展的成果.ACPLT/KS在异构的操作系统环境中提供非常简单的访...
ACPLT/KS是用来为进程控制和进程控制工程而发展的一种开放式并且自由的通讯系统,是一种持续发展的成果.ACPLT/KS在异构的操作系统环境中提供非常简单的访问,不仅可以访问数据和参数,也包括归档连续时间和信息日志。另外(也非常重要)它也允许客户应用程序动态地获取数据信息,也就是,关于信息的信息,象数据进程,参量和档案之间的关系. 本程序是连接SCADA和DCS用的,使用GCC编译-ACPLT/KS is used for process control and process control engineering and the development of an open and free communications system, is an outcome of sustainable development .ACPLT/KS in heterogeneous operating system environment provides a very simple visit can not only access the data and parameters, including continuous-time and archived information log. In addition (very important) It also allows customers access to dynamic application data, that is, with regard to information information, such as data process, parameters and the relationship between files. This procedure is used to connect SCADA and DCS, and the use of GCC compiler
- 2022-09-14 02:30:03下载
- 积分:1
-
802.11a
802.11a标准 比较全面 各个方面的都有的-802.11a
- 2022-02-15 08:19:19下载
- 积分:1
-
最短路径c++实现
实现对图的一个指定的操作或用图解决一个应用问题问题描述:n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度.现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短.设计一程序求解此问题. 基本要求:用邻接矩阵表示无向网,应显示所选中的村庄到各村庄的最短距离。
- 2022-11-20 16:35:03下载
- 积分:1
-
一款很不错的函数作图工具,可以依照不同需求做出函数图象.特别适用于数学建模作图需要...
一款很不错的函数作图工具,可以依照不同需求做出函数图象.特别适用于数学建模作图需要-A very good function mapping tools, they can make different demands function images. Particularly applicable to the mathematical modeling mapping needs
- 2022-01-26 03:18:57下载
- 积分:1
-
making 8 puzzle in c++
我不认为这是偶然的;
- 2022-03-23 23:59:27下载
- 积分:1
-
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。...
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。-This is the MATLAB environment in power system transient stability analysis of the pst source, the document defines a 16-machine system model.
- 2022-04-29 10:14:29下载
- 积分:1
-
Bunch of 8088 assembler programs
Bunch of 8088 assembler programs
- 2023-02-04 14:15:03下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1