代码搜索:特征码
找到约 10,000 项符合「特征码」的源代码
代码结果 10,000
www.eeworm.com/read/457494/7324885
m digitizg.m
% digitizg.m 本程序用来产生C/A码并对它进行量化
function code2 = digitizg(n,fs,offset,svnum);
%code-goldcode
%n-numberofsamples
%fs-samplefrequencyinHz;
%off set-delay time in second must be less than 1/fs can n
www.eeworm.com/read/448515/7532691
doc 18b20c程序.doc
/******************************************/
//
// DS18B20温度计C程序
// 2007.06.08
/******************************************/
//使用AT89C2051单片机,12MHZ晶振,用共阳LED数码管
//P1口输出段码,P3口扫描,P
www.eeworm.com/read/443676/7629205
java getfirstletter.java
public class GetFirstLetter {
// 国标码和区位码转换常量
private static final int GB_SP_DIFF = 160;
// 存放国标一级汉字不同读音的起始区位码
private static final int[] secPosvalueList = { 1601, 1637, 1833, 2078,
227
www.eeworm.com/read/438079/7736874
c client2.c
//***********从机2代码*******8
#include
#include "Clicent_Setting.h"
#include "Funtion_T.h"
extern char DS18B20_Data[2];
char TTemp;
int num=0;
void delay_50ms()
{
int s=5000;
www.eeworm.com/read/198407/7936696
_c rtc._c
#include
#include
#ifndef uchar
#define uchar unsigned char
#define uint unsigned int
#endif
#define SD2303 0x64 //SD2303器件IIC识别码
uchar F_Flag;
uchar Table[10]={0
www.eeworm.com/read/298001/7977870
txt 家电远程智能控制程序.txt
―C0 初始化
b
―d01 显示――――
―
―d02
―
―d03
―
―d04
―
―PA1 设为电话码输入模式
―E05 收到振铃就下一步,否则下跳2步
www.eeworm.com/read/141899/12978457
asm noname1'.asm
KEYBUF EQU 35H ;/*键内码
KEY EQU 39H ;/*键显示码
rs BIT P2.2 ;/*LCD模块用*/
rw BIT P2.1 ;/*LCD模块用*/
enable BIT P2.0 ;/*LCD模块用*/
LCDADR EQU 3AH ;/*LC
www.eeworm.com/read/141570/12998906
txt 49.txt
把数字转成英文字
●建立D2T巨集,并把快速键设为Shift + Ctrl + T。
●写入程式码:
Sub D2T()
Dim MyStr As String
MyStr = ActiveCell.Text
If IsNumeric(MyStr) = True Then
ActiveCell.Value = ""
Select Case Len(MySt
www.eeworm.com/read/141242/13029052
cpp key.cpp
//Key.cpp
/*读取键盘*/
# include
int Key(void)
{
union REGS rg;
rg.h.ah=0;
int86(0x16,&rg,&rg); // DOS 调用中断向量
return rg.h.ah; // 返回按键的扫描码
}
www.eeworm.com/read/242302/13075796
txt 如何自动播放背景音乐.txt
你 可 以 将 MMControl1的 Visible属 性 设 置 为 False, 然 后 输 入 下 面 的 代 码 :
Private Sub Form_Load()
MMControl1.Notify = False
MMControl1.Wait = True
MMControl1.Shareable = False