代码搜索:预置数

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

代码结果 10,000
www.eeworm.com/read/479650/6689678

cpp p3-140.cpp

#include #include #define MAX 30 //main()的定义 int main(void) { char str[MAX],*p; //从键盘上输入int数 cout
www.eeworm.com/read/479650/6689728

cpp p1-6.cpp

#include //包含iostream.h头文件 main() { //声明整型变量 int a,b; //从键盘上为整型变量赋值 couta; coutb; //整型数的算术运算 cout
www.eeworm.com/read/476406/6761066

f90 ex0814.f90

program ex0814 implicit none real a,b common a,b ! 把浮点数a,b放在全局变量中 a = 1.0 b = 2.0 call ShowCommon() stop end subroutine ShowCommon() implicit none real a(2) common a ! 把数
www.eeworm.com/read/410754/11270373

c float.c

float float_convert_float(unsigned char *p); //待输入的数 union { float f; unsigned char c[4]; unsigned long int li; }floatxx; //输出的数据 union { float f; unsigned char c[4]; unsigned long
www.eeworm.com/read/409260/11339056

f90 ex0814.f90

program ex0814 implicit none real a,b common a,b ! 把浮点数a,b放在全局变量中 a = 1.0 b = 2.0 call ShowCommon() stop end subroutine ShowCommon() implicit none real a(2) common a ! 把数
www.eeworm.com/read/408485/11386593

c updateexample.c

/*********************************************************************** * * 案例三、验证 DDL和DML中的insert, update, delete语句的使用 * * 拓展:1、当插入的值中有单引号该如何处理 * 2、如何获得更新、删除影响的记录数 * * **********
www.eeworm.com/read/405817/11456413

cpp 覆盖的面积(线段树矩形交).cpp

//线段树维护,求矩形交 #include #include #include using namespace std; struct node { double l,r; node * pl, * pr; double len;//测度,求矩形并 int cover;//完全覆盖数 double rel
www.eeworm.com/read/405263/11467322

m example5_42.m

function ObjVal = objharv(Chrom,sswitch); % 目标函数的维数 Dim = 20; % 参数设置 a = 1.1; x0 = 100; xend = x0; XENDWEIGHT = 0.4/(Dim^0.6); % 种群的大小 [Nind,Nvar] = size(Chrom); % 种
www.eeworm.com/read/403373/11518468

m box_frac_dem.m

function fd=box_frac_dem(X); % 差分盒维数 % Example: % X=double(imread('rice.tif')); % fd=box_frac_dem(X); % Author email of the program:% zjliu2001@163.com % % Reference: % Sarkar N,
www.eeworm.com/read/401817/11548842

h gaonkp.h

#include "Matrix.h" #include #ifndef GAONKP_H_H #define GAONKP_H_H class CGAonKP { public: double (*Element)[2]; //财宝存储 double* adaptive_value;//适应值 double* Wheel; //轮盘数