-
pro
vc 界面编程比较有用的举荐 大家可以参阅以下 -pro
- 2022-03-02 13:24:04下载
- 积分:1
-
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用...
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用-Advantech industrial control board VC Programming DI procedures, and a similar ad conversion program, as well as providing means for connecting calls
- 2023-09-03 13:10:03下载
- 积分:1
-
VC++ based on the keyboard hook to write a small program used to enumerate all c...
VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, show the selected window, containing the keyboard hook DLL source files, test file DLL files should be compiled and stored in a directory.
- 2022-03-21 13:05:29下载
- 积分:1
-
列举系统当前活动的进程
列举系统当前活动的进程-cited the current system of process
- 2022-03-09 11:18:11下载
- 积分:1
-
Installshield8 installation files produced using a source code
使用Installshield8制作安装文件的一个源代码-Installshield8 installation files produced using a source code
- 2022-07-13 22:59:14下载
- 积分:1
-
网络编程
(1)系统用户由三类组成:学生、企业和管理员;
(2)管理员负责的主要功能:
招聘信息审核,应聘信息统计;
ɨ...
网络编程
(1)系统用户由三类组成:学生、企业和管理员;
(2)管理员负责的主要功能:
招聘信息审核,应聘信息统计;
用户管理(删除和修改)
系统管理(实现注册功能开放和禁止、招聘应聘输入开放和禁止)
(3)学生注册账号,通过验证后可以登录。然后可以修改个人信息、修改密码、浏览招聘信息,以及相关企业的信息,并可以发出求职信息和应聘信息。
(4)企业注册账号,通过验证后可以登录,然后可以修改企业信息、修改密码、浏览学生信息、发布招聘信息、接受学生的应聘信息,并发送邮件。
-javaweb
- 2022-01-28 11:11:15下载
- 积分:1
-
In the cmd environment, often need to wait for some time, then you can use this...
在cmd环境中,经常需要等待一段时间,这时就可以使用这个工具了。使用该命令可以是时间单位的任意组合,例如:睡眠.exe1d2h3m4s承诺暂停1天2小时3分4秒
- 2022-02-04 08:33:50下载
- 积分:1
-
一个比较价值的File system Filter Driver
一个比较价值的File system Filter Driver--A worthy File system Filter Driver
- 2022-02-02 19:13:46下载
- 积分:1
-
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法...
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法-a VC was called VB DLL calls examples of procedures. Some people may find it strange, but it is also a method
- 2022-01-25 18:18:18下载
- 积分:1
-
How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:
(1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;
(2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;
(3):在StdAfx.h头文件中加入#include "winio.h"语句;
(4):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
- 2022-08-21 23:18:28下载
- 积分:1