搜索结果
找到约 647 项符合
Output job 的查询结果
文章/文档 3rd Generation Partnership Project Technical Specification Group Radio Access Network Spatial ch
3rd Generation Partnership Project
Technical Specification Group Radio Access Network
Spatial channel model for
Multiple Input Multiple Output [MIMO] simulations
软件工程 For the practicing programmer with little time to spare, Essential C++ offers a fast-track to learn
For the practicing programmer with little time to spare, Essential C++ offers a fast-track
to learning and working with C++ on the job. This book is specifically designed to bring
you up to speed in a short amount of time. It focuses on the elements of C++
programming that you are most likely to enc ...
其他嵌入式/单片机内容 This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogi
This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU.
The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0.
project : RFID Reader V2.0
Target : MEGA8-16AU
Crystal: 16.000 Mhz
Input : TRH031M RFID 13.56MHz
Output : RS232C 115200,N,8,1
Compiler : ICC-AVR V6.26C
// Pin co ...
Java编程 ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and s
ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and software consultants. This application maintains electronic database comprising of job applicants, clients and employers. User of this system can create and access details of all the information using ...
其他书籍 DESCRIPTION The DCP0105 family is a series of high efficiency, 5V input isolated DC/DC converters.
DESCRIPTION
The DCP0105 family is a series of high efficiency, 5V
input isolated DC/DC converters. In addition to 1W
nominal galvanically isolated output power capability,
the range of DC/DCs are also fully synchronizable.
The devices feature thermal shutdown, and overload
protection is implemented ...
嵌入式/单片机编程 使用FPGA/CPLD设置语音AD、DA转换芯片AIC23
使用FPGA/CPLD设置语音AD、DA转换芯片AIC23,FPGA/CPLD系统时钟为24.576MHz
1、AIC系统时钟为12.288MHz,SPI时钟为6.144MHz
2、AIC处于主控模式
3、input bit length 16bit output bit length 16bit MSB first
4、帧同步在96KHz
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
其他 Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the ...
其他 In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights o
In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric, you have find out ...
其他 Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a pr
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be ...