-
本程序可以实现系统音量的控制。真是个好东西!
本程序可以实现系统音量的控制。真是个好东西!-this procedure can be achieved system volume control. Really good thing!
- 2022-08-24 09:46:14下载
- 积分:1
-
以前为一个公司设计的售饭系统~,采用Delphi7+SQLServer2000,几乎没有用第三方控件,编译的时候修改一下连接就能运行。里面包括数据库的创建,数据...
以前为一个公司设计的售饭系统~,采用Delphi7+SQLServer2000,几乎没有用第三方控件,编译的时候修改一下连接就能运行。里面包括数据库的创建,数据库备份还原,以及.dll文件等 -before a company designed to EL keyboard Illumination System, used Delphi7 CRM, with almost no third-party controls, compile time will be able to connect to change it running. They include the creation of the database, the database backup reduction. Dll files
- 2022-03-20 19:59:57下载
- 积分:1
-
图文菜单很漂亮的VC示例工程源码,程序左侧实现资源管理器式的图文并茂菜单...
图文菜单很漂亮的VC示例工程源码,程序左侧实现资源管理器式的图文并茂菜单-Photo menu is pretty VC sample source projects, procedures realize the left side of Explorer-style menu with the aid of diagrams
- 2022-03-23 02:11:00下载
- 积分:1
-
L4是第一个由Jochen Liedtke二发达
L4是最先由Jochen Liedtke开发的第二代微内核。目前,它已经变成了第二代微内核
的一个标准,基于这个标准,有很多L4 API的实现。其中一个实现就是Fiasco,它是在
德国德累斯顿大学开发的。为了强调Fiasco跟L4之间的这种关系,我们把Fiasco一般
称L4/Fiasco。L4/Fiasco与其它L4的实现不同的是L4/Fiasco是一个具有实时特性的微内
核,L4/Fiasco是DROPS项目的一个核心子项目,它同时提供了很多软件包,以方便
基于L4/Fiasco的程序设计。-L4 is the first developed by Jochen Liedtke second-generation micro-kernel. Currently, it has become a second-generation micro-kernel of a standard, based on this standard, there are many realize the L4 API. One is to realize Fiasco, it was developed at the University of Dresden, Germany. Fiasco with in order to emphasize the relationship between the L4, we Fiasco general said L4/Fiasco. L4/Fiasco with other L4 realize the difference is L4/Fiasco is a real-time characteristics of the micro-kernel, L4/Fiasco is DROPS a core sub-projects, it also provides a lot of software packages to facilitate L4/Fiasco based on the program design.
- 2022-01-27 14:00:15下载
- 积分:1
-
一个简单的学生成绩管理系统,用C++语言实现,能实现成绩管理的各种功能。...
一个简单的学生成绩管理系统,用C++语言实现,能实现成绩管理的各种功能。-A simple management system for student achievement, using C++ language, to achieve the various functions of performance management.
- 2022-04-08 03:59:42下载
- 积分:1
-
销售合同管理系统
销售合同是企业经营的重要组成部分,它可以体现一个企业的经营情况和效益。企业销售合同管理系统可以有效地提高企业宏观控制和经营管理的质量,是...
销售合同管理系统
销售合同是企业经营的重要组成部分,它可以体现一个企业的经营情况和效益。企业销售合同管理系统可以有效地提高企业宏观控制和经营管理的质量,是企业现代化管理的重要组成部分。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。-sales contract management system contract for the sale of the business is part and parcel it embodies one of the operating and efficiency. Enterprise sales contract management system can effectively enhance macro-control and management of quality, modern enterprises are an important management component. Background database using SQL Server, future development tools to use Visual Basic.
- 2023-05-01 17:50:02下载
- 积分:1
-
C++ 通过WIN32 API 获取逻辑磁盘详细信息,更好的了解各个磁盘的详细情况...
C++ 通过WIN32 API 获取逻辑磁盘详细信息,更好的了解各个磁盘的详细情况-C++ Through the WIN32 API access to Logical Disk more information, a better understanding of the details of each disk
- 2022-07-22 12:44:37下载
- 积分:1
-
好的东西
good things
g ood things
-good things
good things
good things
- 2022-08-20 01:36:08下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
网络发现部分源码,vc++开发,支持Windows和Unix系统
网络发现部分源码,vc++开发,支持Windows和Unix系统-net manager code for net topology discovery
- 2023-05-21 15:00:03下载
- 积分:1