-
基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进...
基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进-Based on PSO algorithm program, you can easily solve the optimization problem, on this basis can also be easily be improved
- 2022-02-25 05:16:31下载
- 积分:1
-
Into a training institutions to provide the c language PPT training materials. ....
进一个培训机构后提供的c语言的PPT培训教材。。。对想学习C语言的朋友很有用-Into a training institutions to provide the c language PPT training materials. . . To want to learn C language is useful friends
- 2022-05-15 15:20:20下载
- 积分:1
-
这UNIX C代码监视Web服务器每隔几分钟,试图找回我..
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager address.-This Unix C code monitors a web server every few minutes by
trying to retrieve its home page. It sends you email when it can t
connect, and every so often while the server is still down. It sends a
final message when it comes back up. If you have email paging, just
direct the email to your pager address.
- 2022-08-18 21:02:42下载
- 积分:1
-
好可以程序控制打开或关闭CDROM,非常方便(2KB)
好可以程序控制打开或关闭CDROM,非常方便(2KB)-Good can control open or close the CDROM, very convenient (2KB)
- 2022-05-15 14:57:53下载
- 积分:1
-
预测控制是适用于含有大滞后环节、积分环节的复杂工业系统控制。GPC为广义预测控制...
预测控制是适用于含有大滞后环节、积分环节的复杂工业系统控制。GPC为广义预测控制-predictive control is applicable to lag links with big, integral part of the complex industrial control systems. GPC for GPC
- 2022-08-12 19:13:56下载
- 积分:1
-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-04-01 04:39:05下载
- 积分:1
-
有源码事例,还有说明.一看就明白,
一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem3...
有源码事例,还有说明.一看就明白,
一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem32"下.
二,新建一VB标准EXE,在"工程引用"下点击浏览把"WINDOWSsystem32"下的"hgbguanligongcheng.dll"
引用进来.
三,在窗体里声明一个对象变量yy
Dim yy As New hgbguanlimokuai
再在任一事件下引用YY里的函数过程
i = yy.chongqi() 本过程执行重启动计算机,无返回值
ii=yy.guanji() 本过程执行关闭计算机,无返回值
iii=yyy.huoquan() 本过程执行获得计算机管理权,成功返回1,失败返回0
注意: 生成exe文件在别的机上运行时要把两个DLL文件复制到系统文件夹"WINDOWSsystem32"下,.因为exe
文件在运行时会用到那两个DLL.
解释:
"hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模块
"hgbguanlimokuai"模块里面有三个函数过程chongqi(),guanji(),huoquan()
我们声明YY为"hgbguanlimokuai"模块就等于在工程里加入了一个模块当然就能
在任何其他事件引用模块里的函数过程.-a source examples, there are shows. See at a, a, "HGB.dll" and "hgbguanligongcheng.dll" copied to the System folder " WINDOWS system32". 2, a new standard EXE VB. "works quote" Click here " WINDOWS system32" under the "hgbg uanligongcheng.dll
- 2022-02-02 07:16:06下载
- 积分:1
-
AUTOCAD 程序员使用的,ARX图纸数据结构显示
AUTOCAD 程序员使用的,ARX图纸数据结构显示-AutoCAD programmers using the data structure ARX drawings show
- 2022-06-26 04:48:40下载
- 积分:1
-
这是一个词法分析器源码,希望大家共同交流!
这是一个词法分析器的源程序,希望大家共同交流!-This is a lexical analyzer source, we hope that common exchange!
- 2023-04-13 07:10:02下载
- 积分:1
-
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件...
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件呢-Bmp file is a very commonly used bitmap file, whether it is games or other have been widely used. Bmp file for the deal also has a pile of off-the-shelf api calls, but what the internal documents, how to own such a document to resolve this
- 2022-03-21 13:22:07下载
- 积分:1