搜索结果
找到约 873 项符合
Main 的查询结果
按分类筛选
- 全部分类
- 技术资料 (251)
- 单片机开发 (52)
- 单片机编程 (48)
- 微处理器开发 (35)
- matlab例程 (30)
- 其他 (27)
- 源码 (24)
- 书籍 (23)
- Java编程 (23)
- Linux/Unix编程 (22)
- 汇编语言 (17)
- 数学计算 (13)
- 嵌入式/单片机编程 (12)
- 人工智能/神经网络 (12)
- 编译器/解释器 (11)
- VC书籍 (11)
- DSP编程 (10)
- 加密解密 (10)
- 数据结构 (10)
- 嵌入式Linux (9)
- 数值算法/人工智能 (8)
- 通讯/手机编程 (8)
- 其他书籍 (8)
- uCOS (8)
- 文章/文档 (8)
- 系统设计方案 (8)
- 其他嵌入式/单片机内容 (8)
- C/C++语言编程 (7)
- 操作系统开发 (6)
- 网络 (6)
- VIP专区 (6)
- 书籍源码 (5)
- 压缩解压 (5)
- 游戏 (5)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (5)
- 软件设计/软件工程 (5)
- 电子书籍 (4)
- 驱动编程 (4)
- 文件格式 (4)
- Java书籍 (4)
- 其他行业 (4)
- 笔记 (3)
- 无线通信 (3)
- 嵌入式综合 (3)
- 串口编程 (3)
- *行业应用 (3)
- Applet (3)
- 多国语言处理 (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- Windows CE (3)
- 中间件编程 (3)
- 软件 (2)
- 习题答案 (2)
- 电源技术 (2)
- 行业应用文档 (2)
- Linux/uClinux/Unix编程 (2)
- 数据库系统 (2)
- 软件工程 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 企业管理 (2)
- USB编程 (2)
- 其他数据库 (2)
- STL (2)
- Delphi控件源码 (2)
- 易语言编程 (2)
- 医药行业 (2)
- JavaScript (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 论文 (1)
- PCB相关 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 教材/考试/认证 (1)
- 开发工具 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- SCSI/ASPI (1)
- BREW编程 (1)
- VxWorks (1)
- 交通/航空行业 (1)
- Symbian (1)
- MySQL数据库 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 3G开发 (1)
单片机编程 16 16点阵显示汉字原理及显示程序
16 16点阵显示汉字原理及显示程序
#include "config.h"
#define                DOTLED_LINE_PORT        PORTB #define            &nbs ...
软件 道理特分解法
#include "iostream" using namespace std;
class Matrix
{
private:
double** A; //矩阵A
double *b; //向量b
public:
int size;
Matrix(int );
~Matrix();
friend double* Dooli(Matrix& );
void Input();
void Disp();
};
Matrix::Matrix(int x) {
size= ...
单片机编程 c#入门经典第4版全书pdf
《C#入门经典(第4版)》通过C#可以很容易地学习.NET Framework 3.5的强大功能,所以C#是开始您编程生涯的绝佳方式。《C#入门经典(第4版)》全面阐述了C#编程的所有方面,包括C#语言本身、Windows编程、Web编程及数据源的使用等内容。学习了新的编程技巧后,《C#入门经典(第4版)》介绍了如何高效地部署应用程序和服务,论述 ...
单片机编程 EZ-USB FX系列单片机USB外围设备设计与应用
EZ-USB FX系列单片机USB外围设备设计与应用:PART 1 USB的基本概念第1章 USB的基本特性1.1 USB简介21.2 USB的发展历程31.2.1 USB 1.131.2.2 USB 2.041.2.3 USB与IEEE 1394的比较41.3 USB基本架构与总线架构61.4 USB的总线结构81.5 USB数据流的模式与管线的概念91.6 USB硬件规范101.6.1 USB的硬件特性111.6.2 USB接口的电气特 ...
嵌入式综合 红外遥控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 ...
源码 运动会源代码
#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 ...
单片机编程 12864液晶中文资料(电路,程序,图片)
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128&times;64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8&times;4行 ...
源码 学生成绩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 ...