搜索资源列表
zyy
- 这是一个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"
可预置的8位计数器源程序
- 可预置的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
Intel_IA32_C_CPU
- 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
ostream
- 在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)
xianxingbiao
- 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
ODBC直接读、写Excel表格文件
- 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDri
wenzhouxueyuan
- #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
sunxuzhan
- 顺序栈的出栈、入栈、求栈长等基本操作 #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
1197
- Dsp2407头文件和命令文件示例1.头文件LF2407REGS.H——在该头文件中,寄存器都以指针方式进行寻址等。-the include source of Dsp2407
Desktop
- 数模转换ads1210与ads1210的c语言编程(转)-DAC include "macrodefine.h" #include "lpc2294.h" //ADS1210初始化子程序 void AD_Init(void) { Delayus(2)
e2c2
- EXEC-2-C.H - include file for sources restored by EXEX-2-C utility.
e2c1
- EXEC-2-C.H - include file for sources restored by EXEX-2-C utility.
kalman
- opencv中的kalman滤波器程序, / Use Kalman Filter to model particle in circular trajectory // #include <cv.h> #include <highgui.h> //#include <cvx_defs.h>-opencv kalman filter process in,/Use Kalman Filter to model particle in c
precompiled-header
- 预编译头文件 如果工程很大,头文件很多,而有几个头文件又是经常要用的,那么 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
LM020L(PIC)
- /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
C8051F99x_98x
- C8051F99x c8051F98x Silabs MCU包括的一些Sample code設計.-C8051F99x c8051F98x Silabs MCU,Include Sample code design.
Solve_erro2199873162011
- 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
time-example
- 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
pilideng
- ME500单片机开发系统演示程序此程序仅用于学习与参考,引用请注明版权和作者信息-gguoqing (Email: gguoqing@willar.com)#include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
Unresolved-include-xgpio.h
- Xilinx SDK下找不到 include xgpio.h;Unresolved include xgpio.h 的解决方法-Xilinx SDK can t find include xgpio.h;Unresolved include xgpio.h