CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - header

搜索资源列表

  1. DSP281x_headers

    0下载:
  2. Ti TMS320F2812C2000头文件-Ti TMS320F2812C2000 header files
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:40099
    • 提供者:oldman
  1. MapX-VisualC++-header-app

    0下载:
  2. MapX Visual C++文件头开发-MapX Visual C file Development
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:24214
    • 提供者:qiao
  1. ip_looker

    0下载:
  2. IP数据包流量监控 这个程序利用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\"。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:554327
    • 提供者:王磊
  1. usbCH375H

    0下载:
  2. usb接口芯片CH375设备端头文件,包括文件的读,写及芯片初始化-usb interface chip equipment CH375-header files, including documents of reading, writing and chip initialization
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:张应均
  1. 256Color2Huidu

    0下载:
  2. 256色转灰度 AppWizard has created this MyDIP application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summa
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40267
    • 提供者:吴权
  1. RLE

    0下载:
  2. RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14893
    • 提供者:tangxin
  1. net_counter_server

    0下载:
  2. 网络访问量统计服务器的主程序,需要http_pv.h等头文件-output statistics for network access server program, such as the need for header files http_pv.h
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2145
    • 提供者:sudongyi
  1. rfc1321

    1下载:
  2. md5算法的C语言实现绝对可用包括头文件和实现文件-md5 C-language algorithm can be used to achieve absolute including header files and files
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10792
    • 提供者:allen
  1. Desdll

    0下载:
  2. 把所给的三个文件DES.h,DES.c,KEY.c在C++ 中创建一个动态链接库,分别加入到相应的Header Files和、Source Files和Desdll.h中-turning to the three documents DES.h, DES.c. KEY.c in C for the creation of a dynamic link library were added to the corresponding Header Files and, Source Files an
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:6355
    • 提供者:flying840310
  1. jsq0306

    0下载:
  2. 加密 计算器.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. 计算器.h
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:28728
    • 提供者:Liaowj
  1. basic_dump

    0下载:
  2. 数据包截获源代码,包括源文件,头文件,工程文件-data packets intercepted source code, including source files, header files, engineering documents
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:767033
    • 提供者:tom
  1. Hfft

    0下载:
  2. 实现快速FFT傅立叶变换算法的Header文件,方便编程时使用。-FFT fast Fourier transform algorithm Header paper to facilitate the use of programming.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:赵杰伊
  1. datuoyuanjuli

    0下载:
  2. 这是大地主题解算时求解大地距离的大椭圆距离的程序实现,用到的头文件我将同时上传-This is the theme of the earth Solution Solving the earth at the distance from the Oval Program, to use the header files, I will also upload
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:3058
    • 提供者:王亮
  1. preceduredialogegthreat

    0下载:
  2. 一个多线程的进度对话框源代码 as follows: // ProgDlg.h : header file // CG: This file was added by the Progress Dialog component ///////////////////////////////////////////////////////////////////////////// // CProgressDlg dialog-a multithreaded progress
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2771
    • 提供者:冯灿科
  1. Ngrams

    0下载:
  2. A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6568
    • 提供者:郑乔鸿
  1. minutia

    0下载:
  2. 指纹图象处理函数中定义的一些头文件-fingerprint image processing function definition of header files!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:cui
  1. zlg7289_control

    0下载:
  2. zlg7289芯片控制程序,ZLG7289芯片应用于键盘接口,自动按键扫描,LED输出等功能,包含源程序和头文件-zlg7289 chip control procedures, ZLG7289 chips used in the keyboard interface, automatic Scan button, LED output functions, including source and header files
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1509
    • 提供者:yyf0986
  1. TMS320F2812-FFT

    2下载:
  2. F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:24244
    • 提供者:孙玉海
  1. cs_start

    0下载:
  2. cs准星,帮助瞄准, 抢抢报头 delphi 6.0-cs 2-13 helped to target and grab get header delphi 6.0
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:365467
    • 提供者:善人
  1. MPAHeaderInfo

    0下载:
  2. MPEG Audio Frame Header、MPEG Audio Frame Header-MPEG Audio Frame Header, MPEG Audio Frame Header
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:189688
    • 提供者:林木
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com