代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/233236/14162337
v da.v
module DA(DAT,CLK,LOAD,LDAC,OUT);
output DAT,CLK,LOAD,LDAC;
reg DAT,CLK,LOAD,LDAC;
input[7:0]OUT;
reg[7:0] i;
always@(OUT)
begin
CLK=0;
DAT=1;
LOAD=1;
LDAC=1;
DAT=0;
CLK=1;
CLK=
www.eeworm.com/read/233236/14162366
bsf da.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/227041/14443511
dsn da仿真.dsn
www.eeworm.com/read/225991/14506606
gmo da.gmo
www.eeworm.com/read/225991/14506674
po da.po
# Danish translations of gEdit
# Copyright (C) 1999 Free Software Foundation, Inc.
# Birger Langkjer , 1999.
# Kenneth Christiansen , 1999-2000
# Keld Simo
www.eeworm.com/read/124842/14534236
m da.m
%
% Data Analysis Toolbox
%
% Version 3.0
%
% (c) 1994-1995 H.Hiden & A.Mitchell
%
%
% Dept. of Chemical and Process Eng
www.eeworm.com/read/124842/14534284
&&& da_load.&&&
function [data,data_loaded]=da_load
%
% [data]=da_load
%
% Displays a file dialog box and
% loads the specified file into
% memory.
%
% data=0 if the loading procedure
% was unsuccesful or in
www.eeworm.com/read/124842/14534338
&&& da_text.&&&
function [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Useage:
% [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Prints a text object with the following attributes
%
% window : w1
% position: x,y
% size
www.eeworm.com/read/124842/14534390
&&& da_init.&&&
%
% Initialisation of all variables
%
clear all
more off;
data_loaded=0;
df_name=0;
df_path=0;
df_len=0;
df_ent=0;
output_var=0;
pcs_calculated=0;
pc2d_plot=1;
pc3d_plot1=1;
pc3d_plot2
www.eeworm.com/read/124842/14534506
&&& da_front.&&&
%
% Set up the screen
%
clg;
drawnow;
if data_loaded==1
set(w1,'NumberTitle','off','Name',['DATA ANALYSIS TOOLBOX - Current data file=' dfile_name]);
else
set(w1,'NumberTitle','off','Name'