-
这部分是用MATLAB产生随机过程的一系列源代码.含产生高斯分布随机变量,多变量高斯过程样本的产生,高斯...
这部分是用MATLAB产生随机过程的一系列源代码.含产生高斯分布随机变量,多变量高斯过程样本的产生,高斯--马尔科夫过程的产生等等..分别运行了这些程序.希望对大家有用-This is partly a random process generated by MATLAB source code of the series. Containing random variables have a Gaussian distribution, multivariate Gaussian process for selecting the sample, Gaussian- Markov process and so on .. have to run the procedure separately . everyone would like to be useful
- 2022-03-21 06:49:27下载
- 积分:1
-
混合:混合模拟计算机程序设计艺术的";";(taocp),the author……
MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the author of Donald Knuth (Donald.E.Knuth) TAOCP algorithm describes the use of an imaginary machine, a compilation of the book in any code not run on a machine, the Annex procedures to allow MIXAL compilation algorithm written in the language in the Windows platform compilation and can single-step tracking operation. See details of the MIXBuilder.doc document.
- 2022-03-18 00:12:18下载
- 积分:1
-
- 2023-03-10 06:00:03下载
- 积分:1
-
这是一个合成地震记录程序,对从事体育的学生。
这是一个地震合成记录程序,该程序对搞石油和地质的同学来说帮助很大-This is a synthetic seismic record program, which pairs of students engaged in petroleum and geology is of great help to
- 2022-03-20 10:05:18下载
- 积分:1
-
此程序能够计算一个数据集的熵和基于某个属性的熵
此程序能够计算一个数据集的熵和基于某个属性的熵-this procedure to calculate a data set based on the entropy and the entropy of a particular attribute
- 2023-06-07 05:05:03下载
- 积分:1
-
VHDL洗衣机程序,程序不是很流畅,可能有一些小错误,供大家参考,请大家指正...
VHDL洗衣机程序,程序不是很流畅,可能有一些小错误,供大家参考,请大家指正-VHDL washing procedure, the program is not very smooth, there may be some minor errors, for your reference, please correct me
- 2022-05-06 21:06:26下载
- 积分:1
-
基于灰色GM(1,1)理论的电力系统负荷预测程序
基于灰色GM(1,1)理论的电力系统负荷预测程序
-Based on Gray GM (1,1) theory of power system load forecasting procedures
- 2022-07-13 01:12:44下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
兰炼液化气管理系统源码
默认管理帐号/密码:51aspx/51aspx
兰炼液化气管理系统源码
默认管理帐号/密码:51aspx/51aspx-Manage System
manager/password:51aspx/51aspx
- 2022-08-06 15:38:08下载
- 积分:1
-
把二维数组数据从外部文本文件导入labview中,并实现对导入数据的按列提取,将提取后的几组数据组成新的几个二维数组显示出来,并显示其图形...
把二维数组数据从外部文本文件导入labview中,并实现对导入数据的按列提取,将提取后的几组数据组成新的几个二维数组显示出来,并显示其图形-The two-dimensional array of data from external text file into labview, and the realization of the import data extracted by the column, the extraction of several sets of data after the formation of the new show several two-dimensional array, and display its graphics
- 2022-12-19 14:50:03下载
- 积分:1