CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - include.h

搜索资源列表

  1. zyy

    0下载:
  2. 这是一个c++环境下的模拟文件系统的部分源代码,支持词法分析,其中用到头文件#Include \"lex.h\"-c This is a simulated environment of the file system source code, support for lexical analysis, which uses the first document # Include "lex.h"
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:830
    • 提供者:刘国众
  1. 可预置的8位计数器源程序

    0下载:
  2. 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在da
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21028
    • 提供者:wyq
  1. Intel_IA32_C_CPU

    0下载:
  2. 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:168329
    • 提供者:lza
  1. ostream

    0下载:
  2. 在include/adm/io.h里定义。 inb_p()、outb_p()与inb()、outb_p()的不同在于前者在存取I/O时有等待(pause)一适应慢速的I/O设备。 -the include / adm / io.h Lane definition. Inb_p (), outb_p () and quick (), outb_p () different is that the former access to the I / O wait time (pause)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8710
    • 提供者:fanggang
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8550
    • 提供者:Demonic
  1. sunxuzhan

    0下载:
  2. 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:924
    • 提供者:陈志峰
  1. 1197

    0下载:
  2. Dsp2407头文件和命令文件示例1.头文件LF2407REGS.H——在该头文件中,寄存器都以指针方式进行寻址等。-the include source of Dsp2407
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:15253
    • 提供者:单志林
  1. Desktop

    0下载:
  2. 数模转换ads1210与ads1210的c语言编程(转)-DAC include "macrodefine.h" #include "lpc2294.h" //ADS1210初始化子程序 void AD_Init(void) { Delayus(2)
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:21452
    • 提供者:balling
  1. e2c2

    0下载:
  2. EXEC-2-C.H - include file for sources restored by EXEX-2-C utility.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:64399
    • 提供者:tran
  1. e2c1

    0下载:
  2. EXEC-2-C.H - include file for sources restored by EXEX-2-C utility.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:150973
    • 提供者:tran
  1. precompiled-header

    0下载:
  2. 预编译头文件 如果工程很大,头文件很多,而有几个头文件又是经常要用的,那么 1。把这些头文件全部写到一个头文件里面去,比如写到preh.h 2。写一个preh.c,里面只一句话:#include "preh.h" 3。对于preh.c,在project setting里面设置creat precompiled headers,对于其他 .c文件,设置use precompiled header file -If the precompil
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2849
    • 提供者:石振强
  1. LM020L(PIC)

    0下载:
  2. /RS,RW,E分别接RE0,RE1,RE2 D7-D0接RD口 #include <pic.h> /*头文件*/ #define LCD_RS RE0 /*定义引脚*/ #define LCD_RW RE1 #define LCD_E RE2 #define Busy RD7 void WR_COMM() void DISPLY() void CHECK_BF() void PLAY_LCD() /*函数声明*/ vo
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:1184
    • 提供者:皇甫
  1. C8051F99x_98x

    1下载:
  2. C8051F99x c8051F98x Silabs MCU包括的一些Sample code設計.-C8051F99x c8051F98x Silabs MCU,Include Sample code design.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:265759
    • 提供者:古小寶
  1. Solve_erro2199873162011

    0下载:
  2. Your project can’t find some library files (.lib) Open project properties (Project > Properties[Alt + F7]) Navigate to: Configuration Properties > Linker > General Add additional library Directories. These are the director
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:327415
    • 提供者:Sp3LL
  1. time-example

    0下载:
  2. 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english format output*/ printf(asct
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:3050
    • 提供者:zhenxinjian
  1. Marble

    0下载:
  2. marble Write the implementation of the class Marble in the file marble.cpp. Specification: marble.cpp must contain the definition and implementation of all constructors and functions of Marble class. Include marble.h at the top of this fi
  3. 所属分类:Software Testing

    • 发布日期:2017-11-05
    • 文件大小:11158
    • 提供者:liyaofei
  1. biancheng

    0下载:
  2. 堆排序编程实现: #include <stdio.h> void createHeep(int ARRAY[],int sPoint, int Len) //生成大根堆 -The heapsort programming:# include <stdio.h> void createHeep (int ARRAY [], int sPoint, int Len)// generate large root heap
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:11893
    • 提供者:杨文
  1. bianchengmaopao

    0下载:
  2. 冒泡排序编程实现如下: #include <stdio.h> #define LEN 10 //数组长度 -Bubble Sort programming as follows:# include <stdio.h># Define LEN 10// array length
  3. 所属分类:Software Testing

    • 发布日期:2017-12-01
    • 文件大小:10254
    • 提供者:杨文
  1. C100p3Dp3D11--20

    0下载:
  2. #include "stdio.h" #include "conio.h" main() { long f1,f2 int i f1=f2=1 for(i=1 i<=20 i++) {-# Include " stdio.h" # include " conio.h" main () {long f1, f2 int i f1 = f2 = 1 for (i = 1 i < = 20 i++) {
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:2778
    • 提供者:龙蛋
  1. Unresolved-include-xgpio.h

    0下载:
  2. Xilinx SDK下找不到 include xgpio.h;Unresolved include xgpio.h 的解决方法-Xilinx SDK can t find include xgpio.h;Unresolved include xgpio.h
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:74506
    • 提供者:刘大年
« 12 »
搜珍网 www.dssz.com