搜索结果
找到约 699 项符合
Include 的查询结果
按分类筛选
- 全部分类
- 技术资料 (102)
- 单片机开发 (55)
- 单片机编程 (40)
- 其他 (40)
- 源码 (23)
- Linux/Unix编程 (22)
- 其他书籍 (19)
- 编译器/解释器 (17)
- 数学计算 (15)
- 书籍 (14)
- 人工智能/神经网络 (14)
- 数据结构 (14)
- 微处理器开发 (14)
- VC书籍 (13)
- 数值算法/人工智能 (11)
- 书籍源码 (11)
- matlab例程 (11)
- 其他嵌入式/单片机内容 (11)
- 汇编语言 (10)
- C/C++语言编程 (9)
- Java编程 (9)
- 电子书籍 (8)
- 压缩解压 (7)
- 嵌入式/单片机编程 (7)
- Delphi控件源码 (7)
- 软件设计/软件工程 (7)
- 加密解密 (6)
- 软件工程 (6)
- 驱动编程 (6)
- 网络 (6)
- VHDL/FPGA/Verilog (6)
- 其他行业 (6)
- DSP编程 (5)
- 多媒体处理 (5)
- 通讯/手机编程 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- Internet/网络编程 (5)
- 游戏 (5)
- SCSI/ASPI (5)
- 嵌入式Linux (5)
- Windows CE (5)
- 电源技术 (4)
- 嵌入式综合 (4)
- 教程资料 (4)
- 其他数据库 (4)
- 通讯编程文档 (4)
- Java书籍 (4)
- VIP专区 (4)
- 软件 (3)
- 笔记 (3)
- 数据库系统 (3)
- 操作系统开发 (3)
- ARM (3)
- 编辑器/阅读器 (3)
- 文章/文档 (3)
- VxWorks (3)
- 系统设计方案 (3)
- Jsp/Servlet (3)
- Linux/uClinux/Unix编程 (2)
- 教育系统应用 (2)
- *行业应用 (2)
- 金融证券系统 (2)
- 文件格式 (2)
- 中间件编程 (2)
- SQL Server (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 手册 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 设计相关 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 教材/考试/认证 (1)
- 资料/手册 (1)
- 开发工具 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 传真(Fax)编程 (1)
- 技术管理 (1)
- USB编程 (1)
- uCOS (1)
- 手机WAP编程 (1)
- STL (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- Symbian (1)
- TAPI编程 (1)
- Oracle数据库 (1)
- JavaScript (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
教育系统应用 c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <
c++图书管理系统
include <iostream>
#include <iomanip>
#include <string>
#include <fstream>//输入/输出文件流类
using namespace std
const int Maxr=100 //最多的读者
const int Maxb=100 //最多的图书
const int Maxbor=5 //每位读者最多借五本书
//读者类,实现对读者的信息的描述 ...
Linux/Unix编程 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s
帧缓冲#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <asm/page.h>
#include <linux/fb.h>
#define TRUE 1
#define FALSE 2
//a framebuffer device structure
typed ...
Delphi控件源码 Include file delphi
Include file delphi
技术资料 include的用法
深入解析C语言中#include的使用方式,从基础语法到常见陷阱,帮助开发者掌握标准库与自定义头文件的正确引入方法。
数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
BP神经网络程序,C语言源代码
如下:
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 120 //学习样本个数
#define IN 3 //输入层神经元数目
#define HN 2 //隐层神经元数目
#define ON 2 //输出层神经元数目
#def ...
人工智能/神经网络 感知器的VC实现#include "percept.h" #include "stdio.h" #include "stdlib.h"
感知器的VC实现#include "percept.h"
#include "stdio.h"
#include "stdlib.h"
单片机开发 //*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funt
//*********主机代码******
#include <reg51.h>
#include "Clicent_Setting.h"
#include "LCD_Funtion.h"
#include "Futions.h"
#include "Host_Interrupt_Funtion.h"
int num1=1 //从机数码管起始数
int num2=0
int num3=1
数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&
#include<malloc.h>
#include<limits.h>
#include<stdio.h>
#include<graphics.h>
#include<io.h>
#include<math.h>
#include<process.h>
#include<conio.h>
#define m 100
#define OK 1
typedef int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non ...
Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
static char inbuf[MAX_CANON]
char * g_ptr
char * g_lim
extern void yylex()
int main (void){
for( ){
if(fputs(PROMPT_STRING,stdout ...
数据结构 :#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],in
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...