代码搜索:数字调频

找到约 10,000 项符合「数字调频」的源代码

代码结果 10,000
www.eeworm.com/read/181272/9260798

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "毕业设计数字逻辑电子仿真器.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/374512/9401183

tbw test602.tbw

version 3 c:\documents and settings\administrator\桌面\数字钟\Plus60.vhf Plus60 VHDL VHDL TEST602.xwv Clocked - - 50000000000 ns GSR:false PRLD:false 100000000 CLOCK_LIST_BEGIN CLOCK 100000
www.eeworm.com/read/170114/9818825

c 7-41.c

/*将字符串a与字符串b转换成数字后相加*/ #include main() { char a[]="1000000000"; char b[]=" 234567890"; long c; c=atol(a)+atol(b); printf("c=%d\n",c); }
www.eeworm.com/read/170114/9818862

c 7-40.c

/* 将字符串a 与字符串b转换成数字后相加*/ #include main() { char a[]="–100"; char b[]="456"; int c; c=atoi(a)+atoi(b); printf("c=%d\n",c); }
www.eeworm.com/read/168333/9919847

txt decimaltoenglish.txt

/*{------------------数字转换为英文函数A-------------------------------} 参数介绍:Num(Decimal类型) Cntype(integer类型) 0--通用格式(最高数位Million百万) 1--美式格式(最高数位Trillion万亿) 2--英式格式(最高数位Tr
www.eeworm.com/read/363116/9966991

asp user_come.asp

www.eeworm.com/read/166398/10021940

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "毕业设计数字逻辑电子仿真器.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/161449/10411706

asp user_come.asp

www.eeworm.com/read/470782/6908271

m bpsk.m

% bpsk.m % Simulation program to realize BPSK transmission system % % 这个程序仿真了数字信号的BPSK调制及相关解调, % 传输信道为加性高斯白噪声信道(AWGN) %******************** Preparation part ********************** sr=25600
www.eeworm.com/read/463649/7177230

cpp main.cpp

#include #define SqureEdge 3 using namespace std; struct NumNodeInfo { char NumEle[SqureEdge][SqureEdge];//由数字1、2、3、4、5、6、7、8、0构成,0代表空值 NumNodeInfo *pChildNode[4]; bool isActive;/