-
麻省理工学院开发的光子晶体软件的计算程序,很不错的
MIT开发出来的计算光子晶体的软件,非常好-MIT developed the calculation of photonic crystal software, very good
- 2022-04-01 17:26:58下载
- 积分:1
-
objective function for the solution of optimization problem, the objective funct...
用于解决目标函数的最优化问题,目标函数自编,在vc++6.0中运行通过-objective function for the solution of optimization problem, the objective function writing, the vc++6.0 running through
- 2022-05-24 20:22:06下载
- 积分:1
-
with C++ Builder bankers algorithm can process arbitrary importation of all type...
用C++Builder实现的银行家算法可以任意 输入进程个数各类资源的个数输出安全序列-with C++ Builder bankers algorithm can process arbitrary importation of all types of resources the number of security Sequence Number output
- 2022-07-08 07:47:37下载
- 积分:1
-
陀螺的仿真模型可以修改窗口的参数,是E。
陀螺进动仿真模型,可以修改窗口参数,使用起来很方便。-gyroscope precession simulation model can modify parameters of the window, was easy to use.
- 2023-03-03 20:55:04下载
- 积分:1
-
约瑟夫环算法
约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。
- 2022-06-30 12:51:48下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 7
- 2023-03-07 04:05:04下载
- 积分:1
-
C语言库函数.rar
C语言库函数.rar-C language library functions. Rar
- 2022-04-07 14:56:47下载
- 积分:1
-
最小的pe文件
世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件世界上最小的pe文件
- 2023-01-08 14:15:03下载
- 积分:1
-
C显示图像
资源描述很简单的小程序。#include
#include
using namespace cv;
void main()
{
IplImage *src;
src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下
cvNamedWindow("lena", CV_WINDOW_AUTOSIZE);
cvShowImage("lena", src);
cvWaitKey(0);
cvDestroyWindow("lena");
cvReleaseImage(&src);
}
- 2022-03-04 00:48:04下载
- 积分:1
-
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额...
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额-Automatically calculate the amount of pension insurance, including the amount paid every month when he will begin, when the end of each month after retirement should be the amount of
- 2022-03-22 06:32:33下载
- 积分:1