char

共 416 篇文章
char 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 416 篇文章,持续更新中。

IBM_PC汇编语言程序设计实验教程中第2章全部5个实验,smascii,search,count_char,phone,fibonacci.

IBM_PC汇编语言程序设计实验教程中第2章全部5个实验,smascii,search,count_char,phone,fibonacci.

LED电压表源代码

#include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h" #define uchar unsigned char #define uint unsigned int _Bool KEYC @PB_IDR:4;//COPY _Bool KEYP @PC_I

linux char device driver programming

linux char device driver programming

char44-5 图形Web服务器 提供了本书第4章的图形Web服务器实例的源程序;

\char4\4-5\ 图形Web服务器 提供了本书第4章的图形Web服务器实例的源程序;

char44-2 处理web服务器的记录文件 提供了本书第4章的处理web服务器的记录文件实例的源程序;

\char4\4-2\ 处理web服务器的记录文件 提供了本书第4章的处理web服务器的记录文件实例的源程序;

char33-2 多线程应用 提供了本书第3章的多线程应用实例的源程序;

\char3\3-2\ 多线程应用 提供了本书第3章的多线程应用实例的源程序;

char22-2 文件拆分实例 提供了本书第2章的实例文件拆分实例的源程序;

\char2\2-2\ 文件拆分实例 提供了本书第2章的实例文件拆分实例的源程序;

AVR单片机转速表

/****************************************************************&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp

数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型

数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typ

红外解码程序

/*<br /> &nbsp;* _168ZHONGDUAN2.c<br /> &nbsp;*<br /> &nbsp;* Created: 2014/11/2 15:12:45<br /> &nbsp;* &nbsp;Author: lenovo<br /> &nbsp;*/&nbsp;<br /> <br /> <br /> #include &lt;avr/io.h&gt;<br /> #i

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, &gt;&gt; project.name = MyPro

用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

#include&lt;reg51.h&gt;<br /> #define uchar unsigned char<br /> #define uint unsigned int<br /> uint i,j;<br /> sbit dula=P2^6;<br /> sbit wela=P2^7;<br /> <br /> uchar code table[]={0x3f,0x06,0x5b,0x

三星照相模块驱动。linux/char下

三星照相模块驱动。linux/char下,linux 2.6与linux 2.4下都使用

* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this

* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() retu

学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include &lt;stdio.h&gt; #include &lt;unistd.h&gt; #include &lt;fcntl.h&gt; int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =op

C语言用户注册及登录

#include&lt;stdio.h&gt;<br /> #include&lt;stdlib.h&gt;<br /> #include&lt;conio.h&gt;<br /> #include&lt;string.h&gt;<br /> <br /> main(void)<br /> { &nbsp; char new_name[4], name[4];<br /> &nbsp; &nbsp

单片机课程设计

#include&lt;reg52.h&gt;&nbsp;<br /> #include&lt;intrins.h&gt;<br /> <br /> #define LED P0<br /> <br /> sbit KEY0=P2^0; &nbsp;//定义按键输入端口 A &nbsp;&nbsp;<br /> sbit KEY1=P2^1; &nbsp;//定义按键输入端口 B &nbsp;&n

4、 编写一个过程。要求:有一个输入参数和一个输出参数

4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province var

4×4键盘 小键盘的输入函数 版本:1.0 Target:89S51 函数描述: char gotkey(void)

4×4键盘 小键盘的输入函数 版本:1.0 Target:89S51 函数描述: char gotkey(void)

使用mediastreamer2的g711common.h. unsigned char s16_to_alaw(int pcm_val). 将16bit的原始样本encode 成为8bit的a-la

使用mediastreamer2的g711common.h. unsigned char s16_to_alaw(int pcm_val). 将16bit的原始样本encode 成为8bit的a-law码.