-
本文是Bjarne Stroustrup的《Evolving a language in and for the real world: C++ 1991...
本文是Bjarne Stroustrup的《Evolving a language in and for the real world: C++ 1991-2006》中文翻译-This article is Bjarne Stroustrup
- 2023-04-02 15:45:04下载
- 积分:1
-
SVPWM技术作为一种高效、低谐波运行控制策略…
svpwm technique as a control stratergy for more efficient and less harmonic operation of motors.
- 2022-10-11 16:20:03下载
- 积分:1
-
更改工具的unicode的中国和字符串之间的转换
这是一个简单的工具,普通字符字符串转换为基于Unicode编码中国和反向。具体功能如下:1.提供unicode的验证检查方法2.提供识别Unicode的正则表达式,中国3.提供字符串为Unicode变换方法4.提供的unicode字符串变换方法5.提供变换CSS页面这仅是一个非常简单的短代码,可以自由地被称为
- 2023-09-05 08:20:03下载
- 积分:1
-
解决导航问题,运用数据结构的最短路径的两种求解方法
解决导航问题,运用数据结构的最短路径的两种求解方法-To solve navigation problems, using the data structure of the two shortest path solution method
- 2022-07-26 12:27:54下载
- 积分:1
-
antenna sedign and implementation for all application
antenna sedign and implementation for all application
- 2022-10-07 18:00:02下载
- 积分:1
-
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
- 2022-06-01 01:27:57下载
- 积分:1
-
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc-two methods of testing spring jdbc two methods of testing spring jdbc
- 2023-06-20 20:10:03下载
- 积分:1
-
xml文件处理多平台类
xml文件处理多平台类-xml document processing multi-platform category
- 2022-03-06 11:10:07下载
- 积分:1
-
很强大的文件处理器,非常便捷快速的查找.占用系统资源小
很强大的文件处理器,非常便捷快速的查找.占用系统资源小-A very powerful document processor, very easy to find fast. Occupy system resources, small
- 2022-05-31 22:52:26下载
- 积分:1
-
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和
* 输入: m...
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和
* 输入: m--已知数据点的个数M
* f--M维基函数向量
* n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* a--无用
* 输出: 函数返回值为曲线拟和的均方误差
* a为用基函数进行曲线拟和的系数,
* 即a[0]f[0]+a[1]f[1]+...+a[M]f[M].
-* The algorithm using the least-squares method based on the designated function of M and N-known curve data to be imported and* : m-- the known number of data points M* f-- From M* n vector function-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- known data points of the second N-dimensional coordinates shown in a vector*-- useless* Output : function return value to the curve-fitting and the mean square error* for the use of a base function and the curve fitting coefficients,* is a f [0] [0] a [1] f [a] ... a [M] f [M].
- 2022-03-31 18:42:38下载
- 积分:1