搜索结果

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

按分类筛选

显示更多分类

C/C++语言编程 C语言函数大全(语法着色版)

    C语言函数大全,已包含绝大部分的函数。每个函数包含函数名,功能,用法,举例,内容详尽。希望对大家有所帮助~~   函数名: abort   功 能: 异常终止一个进程   用 法: void abort(void);   程序例:   #include   #include   int main(void)   {   printf("Cal ...
https://www.eeworm.com/dl/503/37264.html
下载: 96
查看: 1248

单片机编程 AVR单片机数码管秒表显示

#include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
https://www.eeworm.com/dl/502/28551.html
下载: 25
查看: 1125

Delphi控件源码 Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap

Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traf ...
https://www.eeworm.com/dl/666/215649.html
下载: 143
查看: 1110

软件设计/软件工程 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序

实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include "iostream.h" #include ...
https://www.eeworm.com/dl/684/222653.html
下载: 54
查看: 1064

技术资料 计算机视觉 琳达·夏皮罗 Computer Vision - Linda Shapiro

From the Publisher: Computer Vision presents the necessary theory and techniques for students and practitioners who will work in fields where significant information must be extracted automatically from images. It will be a useful resource automatically from images. It will be a useful resource book ...
https://www.eeworm.com/dl/842134.html
下载: 5
查看: 3920

其他数据库 该文件为adoce30.h

该文件为adoce30.h,需要下载的朋友请支持一把。下载后把该文件copy到\Include\Emulator或者其他的编译器下及可消除can not open adoce30.h错误。
https://www.eeworm.com/dl/645/189894.html
下载: 55
查看: 1035

数学计算 The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C.

The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing raw experimental data. The codes include single degree of freedom response, response spectrum, fini ...
https://www.eeworm.com/dl/641/212797.html
下载: 126
查看: 1132

技术资料 C语言实现数字信号处理算法

C语言实现数字信号处理算法附录A1 BC下复数类型的实现1、利用BC提供的复数支持//BC中使用复数类型使用示例(ComplexUse.Cpp文件)#include &
https://www.eeworm.com/dl/884407.html
下载: 1
查看: 8149

技术资料 基于DM642的JPEG图象编解码的回放程序

·基于DM642的JPEG图象编解码的回放程序文件列表(点击判断是否您需要的文件):   jpeg_motion   ...........\cc_build_release.log   ...........\driver_test.cmd   ...........\include   ...........\.......\appBiosObj
https://www.eeworm.com/dl/942849.html
下载: 6
查看: 7132

Windows CE Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is

Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code ...
https://www.eeworm.com/dl/674/156406.html
下载: 54
查看: 1171