代码搜索:特征码
找到约 10,000 项符合「特征码」的源代码
代码结果 10,000
www.eeworm.com/read/275656/10804212
c 36.c
#pragma interrupt_handler timer:7 //TC1溢出中断
#include
#include
#include //自定义字符点阵码文件,存于include目录下#include
www.eeworm.com/read/272062/10972124
svn-base exp_6_31.asm.svn-base
;;;;;任意位数的十六进制转化位压缩BCD码
ORG 0000H
LJMP START
ORG 0100H
START: MOV 30H,#40H
MOV 31H,#50H
MOV 32H,
www.eeworm.com/read/272062/10972194
asm exp_6_31.asm
;;;;;任意位数的十六进制转化位压缩BCD码
ORG 0000H
LJMP START
ORG 0100H
START: MOV 30H,#40H
MOV 31H,#50H
MOV 32H,
www.eeworm.com/read/417350/10993183
txt 05-05.txt
%例5-5 使用char函数将ASCII码转换为字符串。
%解:在“命令窗口“中输入如下命令,并按Enter键确认。
>> t=['Peking University in discrimination debate'
'Middle East has two new leaders '
'Romania, Bulgaria to join
www.eeworm.com/read/438079/7736902
c client.c
//***********从机1代码*******8
#include
#include "Funtion_T.h"
#include "Clicent_Setting.h"
char TTemp;
int ss=2;
int num=1;
void delay_50ms()
{
int s=5000;
while(--s);
}
//***
www.eeworm.com/read/399249/7877724
h tcode.h
/*PC机键盘按键通码与ASCII对照表*/
unsigned char code UnShifted[80][2]=
{
22 ,49,// { 1 }
30 ,50,// { 2 }
38 ,51,// { 3 }
37 ,52,// { 4 }
46 ,53,// { 5 }
54 ,54,// { 6 }
61 ,55,// { 7 }
62 ,56,// {
www.eeworm.com/read/399235/7879288
vhd code3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity code3 is
port(clk : in std_logic;
close : in std_logic;--关锁(拨码开关)
--input : in std_logic;--输入密码
www.eeworm.com/read/399235/7879314
bak code3.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity code3 is
port(clk : in std_logic;
close : in std_logic;--关锁(拨码开关)
--input : in std_logic;--输入密码
www.eeworm.com/read/297073/8055580
c 36.c
#pragma interrupt_handler timer:7 //TC1溢出中断
#include
#include
#include //自定义字符点阵码文件,存于include目录下#include