-
-
[
Visual C++ (VC++)]
JSWB--WANGHUA.rar
Powerful input method, strongly recommend, a combination of five with the alphabet, with a strong input control function and sensitivity.
-
[
C/C++]
trh031v1.zip
... 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 configuration for ATMEGA8-16AU ...
-
[
Others]
fusionandregistration.zip
... ) has become an attractive tool for fusing multimodal images. In this work it has been used to segment the features of the input images to produce a region map. Features of each region are calculated and a region based approach is used to fuse the images ...
-
[
DOS]
11.rar
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 ...
-
-
-
[
VHDL]
AIC.rar
... voice AD, DA conversion chip AIC23, FPGA/CPLD system clock for the 24.576MHz 1, AIC system clock is 12.288MHz, SPI clock is 6.144MHz 2, AIC is in master mode 3, input bit length 16bit output bit length 16bit MSB first 4, frame synchronization at 96KHz
-
-
[
C/C++]
redundantpaths.rar
... paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all ... -disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a ...
-
[
C/C++]
cycles.rar
... a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.