-
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排...
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排-a good vocabulary analysis procedures, with the good will he know, it is very easy to understand vocabulary analysis of the arrangements
- 2022-02-05 20:47:53下载
- 积分:1
-
标准C++写的取得计算机硬件序列号的代码,可以直接使用
标准C++写的取得计算机硬件序列号的代码,可以直接使用-Standard C++ write access to computer hardware serial number of the code, you can directly use the
- 2022-01-25 18:48:02下载
- 积分:1
-
德尔福汽车
delphi 自动完成功能能 autocomplete-delphi auto-complete feature to autocomplete
- 2022-08-14 09:02:00下载
- 积分:1
-
一个C语言的小程序
一个C语言的小程序-C language of a small program
- 2023-04-14 12:50:03下载
- 积分:1
-
本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务...
本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务-iphlpapi use of this procedure can be retrieved from the mainframe to achieve all the LAN, and can be every piece of the card mac address, ip address, subnet mask, gateway, as well as in its running of services
- 2023-02-01 14:15:03下载
- 积分:1
-
8皇后问题,N皇后问题,随机算法,提高速度
8皇后问题,N皇后问题,随机算法,提高速度-this is a randomized solution of N Queens. with random algrithism, we can improve the speed of finding solution
- 2022-07-18 12:37:32下载
- 积分:1
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分: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
-
插入u盘自动拷贝到指定目录,带有文件过滤功能
插入u盘自动拷贝到指定目录,带有文件过滤功能
- 2022-01-31 11:24:46下载
- 积分:1