代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/160181/10560316
out da.out
www.eeworm.com/read/160181/10560323
c da.c
/************************************************************************************
filename: da.c
版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计者: 戴展波
*****************************
www.eeworm.com/read/159601/10636017
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/159601/10636163
&&& 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/159601/10636277
&&& 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/159601/10636434
&&& 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/159601/10636761
&&& 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/276904/10696395
cs da.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace da
{
///
/// da 的摘要说明。
///
public class da
{
String ConnectionString = System.Configurat
www.eeworm.com/read/276904/10696401
sln da.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "da", "da.csproj", "{9EFA77DA-33F0-47A9-BD39-4C4AEE55F3C6}"
ProjectSection(ProjectDepe