代码搜索:数字调频
找到约 10,000 项符合「数字调频」的源代码
代码结果 10,000
www.eeworm.com/read/249802/12471272
dat bookinfo.dat
[General Information]
书名=VHDL 与数字电路设计
作者=卢毅 赖杰编著
页数=487
SS号=0
下载位置=http://192.168.36.205/00/diskjsj/js567/14/!00001.pdg
www.eeworm.com/read/146694/12619264
cpp ex03-11.cpp
//EX03-11.cpp
#include
#include
void main()
{ int number,sum=0;
cout > number;
cout
www.eeworm.com/read/134950/13969757
cpp exp17_2.cpp
// 从输入流中分析出数字串。
#include
#include
void main(){
int getnum(char *);
char buf[100];
while (getnum(buf)){
cout
www.eeworm.com/read/133753/14027706
cpp ex03-11.cpp
//EX03-11.cpp
#include
#include
void main()
{ int number,sum=0;
cout > number;
cout
www.eeworm.com/read/133404/14044886
txt 代码.txt
首先给出完整代码:
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Random;
/**
* @author Gary Chan
*
* 猜数字游戏
*/
public class GuessNumbe
www.eeworm.com/read/428223/8882420
m fangzhen.m
clear all;
%定义参数
B=10e6; % B ——带宽
Fc=10e9; % Fc——载频
Fs=10*B; % Fs——采样率?
T2=10e-6; % T1——脉冲宽度
Tr=375e-6; % Tr——PRT
C=3e8;
%产生线性调频脉冲信号
mu=B/T2;
NT2=[Fs*T2];