代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/433836/7906886
m atken1.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/433807/7908158
m atken1.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/398613/7933604
randomnumθ
package com.tarena.day03;
import java.util.Arrays;
import java.util.Scanner;
public class RandomNum {
int[] nums = new int[4]; //保存随机生成数
int[] temp = new int[4]; //保存输入的数
www.eeworm.com/read/297734/7998886
m yj8.m
%定义遗传算法参数
Dim=20; %变量维数
NIND=20; %个体数目(Number of individuals)
Preci=20; %变量的二进制位数(Precision of variables)
MAXGEN=100; %最大遗传代数(Maximum number of ge
www.eeworm.com/read/197108/8029011
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/396930/8082607
java bomb.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/*按扭类*/
class Bomb extends JButton
{
public int num_x,num_y; //第几号方块
public int BombRoundCount; //周围雷数
www.eeworm.com/read/296268/8113434
bak format.bak
#include
/* 状态码 */
/* BLANK -1 means not assigned */
#define BLANK -1
#define FINISHED 0
#define RUNNING 1
#define READY 2
#define BLOCKED 3
#define NTCB 10 /* NTCB是系统允许的最多任务数 */
#
www.eeworm.com/read/296268/8113461
c format.c
#include
/* 状态码 */
/* BLANK -1 means not assigned */
#define BLANK -1
#define FINISHED 0
#define RUNNING 1
#define READY 2
#define BLOCKED 3
#define NTCB 10 /* NTCB是系统允许的最多任务数 */
#
www.eeworm.com/read/396252/8118190
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/247132/12680828
searchresults pcsmts.searchresults
---- OS_TICKS_PER_SEC Matches (5 in 4 files) ----
Os_cfg.h (g:\zhouhong\达盛\pcsmts\ucos1\ucosii\inc):#define OS_TICKS_PER_SEC 64 /* 设置1秒中的节拍数 */