代码搜索:预置数

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

代码结果 10,000
www.eeworm.com/read/130875/5949715

dat 123.dat

"2","*******","3","*******","11","*******","ABC","*******","A","*******","B","*******","C","*******","1","2","1","2","3","4","5","6","第1列" "第2列" "列数" "行数" "总行数" "标题" "行标1" "行标2" "行标3" "列标" "
www.eeworm.com/read/120962/6070803

asp chan_const.asp

www.eeworm.com/read/186480/6334507

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/162611/6338552

h entity.h

#ifndef _ENTITY_H_ #define _ENTITY_H_ #include "POSITION.H" #define PICK_RADIUS 0.1 // 选取半径 #define ENTITY_NUM 9 // 图元的种类数 enum EEntityType // 图元的类型 { etUnknow = 0, etPoint = 1,
www.eeworm.com/read/494076/6387696

m abspackedheight.m

function AbsPackedHeight % Gas Absorption in Packed Towers % 计算填料吸收塔的总传质单元数NOG % % 采用自适应Lobatto求积(Adaptive Lobatto quadrature)函数quadl()进行数值积分 % % Author: HUANG Huajiang % Copyright 2003 UN
www.eeworm.com/read/493095/6406374

cpp optimizedquicksort.cpp

// youhua.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include // 随机数的函数用到 #include // clock函数要用到 #include
www.eeworm.com/read/492375/6422098

cpp c6.cpp

#include "stdafx.h" #include "iostream" #define _USE_MATH_DEFINES #include "math.h" #include #include #include const int iAgentDim=20;//优化函数的维数 const double iRan
www.eeworm.com/read/489217/6476825

txt 改进music算法.txt

%---------------改进Music算法-----------------------% Sensor=8; Snap=100; %阵元为8,快拍数100 Doa=[10 20 50 60]; %要估计的4个信源角度 S_number=length(Doa); Lambda=0.1; % 波长 d=0
www.eeworm.com/read/489307/6478309

cpp 偶数.cpp

#include void main() { int num; printf("请输入一个数:"); scanf("%d",&num); if(num % 2 ==0) { printf("这个数%d是偶数!",num); } else { printf("这个数%d不是偶数!",num); } }
www.eeworm.com/read/486797/6529371

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;