代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/388154/8632064
mdl koe_code_one.mdl
Model {
Name "koe_code_one"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/387761/8655792
css style.css
/* 全局定义 */
body,td,div,p{color:#1A438E;font:normal 12px/20px Tahoma,Verdana,sans-serif;}
p{margin:0px; padding:0px;}
body{background:#73a3d4; margin:5px 5px; padding:0px;}
BODY {
SCROLLBAR-FACE-
www.eeworm.com/read/431743/8657118
c rtc.c
/*******************************************************************/
/* TITLE : rtc.c */
/* DATE : 30, JULY 1998
www.eeworm.com/read/287843/8665393
m ip_04_05.m
% ip_04_05.m added for spar
clear
a=[-10 -5 -4 -2 0 1 3 5 10];
[y,dist]=mse_dist('normal',a,0.01,0,1)
www.eeworm.com/read/431613/8665633
m ip_04_05.m
% ip_04_05.m added for spar
a=[-10 -5 -4 -2 0 1 3 5 10];
[y,dist]=mse_dist('normal',a,0.01,0,1)
www.eeworm.com/read/287361/8690090
m clear_all2d.m
function clear_all2D
uu=findobj(gcf,'type','line');
nobj = length(uu);
for i=1:nobj
set(uu(i),'EraseMode','normal');
set(uu(i),'Xdata',[],'Ydata',[]);
set(uu(i),'EraseMode','none');
www.eeworm.com/read/430776/8728789
m rri_orient_ui.m
% Return orientation of the current image:
% orient is orientation 1x3 matrix, in that:
% Three elements represent: [x y z]
% Element value: 1 - Left to Right; 2 - Posterior to Anterior;
% 3 -
www.eeworm.com/read/429877/8784444
m rcs_frustum.m
function [rcs] = rcs_frustum (r1, r2, h, freq, indicator)
% This program computes the monostatic RCS for a frustum.
% Incident linear Polarization is assumed.
% To compute RCP or LCP RCS one must u
www.eeworm.com/read/286020/8794621
c keyboard.c
/*********************************************************************************************
* File: keyboard.c
* Author: embest
* Desc: keyboard source code
* History:
***********************
www.eeworm.com/read/286020/8794651
c rtc.c
#include "..\..\common\44blib.h"
#include "..\..\common\44b.h"
#include "..\..\common\rtc.h"
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_tick;
vola