-
用LabVIEW编写的3D电机模拟程序,可以模拟电机的运动。
用LabVIEW编写的3D电机模拟程序,可以模拟电机的运动。-Using LabVIEW prepared 3D electrical simulation program, can simulate the motor movement.
- 2022-01-21 05:05:24下载
- 积分: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
-
一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1...
一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1--m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。-monkeys have a pile of numbers, numbers 1, 2, 3 ... m, these monkeys (m) In accordance with the 1-- m sitting in the order in a circle, starting from a few every few months to the first N, The monkeys will be leaving this ring, and so on down until the circle only last a monkey, the monkey king to.
- 2022-01-25 16:09:22下载
- 积分:1
-
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。-The use of Visual Basic procedures for the preparation of a small, a simulation game of Snake.
- 2022-07-25 05:24:47下载
- 积分:1
-
ML 大功率开关电源电路版(PCB) E0520A.PCB
ML 大功率开关电源电路版(PCB) E0520A.PCB-ML high power switching power supply circuit board (PCB) E0520A.PCB
- 2022-07-10 03:52:53下载
- 积分:1
-
hefty almanac source code, the C and QB version, I do not know right wrong
万年历的源码,C++和QB版,不知道对不对-hefty almanac source code, the C and QB version, I do not know right wrong
- 2022-02-15 06:52:29下载
- 积分:1
-
java.class.dissassembler.v4.0a
Java.Class.Dissassembler.v4.0a-Lz0
java程序的反编译器,此版本完全支持JAVA 5。本工具具有两大特性:学习价值,研究class字节码格式能使你更深入理解java;调试的辅助工具。-Java.Class.Dissassembler.v4.0a- Lz0 ja va procedures for the anti-compiler, this version fully supports Java 5. The tool has two main characteristics : Learning, studies class byte code format make you a more in-depth understanding of java; debugging aids.
- 2022-05-06 01:10:43下载
- 积分:1
-
computer graphics lectures, concise summary of the changes in basic knowledge Gr...
计算机图形学的讲义,简练的概括了图形变化基础知识-computer graphics lectures, concise summary of the changes in basic knowledge Graphics
- 2023-02-28 22:00:02下载
- 积分:1
-
This is a language used to write c produced color box.
这是一个采用c语言来编写制作彩色框。-This is a language used to write c produced color box.
- 2022-07-19 18:59:09下载
- 积分:1
-
c++实现贪吃蛇游戏
利用C++编写贪吃蛇游戏,通过操作键盘方向键可以控制贪吃蛇的移动,每吃掉一个刷新的食物之后会加长一个单位。每个食物的刷新都优先设定好了一个可以行进的路线,当贪吃蛇的头碰到身体或者刷新食物时没有任何一个可以行进的路线则算游戏失败,完成贪吃蛇吃满全屏幕则算游戏成功。
- 2022-03-10 22:30:00下载
- 积分:1