搜索结果
找到约 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)
嵌入式/单片机编程 #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
单片机开发 c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
extern unsigned char xdata currenttime[16]={0}
extern unsigned char xdata settime[16]={
0x00, // control regesiter 1
0x00, // control regesiter 2
0x01, / ...
Ajax [解决方法] 对上述程序改动如下: 发送端: MMM SendBag ZeroMemory(&SendBag,sizeof(SendBag)) .............
[解决方法]
对上述程序改动如下:
发送端:
MMM SendBag
ZeroMemory(&SendBag,sizeof(SendBag))
.............
int send = 0
while(send<sizeof(MMM))
{
int nCharSend=send(m_hSocket,(char*)(&SendBag+send),sizeof(MMM)-send,0)
send+=nCharSend
}
接收端:
MMM RecvBag
ZeroMemory(&RecvBag ...
单片机编程 51单片机驱动步进电机(含电路图和C语言源程序代码)
51单片机驱动步进电机(含电路图和源程序代码)
源程序:stepper.c stepper.hex /* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */ #i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.h register unsigned char j,flag1,temp; registe ...
单片机开发 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010
基于单片机的10根线束线缆检测器的源程序
#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
//#pragma interrupt INTTM010 isr_INTTM000
#pragma interrupt INTTM80 isr_INTTM80
//#pragma interrupt INTTMH1 isr_INTTMH1
#pragma section @@CNST OPT AT 80H
const char OPTION=0x94
typedef unsigned char uchar
t ...
游戏 五子棋小游戏#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] ...
编译器/解释器 编译原理词法和语法分析
编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。 ...
技术资料 车牌文字识别
车牌识别软件需要车牌的字体信息。 作者根据《GA36-2007中华人民共和国机动车号牌》 编写了车牌字体模块。
整个模块只有一个入口函数:
bool LPRFontGet(char character,int x,int y)
在本文稍后的代码中前半部分就是这个函数的实现。 后半部分是使用这个函数的一个例子。 ...
单片机编程 单片机C语言(for)延时计算
C程序中可使用不同类型的变量来进行延时设计。经实验测试,使用unsigned char类型具有比unsigned int更优化的代码,在使用时应该使用unsigned char作为延时变量。&nbsp; 以某晶振为12MHz的单片机为例,晶振为12MHz即一个机器周期为1us。&nbsp;
...
源码 TM1638驱动显示例程
#define TM1638_STB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit1
#define TM1638_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit2
#define TM1638_DIO_IN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DDRC_Bit3=0 ...