搜索结果
找到约 237 项符合
Search 的查询结果
按分类筛选
- 全部分类
- 其他 (27)
- Java编程 (25)
- 其他书籍 (18)
- 人工智能/神经网络 (13)
- 数值算法/人工智能 (10)
- 数据结构 (10)
- matlab例程 (10)
- 软件设计/软件工程 (7)
- Linux/Unix编程 (6)
- 开关电源 (6)
- 教育系统应用 (5)
- 单片机开发 (5)
- 数学计算 (5)
- 书籍 (5)
- 压缩解压 (4)
- 汇编语言 (4)
- 文章/文档 (4)
- 书籍源码 (4)
- 编译器/解释器 (4)
- *行业应用 (3)
- 驱动编程 (3)
- 其他数据库 (3)
- 通讯/手机编程 (3)
- Internet/网络编程 (3)
- GPS编程 (3)
- Applet (2)
- Delphi控件源码 (2)
- MySQL数据库 (2)
- JavaScript (2)
- 其他行业 (2)
- VHDL/FPGA/Verilog (2)
- J2ME (2)
- 习题答案 (2)
- 技术资料 (2)
- 资料/手册 (1)
- 电机控制 (1)
- 模拟电子 (1)
- STL (1)
- Windows Mobile (1)
- 游戏 (1)
- 电子书籍 (1)
- 微处理器开发 (1)
- SQL Server (1)
- 通讯编程文档 (1)
- 其他嵌入式/单片机内容 (1)
- 金融证券系统 (1)
- Ajax (1)
- FlashMX/Flex源码 (1)
- 串口编程 (1)
- 网络 (1)
- 编辑器/阅读器 (1)
- Jsp/Servlet (1)
- 中间件编程 (1)
- 医药行业 (1)
- Java书籍 (1)
- 系统设计方案 (1)
- 文件格式 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 行业发展研究 (1)
- 软件 (1)
- 源码 (1)
- VIP专区 (1)
开关电源 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 ...
开关电源 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.
开关电源 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.
开关电源 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.
开关电源 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.
软件 学生成绩查询
#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 ...
源码 学生成绩管理啊
#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( ...
习题答案 单链表习题
链表习题
1. 编程实现链表的基本操作函数。
(1). void CreatList(LinkList &La,int m)
//依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La;
(2). void ListPrint(LinkList La)
 //将单链表La的数据元素从表头到表尾依次显示。
(3).void ListInsert ...
习题答案 单链表习题
1. 编程实现链表的基本操作函数。
(1). void CreatList(LinkList &La,int m)
//依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La;
(2). void ListPrint(LinkList La)
 //将单链表La的数据元素从表头到表尾依次显示。
(3).void ListInsert (LinkList ...
书籍 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 ...