代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/459606/7272768
pbt da.pbt
Save Format v3.0(19990112)
appname "dtf";
applib "DTF.PBL";
liblist "DTF.PBL";
type "pb";
www.eeworm.com/read/457735/7318580
asm da.asm
;******************************************************************************
;* TMS320C6x ANSI C Codegen Version 4.10 *
;* Date/Time created: Tue Jun 01 19:58
www.eeworm.com/read/457735/7318584
cmd da.cmd
MEMORY
{
BOOTLOAD : origin = 0x00000000, len = 0x400
vecs : origin = 0x00000400, len = 0x200
BUFF3 : origin = 0x00000600, len = 0x04
BUFF4 : origin = 0x00000604, len = 0x04
BUFF5 : o
www.eeworm.com/read/457735/7318598
h da.h
typedef unsigned char BYTE;
typedef unsigned short int WORD;
typedef unsigned int DWORD;
www.eeworm.com/read/457735/7318600
c da.c
#include
#include
#include
//#include
#include "c6211.h"
//#include "da.h"
#include "jpeg.h"
#pragma DATA_SECTION(pData1,".BUFF1")
unsigned int pDa
www.eeworm.com/read/457219/7332045
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/457219/7332072
&&& 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/457219/7332096
&&& 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/457219/7332125
&&& 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/457219/7332183
&&& 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'