-
一个简单的碟片出租管理系统,使用VB和ACCESS编写。
一个简单的碟片出租管理系统,使用VB和ACCESS编写。-a simple disc rental management system, using VB and Access prepared.
- 2022-03-18 17:23:00下载
- 积分: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
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1
-
功能getmu(亩= R,信噪比,H,P,M)
function mu=getmu(r,snr,H,p,M)
eigen=eig(H*H )
temp2=0
for i=1:r-p+1
temp1=1/eigen(i)
temp2=temp2+temp1
temp1=0
end
if r-p+1~=0
mu=(M/(r-p+1))*(1+(1/snr)*temp2)
else
mu=0
end -matlab mimo
- 2022-03-20 12:47:15下载
- 积分:1
-
回溯算法中的连续邮资问题
回溯算法中的连续邮资问题-backtracking algorithms for the problem of postage
- 2022-01-26 05:26:23下载
- 积分:1
-
初学者学习c++的好帮手,重点明确,结构清晰。
初学者学习c++的好帮手,重点明确,结构清晰。-Beginners to learn c++ Good helper, focused, clear structure.
- 2022-08-18 05:51:21下载
- 积分:1
-
一个不错的哦????呵呵!下吧!哈哈够了吗/
一个不错的哦????呵呵!下吧!哈哈够了吗/-a good Oh Oh! Next! Haha enough yet /
- 2023-07-28 05:45:03下载
- 积分:1
-
本文件里面是Costas环跟踪信号的几幅图,对于加深理解有所一定的帮助。...
本文件里面是Costas环跟踪信号的几幅图,对于加深理解有所一定的帮助。
- 2022-11-03 09:50:02下载
- 积分:1
-
通俗易懂< 路由与交换>>,也许有些人需要编写关于路由与交换的程序,这个或许有帮助...
通俗易懂< 路由与交换>>,也许有些人需要编写关于路由与交换的程序,这个或许有帮助-User-friendly
- 2023-04-04 04:30:04下载
- 积分:1
-
用java开发的扫雷游戏
与windows下的有基本的相似度,基于swing的
控件处理机制...
用java开发的扫雷游戏
与windows下的有基本的相似度,基于swing的
控件处理机制-with java development of the mine games and windows of a basic similarity, based on the swing mechanism of control
- 2022-08-06 02:03:08下载
- 积分:1