代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/137272/13335889
bin da.bin
www.eeworm.com/read/137272/13335907
asm da.asm
org 0000h
org 0000h
ajmp main
org 0030h
main:
mov sp,#60h
mov r0,#0ffh
mov r1,#0ffh
mov r4,#00h
mov r4,#00h
mov r3,#00h
l: mov r0,#11h
mov r1,#11h
acall send
sjmp l
www.eeworm.com/read/137272/13335923
hex da.hex
www.eeworm.com/read/137244/13337231
paf da.paf
www.eeworm.com/read/137229/13338648
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/137229/13338731
&&& 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/137229/13338804
&&& 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/137229/13338887
&&& 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/137229/13338995
&&& 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'
www.eeworm.com/read/322651/13372063