代码搜索:特征码

找到约 10,000 项符合「特征码」的源代码

代码结果 10,000
www.eeworm.com/read/209499/15218137

asv com_decoder_zhang.asv

function [soft_out,ex_info]=com_decoder_zhang(in,app) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/206967/15284756

bas crcmodule.bas

Attribute VB_Name = "CRCModule" '********************************************************************** 'CRC-16 计算法 '计算法就是依据CRC校验码的产生原理来设计程序。 '其优点是模块代码少,修改灵活,可移植性好。其缺点为计算量大。 '********************
www.eeworm.com/read/7569/122497

txt cdrw 6432a w.txt

适用于CRW6432A-1XX,(韧体版本最后一码为W)请使用带光驱驱动的DOS启动盘启动系统后在DOS下刷新,在刷新过程中注意不要掉电。
www.eeworm.com/read/8113/141766

#include #include #include #include /*定义宏来指定控制键的ASCII码值*/ #define ESCGAME 1 #define SHOOT 57 #define MOVELEFT 75 #define MOVERIGHT 77 /*定义潜艇的移
www.eeworm.com/read/10105/181199

c 97.c

#include #include #include #include /*定义宏来指定控制键的ASCII码值*/ #define ESCGAME 1 #define SHOOT 57 #define MOVELEFT 75 #define MOVERIGHT 77 /*定义潜艇的移
www.eeworm.com/read/12198/240104

c 97.c

#include #include #include #include /*定义宏来指定控制键的ASCII码值*/ #define ESCGAME 1 #define SHOOT 57 #define MOVELEFT 75 #define MOVERIGHT 77 /*定义潜艇的移
www.eeworm.com/read/37326/901164

c 97.c

#include #include #include #include /*定义宏来指定控制键的ASCII码值*/ #define ESCGAME 1 #define SHOOT 57 #define MOVELEFT 75 #define MOVERIGHT 77 /*定义潜艇的移
www.eeworm.com/read/27768/990153

16

/*********************************************** 程序功能:扫描4X4键盘并将键值在1602液晶上显示 ------------------------------------------------ 拨码开关设置:将KEY位、LCD位拨至ON,其余拨至OFF 跳线设置:将跳线座J13上的短路帽拔下 --------------------
www.eeworm.com/read/484913/1265060

asm s2.asm

; 将 A 拆为三个 BCD 码, 并存入 Result 开始的叁个单元 Result equ 20h org 0 ljmp Start BinToBCD: mov b, #100 div ab mov Result, a ; 除以 100, 得百位数
www.eeworm.com/read/453586/1640619

bas modmain.bas

Attribute VB_Name = "modMain" '这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。 Dim start As Date Public mOK As String Public mErr As String Public mResult As String, txtOut As String, sData As Str