代码搜索:数字中频
找到约 10,000 项符合「数字中频」的源代码
代码结果 10,000
www.eeworm.com/read/265031/11285417
h bigint.h
// bigint.h: interface for the bigint class.
//定义一个超高精度的类bigint,用以实现超过20位有效数字整型数值的运算,并具有
//兼容已有整型数据int的能力,能与int数据混合运算。
//////////////////////////////////////////////////////////////////////
#i
www.eeworm.com/read/264889/11295862
cpp 11_4.cpp
#include
using namespace std;
int IntNum()
{ char ch; int n;
while (cin.get(ch)) //字符是数字,放回cin流中使其可以作为完整整数读入
if (ch >= '0' && ch > n; break;
www.eeworm.com/read/264473/11311915
c 7-39.c
/* 将字符串a 与字符串b转换成数字后相加*/
#include
main()
{
char *a="–100.23";
char *b="200e-2";
float c;
c=atof(a)+atof(b);
printf("c=%.2f\n",c);
}
www.eeworm.com/read/264066/11330975
m dlvboqi.m
clear
handles=figure('name','数字滤波器设计演示');
set(handles,'unit','normalized','position',[0.1,0.2,0.5,0.5]);
set(handles,'defaultuicontrolunits','normalized');
%坐标轴y一用来绘制低通滤波器
haxes1=axes('positi
www.eeworm.com/read/264057/11331285
frm form1.frm
VERSION 5.00
Object = "{C1A8AF28-1257-101B-8FB0-0020AF039CA3}#1.1#0"; "MCI32.OCX"
Begin VB.Form Form1
Caption = "数字报数"
ClientHeight = 1995
ClientLeft = 5820
Cl
www.eeworm.com/read/263248/11370033
m cirshift.m
function y = cirshift(x,m,N)
%《数字信号处理教程——MATLAB释义与实现》子程序
% 循环移位子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [y] = cirshift(x,m,N)
% -------------------------------------------------------------------
%
www.eeworm.com/read/406138/11448953
java printint.java
/**一个健壮的数字打印程序;
* 一个可以打出任何进制的程序。
* */import java.io.BufferedReader;
import java.io.InputStreamReader;
public final class PrintInt {
private static final String DIGIT_TABLE="0123456789abcdef
www.eeworm.com/read/404231/11489702
h avsdeclib.h
/*************************************************************************
AVS1-P2视频解码器源码
版权所有:联合信源数字音视频技术(北京)有限公司, (c) 2005-2006
AVS1-P2 Video Decoder Source Code
(c) Copyright, NSCC All R
www.eeworm.com/read/404231/11489703
h block.h
/*************************************************************************
AVS1-P2视频解码器源码
版权所有:联合信源数字音视频技术(北京)有限公司, (c) 2005-2006
AVS1-P2 Video Decoder Source Code
(c) Copyright, NSCC All R
www.eeworm.com/read/404231/11489704
h define.h
/*************************************************************************
AVS1-P2视频解码器源码
版权所有:联合信源数字音视频技术(北京)有限公司, (c) 2005-2006
AVS1-P2 Video Decoder Source Code
(c) Copyright, NSCC All R