-
f77toM
fortran77转换成matlab语言代码(Fortran77 conversion to MATLAB language code)
- 2017-11-07 16:00:52下载
- 积分:1
-
SosoSys-Version12.0
Soso移动业务系统,北大青鸟s2的一个小项目(Beida Jade Bird, S2, an object oriented layered thinking project)
- 2017-11-10 22:24:59下载
- 积分:1
-
search multi Excel and Output to BookXX.xls [Delphi]
search multi Excel and Output to BookXX.xls [Delphi]-search multi Excel and Output to BookXX.xls
- 2022-08-14 12:52:51下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
摄像机标定程序:用MATLAB语言编写,主程序是张…
摄像机标定程序:用matlab语言编写,zhang是主程序,请参考test以了解调用的方法-camera calibration procedures : using Matlab language, the main program is zhang, Please refer to test to find out the calling method
- 2022-05-19 19:42:18下载
- 积分:1
-
用ansys有限元软件模拟鸟巢体育场钢结构
用ansys有限元软件模拟鸟巢体育场钢结构-Using ANSYS finite element software simulation steel bird
- 2023-07-24 10:20:04下载
- 积分:1
-
MaxDEA
主要用于DEA方法的各种计算,包含网络DEA,非期望、SBM、以及其他给类DEA算法的计算。功能齐全,无需解锁,直接使用(Mainly for the DEA method of various calculations, including network DEA, non expected, SBM, and other classes of DEA algorithm calculation. Fully functional, no need to unlock, direct use)
- 2017-08-15 15:42:56下载
- 积分:1
-
备忘录模式-游戏角色状态02
实现一个模仿CAD画图的简单程序,直线,椭圆,矩形等(Implement a simple program to imitate CAD drawing, such as line, ellipse, rectangle, etc.)
- 2020-06-24 17:20:02下载
- 积分:1
-
分治法最近对问题
可以实现最近对问题 分治法的求解 程序已经验证(Recent divide-and-conquer method for problem solving is implemented, and code detection is no problem)
- 2020-06-25 04:20:01下载
- 积分:1
-
download
说明: 阿里巴巴字体图标,直接使用阿里巴巴的字体图标,省事实力(Alibaba Font Icon, direct use of Alibaba Font Icon, convenient strength)
- 2020-02-24 19:04:07下载
- 积分:1