Welcome![Sign In][Sign Up]
Location:
Search - lib

Search list

[DSP programtidcs

Description: TI的digital motor control lib的源代码。了解TI的编程规范,学习2407的使用,学习Q格式,学习模块化、结构化编程的方法,学习DSP编程技巧。-TI
Platform: | Size: 931840 | Author: rty | Hits:

[Picture ViewerCImageObject

Description: 我从网上经过搜索和整理得到了大家想要的图像处理类:CImageObject,这个类库中包含了两个完整类:CImageObject类和ImageLoad类,包中也包含有*.h,*.lib,*.dll等相应的文件。相信你一定用得着!它们可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件。-I am from the Internet after a search and organize by the U.S. want to deal with categories of images: CImageObject, this library contains two types of integrity: CImageObject category and ImageLoad category, the package also contains*. h,*. lib,* . dll, such as the corresponding documentation. Trust that you will certainly need it! They can handle BMP, GIF, PCX, TGA, JPG, TIF format image files.
Platform: | Size: 310272 | Author: wzj | Hits:

[Otherprotel_lib-PIC16

Description: protel_lib-PIC16 is a protel lib file.
Platform: | Size: 1024 | Author: hewen1983 | Hits:

[File FormatLINKERROR

Description: libcd.lib(crt0.obj) : error LNK2019: 无法解析的外部符号 _main ,该符号在函数 _mainCRTStartup 中被引用-libcd.lib (crt0.obj): error LNK2019: unresolved external symbol _main, the symbols in the function was invoked _mainCRTStartup
Platform: | Size: 1024 | Author: du | Hits:

[Graph programSDK2000_Souce

Description: SDK2000所使用的资源,其中有DSStream.lib,DSStream.h,ImageBrowser.dll,ImageLoad.dll,MFC42.DLL,MSVCRT.DLL,VideoBrowser.dll 和SDK2000的帮助说明等。希望对使用sdk进行编程起到一定的帮助。-SDK2000 used resources, including DSStream.lib, DSStream.h, ImageBrowser.dll, ImageLoad.dll, MFC42.DLL, MSVCRT.DLL, VideoBrowser.dll and help SDK2000 descriptions. Wish to use the sdk to program play a help.
Platform: | Size: 1154048 | Author: 杨峰 | Hits:

[Crack HackTomCrypt-Lib-c-language

Description: 这是由Rinick编写的加解密函数库。最近找了不少关于加解密的C源码,这个是最全,最好的一个-This is prepared by Rinick encryption library. Recently to find a lot of encryption and decryption on the C source code, this is the most whole, the best a
Platform: | Size: 1893376 | Author: 梁锋 | Hits:

[Game EngineSDL

Description: sdl 的sdk,包括必须的头文件,lib,和dlls。-sdl the sdk, including the necessary header files, lib, and dlls.
Platform: | Size: 515072 | Author: wk | Hits:

[SCMavr_lib

Description: this chapter intrduces the AVR C lib FUNCTIONS.I believe it must be useful for everybody
Platform: | Size: 201728 | Author: xiaodou | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Linux-Unixxine-lib-1.1.8.tar

Description: linux下的MPEG1,MPEG2的软件或硬件解码,缺点是系统资源消耗较大-linux under the MPEG1, MPEG2 decoding software or hardware, the disadvantage of a larger system resource consumption
Platform: | Size: 8871936 | Author: 张鉴真 | Hits:

[Othervc-matlab

Description: 要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib-VC to successfully compile Matlab engine procedures, must include the engine header files engine.h and the introduction of the corresponding Matlab library files libmx.lib, libmat.lib, libeng.lib
Platform: | Size: 26624 | Author: 海德 | Hits:

[OtherDLL

Description: 动态链接库DLL编程资料.chm 动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。-Dynamic-link library DLL programming information. Chm dynamic link libraries (DLLs) from the C language function library and Pascal library modules developed from the concept. All of the C language standard library functions are stored in a library at the same time users can also create their own procedures LIB library. Link applications in the process, the linker copies of documents from the Treasury calls a function code, and code these functions added to the executable file. This method with only the function is stored in the compiled. OBJ file compared to more conducive to reuse code.
Platform: | Size: 481280 | Author: guo_yirong | Hits:

[OpenGL program20712035

Description: 本程序使用了由Mark J. Kilgard 编写的OpenGL通用程序开发工具包GLUT。主要是飞机飞行的动画显示,该开发包已经被置于AirplaneDemo文件夹内,其主要包含以下几个文件:glut.h、glut.dll、glut.lib、glut32.dll、glut32.lib。 本程序的开发环境为Microsoft Visual C++6.0,双击AirplaneDemo文件夹下面的AirplaneDemo.dsp文件,可以进行程序调试或运行。 -This procedure uses the by Mark J. Kilgard, prepared by General procedure OpenGL Development Kit GLUT. Mainly aircraft animation shows that the development kit has been placed in folder AirplaneDemo, the main document contains the following: glut.h, glut.dll, glut.lib, glut32.dll, glut32.lib. This procedure development environment for Microsoft Visual C++ 6.0, double-click the folder AirplaneDemo following AirplaneDemo.dsp documents, program debugging can be carried out or running.
Platform: | Size: 1341440 | Author: 武玉伟 | Hits:

[Software Engineeringvc6_ide_lib_dll

Description: 简要介绍VC ++ 6.0集成开发环境中LIB与DLL文件的使用。-Briefly introduce VC++ 6.0 integrated development environment in the LIB and DLL files are used.
Platform: | Size: 171008 | Author: 杨铸 | Hits:

[GUI DevelopCJ60Lib

Description: MFC扩展界面库,包含CJ60Lib头文件,lib文件和示例代码-MFC extension of the interface library, CJ60Lib header file contains, lib files and sample code
Platform: | Size: 61440 | Author: sunyang | Hits:

[3D Graphiclib3ds-1.3.0

Description: 3ds lib from sourceforge.net
Platform: | Size: 443392 | Author: pengjing | Hits:

[Picture ViewerShowImage

Description: winCE下通过c++免费voimage类库调用imgdecmp.lib实现的jpe,gif,png等图片格式的浏览。特包含了imgdecmp.lib的下载。-WinCE through c++ free library voimage call imgdecmp.lib realize the jpe, gif, png image format, such as the browser. Special includes imgdecmp.lib download.
Platform: | Size: 177152 | Author: 慕水 | Hits:

[Software Engineeringlibsvm-2.85

Description: lib-svm软件包,用于分类,可以看作是一个黑盒来使用,也就是作为组件来引用-lib-svm software package for classification, can be seen as a black box to use, that is, as a component to invoke
Platform: | Size: 506880 | Author: liuyu | Hits:

[WEB Codepcre-7.0-lib

Description: 软件包包含perl兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5 同样的语法-Package contains the perl-compatible regular expression library. Those in the implementation of regular expression pattern matching with Perl 5 to use the same grammar
Platform: | Size: 15360 | Author: andy | Hits:

[Sniffer Package capturec++

Description: 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。-Winpcap library to use this procedure to capture IP packets. In debugging Note: 1: Be sure to
Platform: | Size: 553984 | Author: 谢海亮 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net