搜索结果

找到约 699 项符合 include 的查询结果

按分类筛选

显示更多分类

技术资料 CAPTURE快捷键操作

In addition to providing menu access keys for menu commands, Capture provides shortcut keys for miscellaneous actions, such as scrolling across an editor's window. An example of an access key is ALT, E, T for the Cut command on the Edit menu. Shortcut keys include CTRL keys (like CTRL+DELETE to dele ...
https://www.eeworm.com/dl/989665.html
下载: 1
查看: 72

游戏 赫赫大名的 OGRE 游戏引擎

赫赫大名的 OGRE 游戏引擎,游戏编程高手特别是游戏引擎高手的最好教材,开源代码,不看是你的损失。VC.NET编译交顺利,遇到编译错误时添加相应INCLUDE文件,直到通过为止。VC++ 6.0未试过,估计问题较多,祝你好运。
https://www.eeworm.com/dl/625/113165.html
下载: 190
查看: 1089

压缩解压 It is possible that certain products which can be built using this software modules might form inve

It is possible that certain products which can be built using this software modules might form inventions protected by patent rights in some countries (e.g. by patents about arithmetic coding algorithms owned by IBM and AT&T in the USA). Provision of this software by the author does NOT include any ...
https://www.eeworm.com/dl/617/191878.html
下载: 114
查看: 1144

其他嵌入式/单片机内容 本项目是台湾宏芯7"TFT模拟显示屏的驱动设计

本项目是台湾宏芯7"TFT模拟显示屏的驱动设计,里面包括几乎所有厂家的7"TFT显示屏(主要是车载使用),查看支持的厂家请打开压缩包到\include\pannel下包含了支持的屏的头文件.开发编译环境是Keil7
https://www.eeworm.com/dl/687/275923.html
下载: 119
查看: 1170

Jsp/Servlet BugTrack is a basic, yet fully functional web based Bug Tracking system that you may use as a framew

BugTrack is a basic, yet fully functional web based Bug Tracking system that you may use as a framework to create an expanded system or use as is . Great for small teams working on software projects. Features include: - Search by Project, Assigned Person, Priority, Status - Sorting by any of the c ...
https://www.eeworm.com/dl/696/422484.html
下载: 151
查看: 1119

电子书籍 I was pleasantly surprised when in November 2005 a message arrived from Wayne Wheeler, the new comp

I was pleasantly surprised when in November 2005 a message arrived from Wayne Wheeler, the new computer science editor of Springer Verlag, notifying me that he in tends to qualify this book as a Springer major reference work (MRW), thereby releasing past restrictions on page counts, freeing me from ...
https://www.eeworm.com/dl/cadence/ebook/487124.html
下载: 112
查看: 1088

PCB图/BOM单/原理图 单片机课程设计

#include<reg52.h>  #include<intrins.h> #define LED P0 sbit KEY0=P2^0;  //定义按键输入端口 A    sbit KEY1=P2^1;  //定义按键输入端口 B    sbit KEY2=P2^2;  //定义按键输入端口 C unsigned int Led_table[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00}; char Led_num=0 ...
https://www.eeworm.com/dl/508925.html
下载: 1
查看: 47

技术资料 Cyuandaima

#include void delay02s(void) //延时子程序 { unsigned char i,j,k; for(i=20;i>0;i--) for(j=20;j>0;j--) for(k=248;k>0;k--); } void main(void) { unsigned char a; for(;;) { P1=0FH; //将值送到P1口 delay02s(); P1^=P1; delay02 ...
https://www.eeworm.com/dl/975480.html
下载: 1
查看: 4099

C/C++语言编程 cs5460a程序(C程序源代码)

#include <reg51.h>#include <main.h>#include <interrupt.h> cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0}; extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar pointer_send,send_l ...
https://www.eeworm.com/dl/503/37368.html
下载: 111
查看: 1190

多媒体处理 ITU-T G.729的一个实现例子(包括附录b的vod检测等功能)

·ITU-T G.729的一个实现例子(包括附录b的vod检测等功能)-ITU-T g.729 example, include VOD detect of reference B, etc.文件列表(点击判断是否您需要的文件):   g729b_v14   .........\acelp_co.c   .........\basic_op.c   .....
https://www.eeworm.com/dl/521/13909.html
下载: 98
查看: 1182