-
-
hulmsg_client_200608.zip
Hulft-Message是用来在Internet上传输文件数据的商用MiddleWare,特别用于数据量小,但是频繁度高的业务。支持不同平台和编码体系间的代码和数据的自动识别和转换。
本代码是Hulf-Message的Client的源代码和lib库,平台包括LINUX/UNIX/OS400/Windows,功能包括和Server端建立连接,发送和取得数据功能,语言包括C语言和JAVA语言。
-
-
20070508.rar
... 添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。
Option Explicit
Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long
Private Sub FormatDisk(intDrive as integer, ...
-
Basic-Compression-Lib-1.2.0.zip
Basic Compression Library
by Marcus Geelnard
Release 1.2.0
2006-07-22
Introduction
The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code.
For more information about the Basic ...
-
-
20051216175843918.rar
图象的检测,模板匹配
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
-
20051216172854831.rar
实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
-
stkconnect.rar
演示connect 连接 stk 的方法,测试了载入场景命令,源代码包含AgConnect.lib等库文件,可以直接编译通过,对开发stk控制台程序具有较好的参考价值。
Stk 6.1 Connect模块测试
-
-
LCD501Graphic.rar
显示凌阳标志动画
涉及的库: CMacro1016.lib
// 组成文件: main.c/SPLC501User.c/Sunplus_Table.c
// SPLC501Driver_IO.asm/DataOSforLCD.asm
// SPLC501User.h/Sunplus_Table.h
// SPLC501Driver_IO.inc
//
// 硬件 ...
-