代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/457685/7321013
c~ delay.c~
#include "DELAY.h"
//********************************************************************
//函 数 名:DELAY_1MS
//入口参数:ms
//出口参数:无
//建立日期:2007年8月15日
//修改日期:
//函数作用:毫秒级的延时程序
//说 明:
//********
www.eeworm.com/read/454809/7382754
m 例2-39.m
>> A=[1 2 2; -1 2 1;3 5 2];
>> B=[3 4 6;5 8 9;4 5 3];
>> a=A>3 %求A中比3大的数
>> b=(A> c=(A= =B)
www.eeworm.com/read/452865/7431657
c ex.c
//****************Copyright (c)*************
// 成都麟鑫科技有限责任公司
// http://www.linxinpro.com
//******************************************
/*2007年11月19日
矩阵键盘试验及数码管移位显示试验
按键输入0~F的数
www.eeworm.com/read/452212/7445433
m intinti.m
function [pop]=INTinti(num,bounds)
%[pop]=INTinti(num,bounds)
%inti 编码函数
%num 种群数
%bounds 边界约束
n=size(bounds,1);
L=bounds(:,2)-bounds(:,1);
p=rand(num,n);
for i=1:num
p(i,:)=
www.eeworm.com/read/449771/7496753
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/448932/7521709
cpp 4564568_ac_32ms_180k.cpp
#include
#include //due to:qsort
#include
int n;
int stick[100];
int total;
int ns; //一共需要还原出的木棍数ns
int ok;
int len; /
www.eeworm.com/read/446192/7583965
c lcd1602.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define dat 1
#define com 0
#include
#define DP PORTB //模拟数居据总线
#define DR DDRB
#define PP PINB
www.eeworm.com/read/445052/7599977
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/444635/7609807
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/443342/7634394
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;