代码搜索:试验数据
找到约 10,000 项符合「试验数据」的源代码
代码结果 10,000
www.eeworm.com/read/353478/10443982
txt readme.txt
串口大师(ComMaster) For Win2000/XP 是一款集调试,测试,监视,过滤一体的串口专用软件(利用Win2k WDM设备驱动编程技术).
软件性质: 共享软件. 串口监视/过滤的功能有使用次数限制,串口调试,串口测试完全免费.
软件版本: 1.1
调试功能设置丰富,测试功能非常专业,监视功能可以监视通信程序对串口的访问流程,过滤可以对串口数据流进行更改.
串口调试/测试要 ...
www.eeworm.com/read/161098/10451490
m ex0807.m
%写入数据到MAT文件中并读取数据
x1=1:10;
[fid,message]=fopen('Ex0805.mat','a') %打开文件添加数据
count1=fwrite(fid,x1) %写入数据
x2=11:15;
count2=fwrite(fid,x2) %添加数据
status=fclose(fid)
fid=fopen('Ex0805.mat','
www.eeworm.com/read/424368/10457061
m loadiris.m
function [iris,irisc] = loadiris();
% 载入IRIS数据
%iris:4*150的矩阵包括150个样本
%irisc:1*150包含每个样本的序号
load iris.txt;
irisc = iris(:,1)';
iris = iris(:,3:6)';
www.eeworm.com/read/424367/10457094
m loadiris.m
function [iris,irisc] = loadiris();
% 载入IRIS数据
%iris:4*150的矩阵包括150个样本
%irisc:1*150包含每个样本的序号
load iris.txt;
irisc = iris(:,1)';
iris = iris(:,3:6)';
www.eeworm.com/read/424256/10477853
txt 说明.txt
本例登录用户名和密码默认为:
1. 教师身份 admin 111 见数据库的Admin表
2. 学生身份 张三 9811101 见数据库的Student表
www.eeworm.com/read/352682/10525787
h ad977.h
#ifndef _AD977_H_
#define _AD977_H_
#define uint unsigned int
#define uchar unsigned char
sbit PinPWRD = P0^0;
sbit PinBUSY = P0^1;
sbit PinRC = P0^2;
sbit PinDATA = P0^3;
www.eeworm.com/read/352680/10525986
h fyd12864.h
#ifndef _FYD12864_H_
#define _FYD12864_H_
#define uint unsigned int
#define uchar unsigned char
sbit PinRW = P2^0;
sbit PinRS = P2^1;
sbit PinRST = P2^2;
sbit PinE = P2
www.eeworm.com/read/352649/10531592
h fyd12864.h
#ifndef _FYD12864_H_
#define _FYD12864_H_
#define uint unsigned int
#define uchar unsigned char
sbit PinRW = P2^0;
sbit PinRS = P2^1;
sbit PinRST = P2^2;
sbit PinE = P2
www.eeworm.com/read/160329/10543674
h ch375dll.h
// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07.15, 2005.08.17
//****************************************
//** Copyright (C) W.ch 1999-2005 **
/