代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/486962/6521571
npl firmware.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT Firmware
DESIGN firmware Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDT
www.eeworm.com/read/486385/6540781
asy mc8051_ram.asy
Version 4
SymbolType BLOCK
RECTANGLE Normal 32 0 320 272
PIN 0 48 LEFT 36
PINATTR PinName addr[6:0]
PINATTR Polarity IN
LINE Wide 0 48 32 48
PIN 0 80 LEFT 36
PINATTR PinName din[7:0]
PINATT
www.eeworm.com/read/486157/6544747
c inituart.c
//=============================================
//filename :initUart
//description :Init the Uart port
//author :kaka,sn.kaka@yahoo.com
//=============================================
#include "
www.eeworm.com/read/485060/6571867
eqn twototen.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/485060/6571876
eqn twototen.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/484893/6575956
asv plot_axis_params1.asv
% plot_axis_params1.m
% 根据设置参数来设置的示例
x=logspace(-2,0,500);
y=(sin(1./x).^3)./x;
% 绘制一:normal
subplot(2,2,1);
plot(x,y);
axis normal;
grid on;
title('figure1: normal');
% 绘制二:y-logx
subplot(
www.eeworm.com/read/484893/6575980
m plot_axis_params.m
% plot_axis_params.m
% plot函数坐标轴参数的设置示例
% 绘制参数化的椭圆
t=[0:pi/50:2*pi]';
x=4*sin(t);
y=5*cos(t);
% 绘制一:normal
subplot(2,2,1);
plot(x,y);
axis normal;
grid on;
title('figure1: normal');
% 绘制二:
www.eeworm.com/read/484509/6578522
js c_contentdiv.js
//经销商
function shojxs(id){
document.getElementById('jxs1').style.display='none';
document.getElementById('jxs2').style.display='none';
document.getElementById('jxs3').style.display='none';
document.g