-
DSP LF2407A 板上DA例程 已跑通了
DSP LF2407A 板上DA例程 已跑通了-DA-board DSP LF2407A routine has been run over the
- 2022-08-04 00:46:23下载
- 积分:1
-
用html编写的类似大富翁的游戏,包含所有源代码
用html编写的类似大富翁的游戏,包含所有源代码
-Html prepared using similar Monopoly game that contains all the source code
- 2022-06-27 20:06:59下载
- 积分:1
-
This is a translation of VC small Games, I hope many teachers guide students
这是一个用VC编译的小游戏程序,希望各位同学老师多多指导-This is a translation of VC small Games, I hope many teachers guide students
- 2022-10-12 07:15:02下载
- 积分: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
-
希望大家会看着个软件。
希望大家会看着个软件。-hope
- 2022-02-15 14:41:37下载
- 积分:1
-
javascript partly Guide
javascript教程上部分-javascript partly Guide
- 2022-05-17 08:15:07下载
- 积分:1
-
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分...
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分-VPR placement and routing source
- 2022-03-19 21:04:07下载
- 积分:1
-
欧拉前差公式通用程序
欧拉前差公式的算法,精度不是很高,误差相对比较大...
欧拉前差公式通用程序
欧拉前差公式的算法,精度不是很高,误差相对比较大- In front of Euler in front of difference formula general
routine Euler the difference formula algorithm, the precision is not
very high, the error relative quite is big
- 2022-05-24 11:37:55下载
- 积分:1
-
This is an excellent reader, hurry! ! ! This is an excellent reader, hurry!
这是一个阅读器顶好的,快来看看!!!
这是一个阅读器顶好的,快来-This is an excellent reader, hurry! ! ! This is an excellent reader, hurry!
- 2023-04-23 00:15:03下载
- 积分:1
-
Description
给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi...
Description
给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi-1*pi。我们都知道,使用朴素的矩阵乘法去乘两个维数分别为x,y和y,z的矩阵,所需要的乘法次数为x*y*z。矩阵链乘法问题就是如何对矩阵乘积加括号,使得它们的乘法次数达到最少。
Input
输入的第一行为一个正整数N(1
- 2022-02-24 20:30:36下载
- 积分:1