一个在MFC环境中使用的 InfoZip打包类,使用时需包含UNZDLL.DLL和ZIPDLL.DLL两个动态链接库
上传时间: 2015-03-31
上传用户:libenshu01
u DirectPort 通过DirectIO.lib来直接访问端口的,成功!但会出现一个讨厌的信息 框 说明:DirectIO.dll 为改后的动态链接库 复件 DirectIO.dll 为以前的动态链接库,需改为“DirectIO.dll”才能使用
标签: DirectPort DirectIO lib 访问
上传时间: 2015-04-11
上传用户:253189838
Delphi是由Inprise公司推出的面向对象的可视化软件开发工具。本书共分三部分、16章,主要介绍Delphi 集成开发环境,对象Pascal语言、组件、通用编程技术、动态链接库、多线程、多媒体编程、数据库编程、网络编程和Windows API编程等。
上传时间: 2015-04-15
上传用户:liglechongchong
MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。
上传时间: 2013-12-05
上传用户:qq21508895
wince下EVC的编程,将一个播放器采用一个动态链接库里的编码方式对流媒体进行编码,提高编码的效率,和播放的效果
上传时间: 2013-12-19
上传用户:c12228
SOAP协议的C版本,配合阿帕奇使用,用动态链接库方式
上传时间: 2014-01-06
上传用户:zukfu
基于VB开发的遗传算法源程序,但提供的动态链接库文件NN50.DLL在使用时需要注册。
上传时间: 2014-01-25
上传用户:caozhizhi
vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。
上传时间: 2013-12-22
上传用户:ggwz258
Windows优化大师 6.5 Build 5.124 更新如下: 1、修正了Windows文件加密的一处错误。 2、改进了系统信息检测。 (1)、改进了存储系统检测。 (2)、改进了处理器信息检测。 3、改进了网络系统优化。修正了优化参数,改进了IE与其它设置模块。 4、改进了冗余动态链接库清理。该模块改进为一个独立的线程。 5、改进了垃圾文件清理。 (1)、垃圾文件清理模块改进为多线程方式。 (2)、重复文件分析模块改进为多线程方式。 6、改进了注册表清理。修正了与一款制图软件的兼容性。 7、改进了系统个性设置。全面改进了右键设置模块。 8、改进了备份与恢复管理模块。 9、改进了其它设置选项中的界面设置模块。 10、改进了开机速度优化。
上传时间: 2015-05-15
上传用户:坏坏的华仔
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda