代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/410312/11293218
hex da.hex
:10000300E4FEEED39F500F00E4FDEDD39F500400B8
:060013000D80F70E80ECE9
:0100190022C4
:10001A0075A0F7007580F80075A0E7E4F5807F64A5
:07002A00120003058080F7BE
:03000000020031CA
:0C003100787FE4F6D8FD758
www.eeworm.com/read/410160/11300130
cmd da.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=8000h,l=1000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
www.eeworm.com/read/410160/11300131
paf da.paf
www.eeworm.com/read/410160/11300134
pjt da.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-LF2407-AE\lab0306-Dac\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool=
www.eeworm.com/read/410160/11300144
c da.c
#include "2407c.h"
void Delay(int nDelay); /* 延时子程序 */
#define test 0x9000
ioport int port0;
ioport int port1;
main()
{
unsigned int uWork;
int i;
*WDCR=0x6f;
www.eeworm.com/read/264420/11315510
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/264420/11315558
&&& 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/264420/11315606
&&& 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/264420/11315657
&&& 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/264420/11315736
&&& 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'