-
"pictureRecreator"也是一个很适合java学习者的小游戏,这个游戏将一副大图打散成9张,然后任意挑选8张出来,让玩家通过键盘和鼠标来控制图片移动...
"pictureRecreator"也是一个很适合java学习者的小游戏,这个游戏将一副大图打散成9张,然后任意挑选8张出来,让玩家通过键盘和鼠标来控制图片移动,最后将它复原.-"pictureRecreator" is a very suitable for learners of small java games, the game will be a big map separated into nine, and then a random selection of eight out, allowing the player through the keyboard and mouse to control mobile picture, it will finally recover.
- 2022-03-15 03:45:45下载
- 积分: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
-
VB聊天小程序 非常的简单希望对大家有帮助
VB聊天小程序 非常的简单希望对大家有帮助-VB program is extremely simple wish to be helpful
- 2023-03-11 09:40:03下载
- 积分:1
-
文本编辑框
文本编辑框-------------------简易-Text edit box- Summary
- 2022-02-11 11:25:10下载
- 积分:1
-
cashier at the one pair of single receivables management process, the adoption o...
一个对收银时收款单进行管理的程序,通过该程序打印出一个收款回执与发货单一起控制商品出库-cashier at the one pair of single receivables management process, the adoption of the program prints out a receipt receivable invoice together with the control of goods out of stores
- 2022-01-26 02:44:59下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
the boat are so strong that it can afford two item
the boat are so strong that it can afford two item
- 2022-02-13 07:50:28下载
- 积分:1
-
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等...
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等-Comparison between the number of sorting algorithms
- 2022-02-03 07:06:51下载
- 积分:1
-
创建 web 服务使用 eclipse 的计算结果的学生
此项目包含通过 eclipse 生成的 WEB 服务项目。
有的将该请求提供服务的计算一个学生的学术结果的 web 服务实现。
和执行操作的请求,服务器的客户端。
这是 java 的在学习像 wsdl、 肥皂、 jsp,web 服务的概念和使用这种概念函数调用中创建示例 web service.which 帮助的学术项目。
- 2022-06-30 04:24:26下载
- 积分:1
-
这是利用VB开发的图书馆管理系统,有前台管理,后台管理,图书检索,用户登录注册...
这是利用VB开发的图书馆管理系统,有前台管理,后台管理,图书检索,用户登录注册-This is a system of library management,it has front management、admin management、book searching、administration admission、administration registering...
- 2022-08-11 00:21:58下载
- 积分:1