-
OWEN和HINTON编制的二维结构非线性有限员原代码,这两个人可是英国斯往西大学的大牛,程序非常具有参考价值,希望搞非线性有限员飞吸的同学即使下载,肯定很有帮...
OWEN和HINTON编制的二维结构非线性有限员原代码,这两个人可是英国斯往西大学的大牛,程序非常具有参考价值,希望搞非线性有限员飞吸的同学即使下载,肯定很有帮助的了-OWEN HINTON preparation and structure of the two-dimensional nonlinear finite Members of the original code, but these two individuals British Andean University of Western cattle, procedures have great reference value, engage in limited flights on nonlinear absorption of the students even downloaded certainly a helpful
- 2022-11-29 18:05:03下载
- 积分:1
-
开源libmodbus的C 库
开源libmodbus的C 库,支持win32、linux、mac系统,modbus协议解析,支持modbus-rtu、modbus-ascii、modbus-tcp
- 2022-02-04 05:53:03下载
- 积分:1
-
一个小学生常玩的游戏,算24点,VB实现
本程序已经作出了个很好的游戏界面。...
一个小学生常玩的游戏,算24点,VB实现
本程序已经作出了个很好的游戏界面。-one of the students often play games, counting 24 points, VB of the procedures have already made a very good game interface.
- 2022-01-25 22:20:50下载
- 积分:1
-
键盘输入的一段文字,统计输入字符串出现…
从键盘输入一段字符,统计输入的字符串中个字母出现的次数-A section of characters from the keyboard input, statistical input string appears in the number of letters
- 2022-02-26 22:36:56下载
- 积分:1
-
一个推箱子游戏,易语言编程的,本人认为还算好玩
一个推箱子游戏,易语言编程的,本人认为还算好玩-A Sokoban game and easy programming language, I think pretty fun
- 2023-06-21 17:05:04下载
- 积分: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
-
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码...
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码-this source is the traditional game of the aircraft, in the course of the game background map the changing sounds very good first play, in view code
- 2022-04-27 08:44:32下载
- 积分:1
-
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。...
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。-excel document used to determine whether there is a series of overlapping fields. For, they repeat the fields displayed. Input parameters : excel file name out, started OK, OK end.
- 2022-07-14 04:16:47下载
- 积分:1
-
利用全排列的算法编的判断套汇路径的算法
利用全排列的算法编的判断套汇路径的算法-use with a whole series of algorithms to judge arbitrage path algorithm
- 2022-08-12 21:48:26下载
- 积分:1
-
cvxmod是一个Python
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
- 2022-05-22 04:28:17下载
- 积分:1