搜索结果
找到约 624 项符合
INCLUDE 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (54)
- 其他 (40)
- 单片机编程 (40)
- 技术资料 (28)
- 源码 (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)
- Delphi控件源码 (7)
- 嵌入式/单片机编程 (7)
- 软件设计/软件工程 (7)
- 驱动编程 (6)
- 网络 (6)
- 其他行业 (6)
- 加密解密 (6)
- 软件工程 (6)
- VHDL/FPGA/Verilog (6)
- 多媒体处理 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- SCSI/ASPI (5)
- Internet/网络编程 (5)
- 嵌入式Linux (5)
- 游戏 (5)
- DSP编程 (5)
- Windows CE (5)
- 通讯/手机编程 (5)
- 电源技术 (4)
- 教程资料 (4)
- Java书籍 (4)
- 通讯编程文档 (4)
- 其他数据库 (4)
- 嵌入式综合 (4)
- VIP专区 (4)
- ARM (3)
- 系统设计方案 (3)
- VxWorks (3)
- Jsp/Servlet (3)
- 操作系统开发 (3)
- 数据库系统 (3)
- 文章/文档 (3)
- 编辑器/阅读器 (3)
- 软件 (3)
- 笔记 (3)
- 中间件编程 (2)
- 文件格式 (2)
- 教育系统应用 (2)
- GPS编程 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 金融证券系统 (2)
- *行业应用 (2)
- Linux/uClinux/Unix编程 (2)
- 行业应用文档 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 设计相关 (1)
- STL (1)
- Oracle数据库 (1)
- Delphi/CppBuilder (1)
- 邮电通讯系统 (1)
- 语音压缩 (1)
- 并行计算 (1)
- 传真(Fax)编程 (1)
- Modem编程 (1)
- 家庭/个人应用 (1)
- uCOS (1)
- 手机WAP编程 (1)
- USB编程 (1)
- MySQL数据库 (1)
- TAPI编程 (1)
- JavaScript (1)
- Symbian (1)
- 技术管理 (1)
- PCB图/BOM单/原理图 (1)
- 教材/考试/认证 (1)
- 手册 (1)
嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne
#include <reg52.h>
#include <stdio.h>
#include <string.h>
#define uchar unsigned char
#define uint unsigned int
#define isp_iap_byte_read 0x1
#define isp_iap_byte_program 0x2
#define isp_iap_sector_erase 0x3
#define wait_time 0x1
游戏 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h
五子棋小游戏#include<stdlib.h>
#include<time.h>
#include<stdio.h>
#include<conio.h>
int chess[169]={0} /*棋盘*/
struct chess_t/*作为辅助,即是作为建意*/
{
char attack /*攻防用的,0表示守,1表示攻*/
int j /*作为优先级用*/
}chess_a[169] ...
单片机开发 单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC59
单字右移1616点阵右移C程序16bit
#include<reg51.h>
#include<intrins.h>
sbit DAT=P1^0 /*"74HC595第14脚 数据 ",0*/
sbit YW=P1^1 /*"74HC595第11脚 移位存 ",0*/
sbit SUO=P1^2 /*"74HC595第12脚 锁存 ",0*/
单片机开发 As mentioned, most computers include a serial port. The only hardware setup required is connecting t
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include ...
单片机开发 //*********主机代码****** #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
加密解密 已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
matlab例程 matlab gui tutorial, a brief introduction for matlab and include an example of image processing
matlab gui tutorial, a brief introduction for matlab and include an example of image processing
教育系统应用 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 //每位读者最多借五本书
//读者类,实现对读者的信息的描述 ...
VC书籍 include称为文件包含命令扩展名为.h的文件也称为头文件或首部文件 定义两个实数变量
include称为文件包含命令扩展名为.h的文件也称为头文件或首部文件
定义两个实数变量,以被后面程序使用
显示提示信息
从键盘获得一个实数x
求x的正弦,并把它赋给变量s
显示程序运算结果
main函数结束
其他 #include intvcon 输出电压变量 sbitDIN=0x91 定义P2.1为串行数据口 sbitCLK=0x92;P2.2为串行时钟端 sbitCS=0x93 P2.3为片选端
#include
intvcon 输出电压变量
sbitDIN=0x91 定义P2.1为串行数据口
sbitCLK=0x92;P2.2为串行时钟端
sbitCS=0x93 P2.3为片选端
voiddac5618(intvcon)TLC5618DAC子程序,三线串行方式
{
chari
intsvcon
svcon=vcon|0x8000 vcon最高位置1,选择
TLC5618的A通道
CS=0 置5618的CS=0,允许片选
for(i=0 i<16 i++)
{
DIN=svc ...