CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - library
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Windows Develop
Internet-Network
OS program
Communication-Mobile
Game Program
Multimedia program
Embeded-SCM Develop
Graph program
Mathimatics-Numerical algorithms
Applications
Database system
Other
Search - library - List
[
SourceCode
]
LDPC_decode
DL : 0
该文件包括几篇比较关于LDPC编码核心的基础读物,还有关于LDPC开发的MATLAB仿真库和运用该库所进行的一些仿真源码,The documents include a few more LDPC coding on the basis of the core reading, also on the development of the LDPC MATLAB simulation library and use the library for the simulation source code
Date
: 2010-10-10
Size
: 913byte
User
:
wbb19880913@126.com
[
SourceCode
]
VB导入EXCEL
DL : 0
1、窗体上画COMMAND1控件,CommonDialog1控件。引用MICROSOFT EXCEL OBJECT LIBRARY. 2、代码如下:
Date
: 2010-10-13
Size
: 1.89kb
User
:
XSMAKE@163.COM
[
SourceCode
]
完整的C编译器源代码
DL : 3
一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation.
Date
: 2010-11-10
Size
: 373.94kb
User
:
wukercheng@yahoo.com.cn
[
SourceCode
]
rtflib
DL : 0
Introduction rtflib is a free C-library which is developed in order to help developers. Considering this release, 100% compatibility is achieved only with MS Word 97 to MS Word 2003 applications used as external RTF viewer to generated RTF documents. For the future, it is planned to extend this to all possible RTF viewers that support RTF specification 1.8 which is documented by Microsoft and can be found here. Background A developer may use CRichEditCtrl, a MFC control, in order to get RTF output from the source code. This is the control upon which WordPad application is built. But, there are many limitations when considering the generated RTF file. Also, an RTF document can be created with any advanced text editor directly. This library, however, provides a low-level interface to RTF syntax which is not so easy to be hand-coded like HTML. It can be extended and adopted to custom needs. Also, a custom high-level interface is a challenge to be built on this low-level interface base.
Date
: 2010-11-30
Size
: 11.34kb
User
:
tk_xia@163.com
[
SourceCode
]
libmad源码
DL : 0
libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. See the file `id3tag.h' for the current library interface. This package uses GNU libtool to arrange for zlib to be linked automatically when you link your programs with this library. If you aren't using GNU libtool, in some cases you may need to link with zlib explicitly:
Date
: 2010-12-01
Size
: 1.87mb
User
:
ycpysu
[
SourceCode
]
sharp shape
DL : 0
Source code in C# for wrapper classes for ShapeLib.dll (http://shapelib.maptools.org): a library for reading and writing shape files (maptools.org): a library for reading and writing shape files ( shp shx and dbf).
Date
: 2010-12-08
Size
: 9.48kb
User
:
maomao4943965@126.com
[
SourceCode
]
TSP library
DL : 0
Travel salesman program library
Date
: 2011-04-17
Size
: 27.83kb
User
:
fracchu
[
SourceCode
]
WinCE Compact7 OpenCV Library
DL : 0
包含cxcore和cv两个dll, 在WinCE Compact7中测试通过..
Date
: 2011-04-19
Size
: 863.92kb
User
:
jing51536@126.com
[
SourceCode
]
驱动开发
DL : 1
驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Studio 3.2。 1.首先装VC++ 6.0, 要装VC++6.0那是因为这个IDE式的环境你已经很熟悉,编译和连接的时候不要用各种命令行的命令,只要鼠标点点,就可以(当然啦,一些参数还是要填的)。具体怎么装我就不介绍了。 2.安装XP系统的DDK, DDK全称是叫Driver Development Kit,它提供4种驱动程序的编译环境,我们这种初学者一般是选Win XP Checked Build Enviorment。 ftp://202.113.29.4/ISO/M$/WinDDK/winxp_ddk.rar 这个是下载地址,我写这篇文章的时候这个链接还是通的,不知你看的时候通不通了,如果不通你可以联系我,我可以发给你。 安装的时候就没什么特别要注意的地方,唯一要记得的是记住要完整安装,把那些什么Samples全装上,对于我们这些初学者会很有用的。 3.安装Driver Studio, DriverStudio 是一套用来简化微软Windows 平台下设备驱动程序的开发,调试和测试的工具包。 对于学过Windows 编程的人我可以打个形象的比喻: DriverStudio中的DriverWorks,本质是“DDK类库”,使用C++类库封装的方法简化了NT Driver或者WDM驱动程序的开发,使用DriverWorks代替DDK开发,类似于使用MFC代替SDK开发Windows应用程序。 http://download2.77169.com/soft/Source/debug/200801/20071229SoftICExlDS3.2.1.zip 这个是下载地址。这个需要序列号和注册文件: http://www.4x4y.com/10257_CrackDown_Compuware.DriverStudio.v3.2.iNTERNAL.html 这个是序列号生成器和注册文件打包下载的地址。 2.安装和配置 软件的安装顺序:Windows XP --> VC6.0 --> WinXP_DDK -> DriverStudio3.2,如果顺序装错了,那么把DriverStudio3.2删除再重装就OK了。从网上找到库文件ntstrsafe.lib+csq.lib.rar,把解压出来的两个库文件拷贝到WinXP_DDK的安装目录下的库目录中(我的是C:WINDDK2600libwxpi386)。启动vc6,然后进行简单的配置:菜单DriverStudio菜单下的DDK Build Settings,在弹出的对话框中选择已经安装的DDK目录(比如我的是C:WINDDK2600),在Windows DDK compiler Options中选择"Enable only for Driver Studio"。 VC6.0-->Tools-->Options,点击"Directories"选项卡: 1)"“Show directories for:"下选择Include files,然后检查有没有包含ddk的头文件目录(我的是C:WINDDK2600incwxp),如果没有则加上; 2)"“Show directories for:"下选择Library files,然后检查有没有包含ddk的库文件目录(我的是C:WINDDK2600libwxpi386),如果没有则加上; 注意:安装DDK时一定要把例子安装(建议你安装全部的模块),否则编译vdwlibs.dsw时会报如下的错: vdw_wdm.lib - 1 error(s), 0 warning(s) 然后打开引起错误的文件,发现: #error The file is from the DDK at srcwdmhidinc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK! 这表明安装WinXP_DDK的时候没有安装实例。 3.编译适合本机使用的库文件 (1).启动VC6.0。开始-->所有程序-->Compuware DriveStudio-->Develop-->DDK Building Settings,确保“DDK Root Directory”下方的内容是ddk的安装目录(比如我的是C:WINDDK2600),然后点击下方的"Luanch Program"正式启动vc6的开发环境。 (2).进入菜单File-->Open Workspace(打开位于DriverStudio3.2安装目录的DriverWorksSourcevdwlibs.dsw)-->进入菜单Build-->batch Build,点击“Select x86"按钮只选中全部的32位库(我的电脑是32位的。注意:对于32位的电脑一定不要选中64位的库,否则后面编译会出错)-->点击按钮"Rebuild AlL”开始编译。 注:如果出现无法打开文件这类的错误,一般都是DDK Build Settings指向不对,或安装顺序有误,或者你在32位机器上选中了64位库。 4.编译一个DriverStudio自带的实例 (1)"启动vc6,点击菜单File-->Open Workspace,打开项目文件C:Program FilesCompuwareDriverStudioDriverWorksExampleswdmhellowdmHelloWdm.dsw,然后编译,如果没有报错,那说明安装和配置成功。但请你别高兴的太早,开发环境安装配置成功只是万里长城的第一步,剩下的你就是要理解驱动模块的架构和具体的代码编写了。 5.使用Driver wizard生成驱动程序框架 (1).在VC6.0的界面下,点击菜单DriverStudio-->Driver wizard,此后系统会一步一步引导你完成设置,最后自动生产的驱动程序框架。 (2).设置好后将生成驱动文件,然后用VC6.0进行编译:进行Build菜单,Rebuild AlL将生成.sys文件,说明驱动模块编译成功! 注:如果出现无法打开ntstrsafe.lib的错误,说明系统缺少这个库文件,参照上面的方法补上这个库文件,或者进入菜单Project-->Settings,鼠标点击左边方框里的最上面一行,然后右边"Project Option"下的ntstrsafe.lib并删除它。 本文是转来的,经过我的验证可以搭建成功。有些软件下载可能需要到其他地方下载。希望各位开发的兄弟姐妹Enjoy yourself.
Date
: 2011-04-22
Size
: 63kb
User
:
cdliqu@163.com
[
SourceCode
]
dll调用与嵌套调用
DL : 0
一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下: ……
Date
: 2011-05-02
Size
: 1.75mb
User
:
vince043@qq.com
[
SourceCode
]
Embedded JPEG Codec Library
DL : 0
It is an open source JPEG codec library, including both encoder and decoder.
Date
: 2011-05-22
Size
: 148.5kb
User
:
zhongguo_liyun@sina.com
[
SourceCode
]
一个图书管理程序
DL : 1
一个图书管理程序,附源代码.
Date
: 2011-07-11
Size
: 7.81kb
User
:
xyz543
[
SourceCode
]
Big Integer Library
DL : 0
Library for Manipulating Big Integers
Date
: 2012-02-21
Size
: 46.33kb
User
:
sam99gao
[
SourceCode
]
FaceDetection
DL : 0
======================================================================== DYNAMIC LINK LIBRARY : Bayesian_ML_DLL Project Overview ======================================================================== AppWizard has created this Bayesian_ML_DLL DLL for you. This file contains a summary of what you will find in each of the files that make up your Bayesian_ML_DLL application. Bayesian_ML_DLL.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. Bayesian_ML_DLL.cpp This is the main DLL source file. Bayesian_ML_DLL.h This file contains a class declaration. AssemblyInfo.cpp Contains custom attributes for modifying assembly metadata. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize.
Date
: 2012-03-01
Size
: 24.75kb
User
:
mygsfljp
[
SourceCode
]
cj60lib
DL : 1
著名界面库cj60lib的源程序-Well-known source of cj60lib interface library
Date
: 2025-12-30
Size
: 271kb
User
:
西瓜太郎
[
SourceCode
]
calculator
DL : 0
该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the following characteristics: 1. To support the string contains a variety of commonly used functions, such as 7.5+ Sin (6* ln (8))/exp (5) 2. Have good error-correcting capabilities, to check brackets if the expression matching library function is correct 3. computing process to examine and determine the various anomalies, such as the divisor is 0, prescribing function sqrt (x) in x <0, anti-cosine acos (x) The x <-1 or x> 1 4. support the points, and equations, arithmetic expressions may contain x, the calculation will be used to class members in lieu of variable xx
Date
: 2025-12-30
Size
: 23kb
User
:
温馨
[
SourceCode
]
12
DL : 0
Check for loaded DLLs 检查装入的动态链接库(4KB)-Check for loaded DLLs check into the dynamic-link library (4KB)
Date
: 2025-12-30
Size
: 4kb
User
:
黄杉
[
SourceCode
]
cnpack_20030306
DL : 0
1、CnPack是一个Delphi第三方开发包,它的全称是 CnPack For Delphi 开发包。 2、与一般的控件包不同的是,CnPack开发包除了包括大量的组件外,还包括用于IDE扩展的专家包、大量的通用窗体库、数据桌面、组件编写工具等辅助开发工具,以及一个版本控制系统等等与Delphi软件开发相关的代码、文档和程序。 3、CnPack是一个完全符合GNU LGPL协议的自由程序库。-1st, CnPack is a Delphi third party development package, its full title is CnPack For the Delphi development package. 2nd, with general, the CnPack development package which controls a package to be different besides includes the massive modules, but also includes uses in the expert which IDE expands to wrap, massive general assistance development kit and so on windows storehouse, data tabletop, module compilation tool, as well as an edition control system and so on and Delphi software development related code, documents and procedure. 3rd, CnPack is completely conforms to GNU the LGPL agreement free program library.
Date
: 2025-12-30
Size
: 1.5mb
User
:
李寒
[
SourceCode
]
Vsmmods
DL : 0
Proteus library
Date
: 2022-12-14
Size
: 22.39mb
User
:
Jihacc
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.