代码搜索:音频数字
找到约 10,000 项符合「音频数字」的源代码
代码结果 10,000
www.eeworm.com/read/241558/13135832
java password.java
package book.string;
import java.security.MessageDigest;
/**
* 对密码进行加密和验证的程序
*/
public class Password {
/** 十六进制下数字到字符的映射数组 */
private final static String[] hexDigits = { "0", "1", "2
www.eeworm.com/read/310320/13653587
cpp lexer.cpp
#include"init.h"
void parse()
{
char ch, *arr="";
char filenamein[20],filenameout[20];
int i=0,j=0,count=0;
FILE *fpin , *output;
int type[]={0,1,2,3}; /* 关键字,标示符,数字,符号*/
www.eeworm.com/read/482655/6620697
m firlp.m
% Example 10.10
% FIR低通滤波器
% The command freqz is used in this m-file. This command requires the
% Signal Processing Toolbox.
Wc = .4; %数字滤波器的截止频率
N = input('Input length of FIR filter, N = ')
www.eeworm.com/read/482655/6620698
asv firlp.asv
% Example 10.10
% FIR低通滤波器
% The command freqz is used in this m-file. This command requires the
% Signal Processing Toolbox.
Wc = .4; %数字滤波器的截止频率
N = input('Input length of FIR filter, N = ')
www.eeworm.com/read/158663/11593493
asm clockok.asm
;实用单片机电子钟的制作6位数字钟。
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c51.