搜索结果

找到约 777 项符合 ieee-Std 的查询结果

文章/文档 LCL filter design

This is ieee transaction paper about LCL filter design
https://www.eeworm.com/dl/507508.html
下载: 2
查看: 44

无线通信 IEEE1394A-2000

IEEE1394分为两种传输方式:Backplane模式和Cable模式。Backplane模式最小的速率也比USB1.1最高速率高,分别为12.5 Mbps 、25 Mbps、50 Mbps,可以用于多数的高带宽应用。Cable模式是速度非常快的模式,分为100 Mbps、200 Mbps和400 Mbps几种,在200Mbps下可以传输不经压缩的高质量数据电影。 IEEE 1394a-2000(FireWire ...
https://www.eeworm.com/dl/508681.html
下载: 2
查看: 112

IEEE论文 漏电保护存在的危险

IEEE 高级会员Massimo Mitolo博士 对RCD性能在各类低压系统中可能存在的危险进行分析
https://www.eeworm.com/dl/509367.html
下载: 1
查看: 43

Linux/uClinux/Unix编程 c语言程序源

#include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...
https://www.eeworm.com/dl/510573.html
下载: 1
查看: 29

图形图像 点云数据平面提取算法matlab程序

对[1]的matlab实现,有所改动,在计算新的点是否属于平面时用点到平面的距离替换MSE,亲测精度不变计算时间大大减少。 referenece [1]Junhao Xiao, Jianhua Zhang and Jianwei Zhang,'Fast Plane Detection for SLAM from Noisy Range Images in Both Structured and Unstructured Environments',IEEE Internation ...
https://www.eeworm.com/dl/511421.html
查看: 157

笔记 编写一个程序,要求用户输入一年12个月每月的降雨总量,并采用一个float数组存储。

程序显示: 一年内总降雨量、平均每月的降雨量、降雨量最大的月份和最小的月份。 #include<iostream> using namespace std; #include<stdlib.h> int main() .. .. .. cout<<"降雨量最小的月份是:"<<minyue<<"月   "<<"降雨量为:"<<min<<endl; } ...
https://www.eeworm.com/dl/517028.html
下载: 3
查看: 1049

源码 数据结构实验

#include <stdio.h>   #include <stdlib.h> ///链式栈      typedef struct node   {       int data;       struc ...
https://www.eeworm.com/dl/517413.html
下载: 2
查看: 48

源码 数据结构实验

#include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...
https://www.eeworm.com/dl/517414.html
下载: 2
查看: 50

软件 道理特分解法

#include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A double *b; //向量b public: int size; Matrix(int ); ~Matrix(); friend double* Dooli(Matrix& ); void Input(); void Disp(); }; Matrix::Matrix(int x) { size= ...
https://www.eeworm.com/dl/517487.html
下载: 2
查看: 30

手册 CC2530中文数据手册完全版

CC2530中文数据手册完全版,2.4GHz IEEE 802.15.4 榓ZigBeeR .梡揑 CC253X 曅忋宯.夝檙曽埬
https://www.eeworm.com/dl/517717.html
下载: 8
查看: 465