代码搜索:数据提取
找到约 10,000 项符合「数据提取」的源代码
代码结果 10,000
www.eeworm.com/read/140057/13113015
m ex0408.m
%用不同线段类型、颜色和数据点形画曲线
x=0:0.1:2*pi;
plot(x,sin(x),'r-.') %用红色点划线画出曲线
hold on
plot(x,cos(x),'b:o') %用蓝色圆圈画出曲线,用点线连接
www.eeworm.com/read/139781/13132876
+
//GetType获得指定名称的数据类型
CustClum.DataType = System.Type.GetType("System.String");
www.eeworm.com/read/323572/13335609
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'Public conn As New ADODB.Connection
Public Server As String
Public UID As String
Public Pwd As String
'定义全局变量query 作为判断frmclient 窗体显示查询的数据还是全体数据
www.eeworm.com/read/137140/13343686
java app7_4.java
// app7_4, 圆形类CCircle
class CCircle //定义类CCircle
{
double pi=3.14; // 将数据成员赋值初值
www.eeworm.com/read/136685/13366246
m exm06064_1.m
figure(2);surf(peaks) %在2号图形窗中生成图形
f=getframe(2); %捕获2号窗的图形数据
figure(1) %打开1号窗
image(f.cdata);colormap(f.colormap) %在1号窗中,重现图形。
www.eeworm.com/read/319387/13452825
txt usb.txt
基于USB总线的高速数据采集系统
摘要:介绍了一种基于USB总线的高速数据采集系统,讨论了USB控制器EZ-USBFX2
www.eeworm.com/read/319335/13453628
m exm06064_1.m
figure(2);surf(peaks) %在2号图形窗中生成图形
f=getframe(2); %捕获2号窗的图形数据
figure(1) %打开1号窗
image(f.cdata);colormap(f.colormap) %在1号窗中,重现图形。
www.eeworm.com/read/313255/13591269
m expjianyan.m
N=100; % 数据长度
tht=10; % 参数thita
x=exprnd(tht,1,N); % 服从指数分布的数据
x1=sort(x);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 累积理论分布F(x)
tht0=mean(x); % 估计理论参数值
for