搜索结果

找到约 646 项符合 seg-y 的查询结果

软件工程 关于logistic模型拟合的实验

1.用DATA步建立一个永久SAS数据集,数据集名为xt49,数据见表12;对数据集xt49,用普通最小二乘法建立y与x的回归方程,用多种方法诊断该问题是否存在异方差;如果存在异方差,①建立加权最小二乘回归方程,②用方差稳定变换消除异方差。 ...
https://www.eeworm.com/dl/509530.html
下载: 1
查看: 36

iPhone 随便穿一个

3 636j36 j3 j 3 h3 6y34 y
https://www.eeworm.com/dl/509669.html
下载: 1
查看: 29

其他文档 Manual de Intalacion - Android Studio

androide - caracteristicas y evolucion  Instalacion  Android studio
https://www.eeworm.com/dl/509740.html
下载: 1
查看: 27

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

单片机编程 AVR单片机转速表

/****************************************************************                  外部晶振8M                  PA0~3:四位数码管的位选                  PB0~7:数码管 ...
https://www.eeworm.com/dl/509864.html
下载: 1
查看: 97

C/C++语言编程 计算机图形学实验旋转立方体

可实现立方体绕x,y,z轴旋转,通过键盘按键wasd控制立方体的移动
https://www.eeworm.com/dl/510772.html
下载: 1
查看: 173

嵌入式综合 调光C程序

/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char  pwm=0; char  pwmr=0; char  scw=0;//中断记数 char &nbsp ...
https://www.eeworm.com/dl/512142.html
下载: 3
查看: 132

经验 oracle导库的操作

在导库的时候需要先建立相应的表空间,如果导入时,数据表已经存在,将报错,对该表不会进行导入;加上ignore=y即可,表示忽略现有表,在现有表上追加记录。
https://www.eeworm.com/dl/512548.html
下载: 2
查看: 18

源码 批处理感知器算法

批处理感知器算法的代码matlab w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3;     1,0.9,1.2;1,5.0,6.4;1,3.9,4.0]; w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0;     1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2]; w3=[1,-3.0,-2. ...
https://www.eeworm.com/dl/513321.html
查看: 37

源码 运动会源代码

#include <malloc.h>       #include <stdio.h>       #include <stdlib.h>       #include <string.h>       #define NULL 0    &nbsp ...
https://www.eeworm.com/dl/513814.html
下载: 2
查看: 9