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

搜索资源列表

  1. C-programming-to-improve

    0下载:
  2. 本文介绍了嵌入式C的基础与扩展,同时也介绍了典型嵌入式系统构架, 面向接口开发及头文件包含规则, 黑盒子开发原则。-This article describes the foundation and expansion of embedded C, and also describes the typical embedded system architecture, Oriented interface development and header file contains ru
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:420312
    • 提供者:ZBL
  1. szfd

    0下载:
  2. 由于这个是系统自动生成的,在写好了对话框的外观界面之后,都会有这个头文件的出现 但是一旦对对话框消息映射或里面代码编辑 就回有以上错误出现-Since this is automatically generated, after the appearance of the interface dialog written, will have this header file appears But once on the dialog message mapping or code e
  3. 所属分类:Project Manage

    • 发布日期:2017-04-07
    • 文件大小:5126
    • 提供者:YUE BU QUN
  1. Sharpifdef-Usage

    0下载:
  2. 头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。-The first pieces of the# ifndef, this is a very crucial thing. For example, you have two C files, which include the two C files are the same header file.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5148
    • 提供者:李祥
  1. JUZHENGYUNSHUAN

    0下载:
  2. 矩阵运算,实现加减乘除的基本功能,包含头文件与原文件-Matrix operations, the realization of the basic functions of addition, subtraction, include the header file and the original file
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4592
    • 提供者:黄晓得
  1. nrf24

    0下载:
  2. nrf24l01 header file of this module
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1193
    • 提供者:Sklobu
  1. ImageConvert10.7z

    0下载:
  2. The ImageConvert utility converts files of pictures in the C-like array of values. The utility creates a header file which then uses in a device firmware source code. The utility imports the data from files BMP, JPEG, GIF, PNG, ICO to colour formats
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:585893
    • 提供者:Darvin_forever
  1. w_ipp-dmip_p_7.0.7.064

    0下载:
  2. Intel中ipp的各种库文件,以及头文件。可以直接调用对信号、图像向量等进行处理。-Intel ipp in all kinds of libraries, and header files.You can directly call to deal with signal, image vector, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10116067
    • 提供者:Asia
  1. gnu_make_user

    0下载:
  2. In this chapter, we will discuss a simple makefile that describes how to compile and link a text editor which consists of eight C source files and three header files. The makefile can also tell make how to run miscellaneous commands when explicit
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:835102
    • 提供者:heck
  1. sf_2014320164457

    0下载:
  2. 数据结构中的许多东西,包括头文件、例题、习题-Data structure many things, including the header files, examples, exercises, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6756
    • 提供者:huangting
  1. VCPP6.0-OpenGL

    0下载:
  2. OPENGL 环境配置文档以及所需的头文件,库文件等,方便初学者配置OPENGL的环境-OPENGL environment configuration documentation and the necessary header files, library files, easy for beginners to configure the environment OPENGL
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8637652
    • 提供者:胡文
  1. MSP430F149

    0下载:
  2. MSP430F149头文件详解(中文注释)-Detailed MSP430F149 header files (Chinese comments)
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:8694
    • 提供者:冯广乐
  1. BoardConfig.h

    0下载:
  2. BoardConfig.h为在MSP开发板中的板面配置头文件-BoardConfig.h configuration header file for the board of the MSP Development Board
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:9923
    • 提供者:陆洋
  1. DSP281x_Headfile

    0下载:
  2. 关于DSP2812的头文件解读,对初学者具有指导意义,可以方便学习DSP2812的同学入门,来自TI-DSP2812 header files on interpretation, with guidance for beginners, students can easily learn DSP2812 entry from TI
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:483921
    • 提供者:权仲翊
  1. mvpa1.1.tar

    0下载:
  2. This contains the latest documentation for the Princeton MVPA Toolbox. Please note the section header tabs at the top of the page. If you re new to the toolbox, you will want to check out Setup for installation instructions, and then look throug
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:874847
    • 提供者:bochao24
  1. C

    0下载:
  2. 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:142846
    • 提供者:唐进
  1. seqStack

    0下载:
  2. 顺序类栈的实现 包含cpp 文件 头文件以及测试文件-Order of class stack implementation cpp file contains header files and test files
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:269784
    • 提供者:於一
  1. ListView_PrintModule

    0下载:
  2. 模块特点: 1、可对页面、表格和字体进行设置,可设置标题和页眉、页脚; 2、可在一个程序内为每个表设置独立的打印页面; 3、支持页面预览及页面缩放; 4、支持选页打印(暂时没有实现打印当前页)。-Module Features: 1, can be on the page, tables and font settings, you can set the title and header, footer 2, in a program set up a separa
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:34168
    • 提供者:cc
  1. Simulation

    0下载:
  2. Simulation package example including function header, and three c-Simulation package example including function header, and three cpp
  3. 所属分类:IT Hero

    • 发布日期:2017-04-14
    • 文件大小:3171
    • 提供者:Arukone
  1. Main_Part1

    0下载:
  2. test upload bmp to header file machine
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:861
    • 提供者:HM
  1. LPC1768-DEVELOPMENT

    0下载:
  2. lpc1768 develompment board header board
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:195656
    • 提供者:jk
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com