-
加载windows驱动程序
这是一个加载windows驱动的程序,用c语言写的,贴上代码只是便于大家学习,。有更好的加载驱动的程序希望分享下,共同学习,不慎感谢。。。!!!!!!!!!!!!!!!!!
- 2022-02-04 17:12:15下载
- 积分:1
-
关于WinCE下的HP打印机的打印驱动程序源代码
关于WinCE下的HP打印机的打印驱动程序源代码-WinCE on HP printers under the printer driver source code
- 2022-12-16 21:00:03下载
- 积分:1
-
To more real scattered point data, according to gradually revise the relevant pr...
用较为真实的散点数据,根据逐步订正相关原理,对网格点的模拟数据进行修正,得到一个与真实场更为吻合的空间网格分布场。-To more real scattered point data, according to gradually revise the relevant principles of the grid points of analog data be revised to be a much more consistent with the real space field distribution of the grid field.
- 2022-08-07 18:06:52下载
- 积分:1
-
利用Visual Basic编写的邮编区号查询器。
利用Visual Basic编写的邮编区号查询器。-Prepared by the use of Visual Basic code query browser PC.
- 2022-01-26 00:52:30下载
- 积分:1
-
Windows套接字学习程序,压缩需要解压
Windows套接字学习程序,压缩需要解压-Windows Socket learning process, the need to decompress compressed
- 2022-04-21 17:56:37下载
- 积分:1
-
这是一个指针式时钟的小程序,供初学vc者参考
这是一个指针式时钟的小程序,供初学vc者参考-This is a small dial clock procedures for novice vc reference materials
- 2022-01-21 20:11:23下载
- 积分:1
-
关于vc和matlab接口的资料matlab大观园有不少文字介绍,大家可以方便地获得参考。为 加深大家的理解,我给大家提供一个简单的例子作为感性认识本文只介绍用...
关于vc和matlab接口的资料matlab大观园有不少文字介绍,大家可以方便地获得参考。为 加深大家的理解,我给大家提供一个简单的例子作为感性认识本文只介绍用引擎接口方式 ,这对于Simulink与vc接口尤为重要。-on vc Matlab and Matlab interface information herald many words, we can facilitate access to information. To enhance the understanding, I will give you a simple example perceptions as presented in this paper only way interface with the engine, which Simulink and vc interface is particularly important.
- 2022-02-02 14:40:52下载
- 积分:1
-
This the VB6 code for Ascii Calculator.
This the VB6 code for Ascii Calculator.-This is the VB6 code for Ascii Calculator.
- 2022-03-18 04:11:21下载
- 积分:1
-
db2asp Access to asp
db2asp Access to asp
- 2022-07-26 06:35:52下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1