-
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序....
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序.-WINDOWS API written in VB using the registry under the operation, easy to use simple, with a sample program.
- 2022-11-10 19:45:03下载
- 积分:1
-
主要功能: 1、发表留言 2、删除留言 3、管理留言 4、修改广告代码,顶部、左侧,下部广告代码等 5、可以贴图片或者媒体包括flash,mp3等文件 6、自动...
主要功能: 1、发表留言 2、删除留言 3、管理留言 4、修改广告代码,顶部、左侧,下部广告代码等 5、可以贴图片或者媒体包括flash,mp3等文件 6、自动分页功能-main functions : one published two messages, delete messages 3, 4 voice mail management, change advertising code, top, left, bottom five advertising code, which can be attached pictures, or media, including flash, mp3, etc. 6, automatic tabs
- 2022-01-21 01:15:35下载
- 积分:1
-
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。...
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。-To modify the file creation time. Can effectively use. It can greatly reduce programming time for you.
- 2022-01-21 21:45:14下载
- 积分:1
-
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息-View call information on the disk, format conversion and documents deal with the script file, as well as the Group Policy system call information
- 2022-03-20 19:49:41下载
- 积分:1
-
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5...
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5-Undocumented Windows NT (not open to the NT kernel technology) Chinese version of the latest release on : 2005.3.5
- 2022-06-18 21:52:36下载
- 积分:1
-
详细的介绍了用windows API 函数编写串口通信的过程
详细的介绍了用windows API 函数编写串口通信的过程-Detailed introduction of the use of windows API function to prepare the process of serial communication
- 2022-10-17 06:35:03下载
- 积分:1
-
Fortran科学计算程序,计算多原子间力的大小,能级分布
Fortran科学计算程序,计算多原子间力的大小,能级分布-Fortran procedures for scientific computing, computing power and more inter-atomic size, level distribution
- 2022-03-12 19:47:44下载
- 积分:1
-
masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器...
masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器-can for Multiple types of compiler, which : masm.exe for the compiler, linker for link.exe
- 2022-06-14 11:27:05下载
- 积分:1
-
取得CPU序列号,网卡Mac地址,硬盘序列号的vb源代码
取得CPU序列号,网卡Mac地址,硬盘序列号的vb源代码-made CPU serial number, Mac address card, hard drive serial number vb source code
- 2022-01-30 22:24:12下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1