代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/456194/7354698
txt s3c44b0xadconverterapplication.txt
#include “s3c44b0.h” //头文件
#define MAX_VALUE 0x3FF //数字量最大值
#define MIN_VALUE 0x0//数字量最小值
init _interrupt_handler((unsigned int)IsrIRQ);//中断初始化声明
install_isr_handler(HandlerTIMER0, (
www.eeworm.com/read/451481/7463090
m dnlandinlofad.m
%输出的数字码字采用MATLAB脚本进行分析,从Smartspice仿真软件输出
%的每个数字码字转换为相应的模拟信号。下面是MATLAB计算DNL和INL的
%脚本文件。
clc;
clear;
dataTmp=rand(1024,10);
data=round(dataTmp);
index=size(data);
%Columns for adcdata matrix:
v
www.eeworm.com/read/444712/7608052
m call_dlp2bs.m
%call_dlp2bs.m 数字低通滤波器到数字带阻滤波器
function []=call_dlp2bs(h1,h2)
axes(h1);hold off
plot([0,0],[-1.2,1.2],'linestyle','-.','color','g');hold on
plot([-2,2],[0,0],'linestyle','-.','color','g');axis([-1
www.eeworm.com/read/444712/7608053
m call_dlp2lp.m
%call_dlp2lp.m 数字低通滤波器到数字低通滤波器
function []=call_dlp2lp(h1,h2)
axes(h1);hold off;
plot([0,0],[-1.2,1.2],'linestyle','-.','color','g');hold on
plot([-1.2,1.2],[0,0],'linestyle','-.','color','g')
www.eeworm.com/read/444712/7608055
m call_dlp2hp.m
%call_dlp2lp.m 数字低通滤波器到数字高通滤波器
function []=call_dlp2hp(h1,h2)
axes(h1);hold off;
plot([0,0],[-1.2,1.2],'linestyle','-.','color','g');hold on
plot([-1.2,1.2],[0,0],'linestyle','-.','color','g')
www.eeworm.com/read/444712/7608056
m call_dlp2bp.m
%call_dlp2bp.m 数字低通滤波器到数字带通滤波器
function []=call_dlp2bp(h1,h2)
axes(h1);hold off;
plot([0,0],[-1.2,1.2],'linestyle','-.','color','g');hold on
plot([-1.2,1.2],[0,0],'linestyle','-.','color','g');axi
www.eeworm.com/read/438832/7725820
sh hexconvert.sh
#!/bin/bash
# hexconvert.sh: 将10进制数字转换为16进制数字.
E_NOARGS=65 # 缺少命令行参数错误.
BASE=16 # 16进制.
if [ -z "$1" ]
then
echo "Usage: $0 number"
exit $E_NOARGS
# 需要一个命令行参数.
fi
# 练习: 添加命令行参数检查.
hexc
www.eeworm.com/read/351179/7808790
txt substr.txt
substr()方法用于从字符串中从指定的起始位置选取指定长度的一段字符
Syntax
语法
stringObject.substr(start,length)
start
起始位置
必选项。选取的起始位置。必须为数字。
length
长度
可选项。要选取字符的长度。必须为数字。
substr(start,length)
substring(
www.eeworm.com/read/398720/7927264
h count.h
class count{
Array Char_Array;//存放表达式中的符号
Array digital_Array;//存放表达式中的数字
stack Char_Stack;//计算时表达式中的符号入栈
stack digital_Stack;//计算时表达式中的数字入栈
int frontchar;//表
www.eeworm.com/read/397548/8039852
m dtmf2.m
function DTMF2
s=input( '请输入欲检测的数字个数:');%输入数字个数
l= input( '请输入欲加在数据前面的0值样点数:');
out = zeros(1600*s+1,1);
tab = [ 941 1336;697 1209;697 1336;697 1477;770 1209;770 1336;
770 1477 ;852 1209;852 1336