-
SQL查询优化 SQL查询优化
SQL查询优化 SQL查询优化-SQL Query Optimization SQL Query Optimization
- 2023-01-01 13:05:07下载
- 积分:1
-
常用java连接数据库的数据库驱动类,有mysql,sqserver,oracle等的
常用java连接数据库的数据库驱动类,有mysql,sqserver,oracle等的-common java connecting to the database database-driven category, mysql, sqserver. the oracle
- 2022-08-21 19:43:51下载
- 积分:1
-
wavelet language speech to noise, Matlab realized from the graduate thesis, we b...
小波用语语音去噪声,matlab实现,出自学位论文,相信对大家很有好处-wavelet language speech to noise, Matlab realized from the graduate thesis, we believe that the right will do much good
- 2022-07-20 02:19:55下载
- 积分:1
-
常见的一些文件如WORD、JPG等的文件格式
常见的一些文件如WORD、JPG等的文件格式-common documents such as Word, the JPG file format
- 2022-05-11 02:20:48下载
- 积分:1
-
The store opens the topic about the net on to report that, the content exhaustiv...
关于网上商店的开题报告,内容详尽充实,希望能够帮助大家-The store opens the topic about the net on to report that, the content exhaustive enrichment, hoped can help everybody
- 2022-06-18 03:37:54下载
- 积分: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
-
阿拉伯布局
我对阿拉伯文排版的总结,对要做阿拉伯文排版的,应该很有帮助!-Arabic layout
- 2022-08-06 20:22:10下载
- 积分:1
-
Computer Architecture, Tsinghua University Press, courseware, all good things to...
计算机系统结构清华大学出版社课件,好东西大家来下载-Computer Architecture, Tsinghua University Press, courseware, all good things to download
- 2022-11-09 06:10:04下载
- 积分:1
-
windows的BMP、ICO、CUR的文件格式,以及范例程序。
windows的BMP、ICO、CUR的文件格式,以及范例程序。-windows of BMP, ICO, CUR file formats, and sample programs.
- 2022-04-27 17:06:10下载
- 积分: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