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

搜索资源列表

  1. graphics

    0下载:
  2. c++计算器头文件Windows中老的版本没有这个头文件-c++ calculator header files in older versions of Windows do not have this header file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:532054
    • 提供者:0909
  1. winerror

    0下载:
  2. M i c r o s o f t公司编译了一个所有可能的错误代码的列表,并且为每个错误代码分配了一个3 2 位的号码。Wi n E r r o r. h 头文件包含了M i c r o s o f t 公司定义的错误代码的列 表。-M icrosoft Corporation compiled all possible, a list of error codes and error codes for each distribution of a 3 2-bit number. Wi n E
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:232961
    • 提供者:supanfeng
  1. GpsMap

    0下载:
  2. GpsMap, 本程序利用MapX做的电子地图,通过串口接收GPS模块数据,实现在电子地图上对当前在地图上位置的定位,同时显示当前经纬度,当前时间,速度,海拔等信息的功能。注意使用时要安装MAPX(本程序使用MAPX_V5,如使用其它版本,则可能要修改头文件)。-GpsMap, this procedure use MapX E-map and GPS module, and receive the GPS Data through the serial port, to locate the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:208119
    • 提供者:赵天
  1. linkedqueue

    0下载:
  2. 链式队列,应该是正确的,包含node的头文件和c-Queue chain should be correct, the node contains the header files and cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:蛮大汉
  1. linkedstack

    0下载:
  2. 链式栈,应该是正确的,包含node的头文件和c-Chain stack, it should be correct, the node contains the header files and cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1409
    • 提供者:蛮大汉
  1. Cjj

    1下载:
  2. C++ 头文件转换为Delphi接口文件地工具-C++ header files into a Delphi interface file and tools
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:101686
    • 提供者:dak
  1. ListViewFilter_src

    0下载:
  2. This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header.
  3. 所属分类:MPI

    • 发布日期:2017-04-26
    • 文件大小:37567
    • 提供者:mai
  1. lcd_library_h

    0下载:
  2. it is library header function written for atmeg32.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1594
    • 提供者:yasir858
  1. wav

    1下载:
  2. WAV音频波形显示分析,一个WAV文件以44字节文件头开始,数据类型是无符号型字节-WAV audio waveform display analysis, a WAV file to the beginning of 44-byte file header, data type is unsigned byte type
  3. 所属分类:Audio program

    • 发布日期:2017-04-06
    • 文件大小:2082
    • 提供者:木灵蓝
  1. add_pro

    2下载:
  2. 在IDL中读取envi标准影像格式数据,包括img影像文件和hdr头文件-Envi read in the IDL standard image format data, including documents and image img header hdr
  3. 所属分类:Graph Recognize

    • 发布日期:2014-05-16
    • 文件大小:2188
    • 提供者:limit
  1. vec

    0下载:
  2. A simple vector operation class and header
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:195596
    • 提供者:bob
  1. WuZiQiC

    0下载:
  2. 一个简单五子棋的源代码,用到了graphics头文件,适合C语言初学者学习。-Gobang a simple source code, header files used in the graphics, suitable for beginners to learn C language.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-12
    • 文件大小:1254
    • 提供者:天梦影
  1. cyuyanyuandaima1

    0下载:
  2. 在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。 -Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden detail
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6797
    • 提供者:熊志祥
  1. DigitalVerification

    1下载:
  2. 数字识别c++程序示范 数字识别基础知识 简单识别项目文件 -数字识别.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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:148462
    • 提供者:阿杜
  1. DataShowClass

    0下载:
  2. 因为平时编程时候经常要根据数据动态显示曲线,很多时候我们都用控件来解决这个问题,这固然方便,但是有时候得不到我们想要的功能,因此自己花了几天的功夫,自写了一个动态曲线绘制类,实际上它是由两个头文件组成,文档已经为您附在压缩包内,用法、技术要点什么的都有了,本类无限制,供C++爱好者共同学习,但不能拿本类去卖钱哦! -Because usually when the regular programming to dynamically display the data curve, a lot
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:170026
    • 提供者:zy
  1. GPIO

    0下载:
  2. GPIO 所有文件 包含头和主程序-GPIO header contains all the files and the main program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:131203
    • 提供者:啊毛
  1. Doorbell

    0下载:
  2. LIST p=16F84 PIC16F844 is the target processor #include "P16F84.INC" Include header file CBLOCK 0x10 Temporary storage tempo tptrl tptrh note length pitch temp dl1 dl2 ENDC- LIST p=16F84 PIC16F844 i
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2977
    • 提供者:_free_
  1. sci_loopback

    0下载:
  2. This program requires the DSP2833x header files. // // This program requires an external I2C RTC connected to // the I2C bus at address 0x6f. // // As supplied, this project is configured for "boot to SARAM" // operation. The 2833x Boot M
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:189231
    • 提供者:jiao
  1. dma_xintf_to_ram

    0下载:
  2. This program requires the DSP2833x header files. // // As supplied, this project is configured for "boot to SARAM" // operation. The 2833x Boot Mode table is shown below. // For information on configuring the boot mode of an eZdsp, // plea
  3. 所属分类:DSP program

    • 发布日期:2017-04-24
    • 文件大小:165920
    • 提供者:jiao
  1. divh

    2下载:
  2. 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:1021
    • 提供者:张淼
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com