代码搜索:数字报
找到约 10,000 项符合「数字报」的源代码
代码结果 10,000
www.eeworm.com/read/327688/13067327
txt 键盘扫描verilog代码.txt
今天,第一次在CPLD板上实现了第一个数字电路4×4键盘扫描的verilog 代码,欢迎大家讨论。
// *********************************************************************
// 键盘扫描VerilogHDL代码
//2007.7.26 by Levension @SCUT
// *************
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 = ')