代码搜索:预置数

找到约 10,000 项符合「预置数」的源代码

代码结果 10,000
www.eeworm.com/read/145790/12702469

asp buycar_add.asp

www.eeworm.com/read/246680/12713177

m atken.m

function f = Atken(x,y,x0) syms t; if(length(x) == length(y)) n = length(x); else disp('x和y的维数不相等!'); return; end %检错 y1(1:n) = t;
www.eeworm.com/read/145142/12749730

h rdatabase.h

#include #include #include "Reader.h" const int Maxr=30;//最大读者数 class RDatabase//读者信息库 { int top;//读者记录指针 Reader read[Maxr]; public: RDatabase(); int addreader
www.eeworm.com/read/144618/12780103

text

//以下函数,如果需要时请参考 /* //串行送数 void send(unsigned char y) { unsigned char i; for(i=0;i
www.eeworm.com/read/144618/12780128

c text.c

//以下函数,如有需要时请参考 //串行送数 void send(unsigned char y) { unsigned char i; for(i=0;i
www.eeworm.com/read/144618/12780148

text

//以下函数,如果需要时请参考 /* //串行送数 void send(unsigned char y) { unsigned char i; for(i=0;i
www.eeworm.com/read/144618/12780177

c text.c

//以下函数,如有需要时请参考 //串行送数 void send(unsigned char y) { unsigned char i; for(i=0;i
www.eeworm.com/read/330928/12860665

m ofdm1.m

%ofdm1.m %QPSK调制、AWGN信道下仿真程序 %**********************初始参数*************************** para=52; %并行信道数 fftlen=64; %FFT长度 noc=52; %载波数 nd=6; %每循环中OFDM符号数 ml=2; %调
www.eeworm.com/read/143457/12874438

cpp p4-197.cpp

#include #include #include using namespace std; //返回一个Fibonacci数,其由generate_n()算法调用 int Fibonacci1(void) { static int r; static int f1 = 0; sta
www.eeworm.com/read/142418/12946330

txt yinghang.txt

#include #include #include #include "windows.h" #define MAX_PROCESS 32 //最大进程数 #define MAX_COURCE 64 //最大资源类别 int MAX_FACT_PROCESS;