搜索结果

找到约 237 项符合 Search 的查询结果

开关电源 C9012数据手册

C9012 amplifier transistors PNP silicon. This document describes the features of C9012 PNP silicon. You can check or search the characteristics of this transistor by this document and decide whether the transistor you need. Further, this document is described in Chin ...
https://www.eeworm.com/dl/512379.html
下载: 2
查看: 68

开关电源 9013数据手册

This document describes the features of 9013. You can check or search the characteristics of this transistor by this document and decide whether the transistor you need.
https://www.eeworm.com/dl/512380.html
下载: 2
查看: 152

开关电源 MMBT2907数据手册

This document describes the features of 2907. You can check or search the characteristics of this transistor by this document and decide whether the transistor you need.
https://www.eeworm.com/dl/512381.html
下载: 3
查看: 59

开关电源 MMBT2907ALT1数据手册

This document describes the features of MMBT2907ALT1 silicon. You can check or search the characteristics of this transistor by this document and decide whether the transistor you need.
https://www.eeworm.com/dl/512382.html
下载: 2
查看: 67

开关电源 MMBT4401数据手册

This document describes the features of MMBT4401 silicon. You can check or search the characteristics of this transistor by this document and decide whether the transistor you need.
https://www.eeworm.com/dl/512383.html
下载: 3
查看: 64

软件 学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...
https://www.eeworm.com/dl/513824.html
查看: 10

习题答案 单链表习题

链表习题 1. 编程实现链表的基本操作函数。 (1). void CreatList(LinkList &La,int m) //依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La; (2). void ListPrint(LinkList La)  //将单链表La的数据元素从表头到表尾依次显示。 (3).void ListInsert ...
https://www.eeworm.com/dl/516094.html
下载: 2
查看: 31

习题答案 单链表习题

1. 编程实现链表的基本操作函数。 (1). void CreatList(LinkList &La,int m) //依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La; (2). void ListPrint(LinkList La)  //将单链表La的数据元素从表头到表尾依次显示。 (3).void ListInsert (LinkList ...
https://www.eeworm.com/dl/516095.html
下载: 3
查看: 46

书籍 Digital+Communication+over+Fading+Channels 1st

Regardless of the branch of science or engineering, theoreticians have always been enamored with the notion of expressing their results in the form of closed-form expressions. Quite often, the elegance of the closed-form solution is overshadowed by the complexity of its form and the difficulty in ev ...
https://www.eeworm.com/dl/521881.html
查看: 45