搜索结果
找到约 416 项符合
char 的查询结果
按分类筛选
- 全部分类
- VC书籍 (83)
- 单片机开发 (42)
- 技术资料 (41)
- 单片机编程 (41)
- Java编程 (16)
- 源码 (15)
- 汇编语言 (15)
- 数据结构 (14)
- Linux/Unix编程 (11)
- 其他 (10)
- 嵌入式/单片机编程 (8)
- C/C++语言编程 (7)
- 电源技术 (7)
- 加密解密 (7)
- 可编程逻辑 (6)
- 操作系统开发 (5)
- 编译器/解释器 (4)
- 软件 (3)
- PCB相关 (3)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 嵌入式综合 (3)
- 模拟电子 (3)
- CA认证 (3)
- 数学计算 (3)
- 微处理器开发 (3)
- 书籍 (2)
- 笔记 (2)
- 其他书籍 (2)
- 传感与控制 (2)
- 教程资料 (2)
- 驱动编程 (2)
- 文件格式 (2)
- uCOS (2)
- 嵌入式Linux (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 手册 (1)
- 应用设计 (1)
- 其他 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 多媒体处理 (1)
- 书籍源码 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 通信网络 (1)
- 工控技术 (1)
- 电子书籍 (1)
- autocad教程 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- *行业应用 (1)
- 企业管理 (1)
- 网络 (1)
- 文章/文档 (1)
- Java书籍 (1)
- VxWorks (1)
- matlab例程 (1)
- Delphi控件源码 (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 3G开发 (1)
- Ajax (1)
- VIP专区 (1)
单片机编程 红外解码程序
/*
 * _168ZHONGDUAN2.c
 *
 * Created: 2014/11/2 15:12:45
 *  Author: lenovo
 */ 
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
嵌入式综合 红外遥控RGB
#include "STC90.h"
#include < intrins.h >
#define uchar unsigned char
#define uint unsigned int
#define led_port P1
sbit IR_RE = P3^2;
sbit led_r = P1^3;
sbit led_g = P1^4;
sbit led_b = P1^5;
sbit led_wd = P1^7;
sbit K1 =P3^0 ; //增加键
sbit K2 =P3^1 ; ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...