-
bidirectional error diffusion algorithm
说明: 提供了一种计算全息算法——双向误差扩散算法(bidirectional error diffusion algorithm)(A bidirectional error diffusion algorithm which used to generate a phase-only computer generated hologram was provided)
- 2021-04-07 11:19:01下载
- 积分:1
-
dace
说明: 克里金代理模型工具箱详细英文教程,详细讲解matlab克里金工具箱(Kriging Agent Model Toolkit Detailed English tutorial, detailed explanation of MATLAB Kriging Toolkit)
- 2019-05-22 15:29:46下载
- 积分:1
-
瞬变电磁
说明: 使用瞬变电磁法探测地下均匀半空间电阻率,正演计算均匀半空间的感应电动势(Using transient electromagnetic method to detect resistivity of underground homogeneous half-space, forward calculation of induced electromotive force in homogeneous half-space)
- 2019-03-07 11:49:58下载
- 积分:1
-
zstd-dev
一种用于文件压缩的算法,可用于压缩数据量较大的文件,有很高的压缩比(An algorithm for file compression, which can be used to compress files with large data volume and high compression ratio)
- 2020-06-18 13:40:02下载
- 积分:1
-
银行家算法1
说明: 这是一个关于操作系统银行家算法的程序,实现资源的各项操作(This is a banker's algorithm on the operating system procedures, the resources to operate)
- 2005-12-25 12:34:39下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业
一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业-a simple Java small hotel procedures, functions simple, curriculum design operations
- 2022-07-11 12:52:03下载
- 积分:1
-
modeling10
属于数学建模课件。对初学者了解数学有一定的帮助。(Belongs to mathematical modeling courseware. For beginners, there is a certain understanding of math help.)
- 2009-09-06 14:04:40下载
- 积分:1
-
R
说明: R语言舍选法、极坐标法、Box-Muller变换产生正态随机变量(R Language Rounding Method, Polar Coordinate Method and Box-Muller Transform to Generate Normal Random Variables)
- 2019-03-05 11:47:53下载
- 积分:1
-
sgsmooth
说明: 使用最小二乘法进行数据平滑。matlab实现(A smooth method first mentioned by Savitzky and Golay in the paper
Abraham Savitzky & Marcel J. E. Golay. Smoothing and Differentiation of Data by
Simplified Least Squares Procedures. Analytical Chemistry.1964,36(8):1627-1639.)
- 2020-06-16 12:20:02下载
- 积分:1