Welcome![Sign In][Sign Up]
Location:
Search - parallel

Search list

[Algorithm18-2

Description: 矩阵向量乘法并行计算c语言程序,行带状划分。-Matrix vector multiplication parallel computing c language program, the zonal division.
Platform: | Size: 3072 | Author: 我依然在 | Hits:

[source in ebookst7565

Description: edb430和液晶显示屏(st7565)并口连接实例-edb430 and liquid crystal display (st7565) parallel port connection examples
Platform: | Size: 211968 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSJTAG

Description: This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel III or Altera ByteBlasterMV/
Platform: | Size: 3072 | Author: xlz | Hits:

[MPImultisp

Description: 使用MPI编写一个并行程序,利用遗传算法来解决旅行商问题。-The use of MPI to prepare a parallel process, the use of genetic algorithm to solve the traveling salesman problem.
Platform: | Size: 53248 | Author: pim | Hits:

[Other systems200591410549603

Description: 用VC实现PC并行端口数字信息的输入/输出 目前,在实验室和工业应用的各种控制系统中,串口是常用的计算机与外部控制系统之间的数据传输通道。由于串行通信方便易行,所以应用广泛。但是使用串行通信,在实时性、速度、数据量等方面受到限制。而计算机的并行端口传输数据时是一次性传送8个位(一个字节)或更多,由于传输量较大,因此数据的传输速度要比串口快,在许多必须讲究传输速度的控制系统里,用PC并行端口与之连接就是一个很好的解决方案 -With VC realize PC parallel port digital information input/output current, in the laboratory and industrial applications of the various control systems, serial port is commonly used in computer control systems and external data transmission channel between. Due to the convenient option of serial communication lines, so a wide range of applications. However, the use of serial communication, in real-time, speed, data volume, etc. is restricted. The computer
Platform: | Size: 56320 | Author: wangshan | Hits:

[VHDL-FPGA-VerilogPall_FIR

Description: FIR低通滤波器得设计,采用并行算法设计-FIR low-pass filter was designed in parallel algorithm design
Platform: | Size: 2004992 | Author: luyingc | Hits:

[matlabGuideandMeasurementReportofUsingpMatlab

Description: pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These two documents summary the usage of pMatlab and running time measurements on three simple Monte Carlo simulation codes.
Platform: | Size: 58368 | Author: wei yu | Hits:

[JSP/JavamyApriori

Description: 数据挖掘中并行关联规则中经典Apriori算法的Java源代码实现。-Parallel data mining association rules in the classical Apriori algorithm realize the Java source code.
Platform: | Size: 4096 | Author: 张国祥 | Hits:

[Communication-Mobileserialparallel

Description: BCH编码器并行8路实现,速率达到300M以上-BCH encoder realize 8-channel parallel, the rate reached more than 300M
Platform: | Size: 2048 | Author: 张凯斌 | Hits:

[Com PortUARTchuli

Description: UART 处理的是并行数据转换为串行信号和串行信号转换为并行数据。现有的时钟不精确,这就需要用一个远高于波特率的本地时钟信号对输入信号不断采样,以不断让接收器与发送器保持同步。-UART to handle is the parallel data into a serial signal and serial signal is converted to parallel data. Existing imprecise clock, which requires a much higher than the baud rate of the local clock signal for sampling the input signal continuously to continuously allow the receiver to maintain synchronization with the transmitter.
Platform: | Size: 1024 | Author: xuye | Hits:

[Internet-NetworkPOC

Description: a parallel output controller(handshake protocol)-a parallel output controller (handshake protocol)
Platform: | Size: 4096 | Author: humengwei | Hits:

[Com PortChuanKou

Description: 这是一个汽车压力检测系统,利用RS232串口进行通信,并在可编程并行接口芯片8255A上进行编程,用到了查询方式A/D转换器接口电路及数据采集程序设计原理等-This is a car pressure detection system, using RS232 serial communications and programmable parallel interface 8255A programmable chips, used in the query mode A/D converter interface circuit and data acquisition procedures, such as design principles
Platform: | Size: 3857408 | Author: 方允福 | Hits:

[MPIfft_new

Description: 并行分块的fft实现 基于斯坦福大学Imagine模拟器开发设计的FFT并行分块实现-Fft parallel sub-block-based simulator developed at Stanford University Imagine design block realize parallel FFT
Platform: | Size: 27648 | Author: | Hits:

[VHDL-FPGA-Verilog8255_IO_vhdl

Description: VHDL语言设计 8255并行I/O接口芯片-VHDL Language Design 8255 Parallel I/O interface chip
Platform: | Size: 1024 | Author: weixj | Hits:

[Data structsduoxianchengpaixu

Description: 利用多线程并行执行三种排序算法(冒泡排序、快速排序、归并排序),并比较三种排序算法的执行速度 uuhorse-The use of multi-threaded implementation of three parallel sorting algorithms (bubble sort, quick sort, merge sort), and compare the three types of sorting algorithm execution speed uuhorse
Platform: | Size: 5120 | Author: Whitehorse32 | Hits:

[Software EngineeringLCD12232

Description: lcd12232F中文液晶并口测试程序,网上大多都是LCD12232资料上的程序,这是自己写的-Chinese LCD lcd12232F parallel test procedures, on-line information on LCD12232 most of the procedures, which is written in their own
Platform: | Size: 2048 | Author: 乔增 | Hits:

[SCM74hc164

Description: 利用74HC164串口转并口驱动2位数码管-Using 74HC164 serial to parallel port drives two digital tube
Platform: | Size: 1024 | Author: 欧先生 | Hits:

[AI-NN-PRGA

Description: 遗传算法的应用,包含了普通的遗传算法、该进的遗传算法及并行遗传算法-Application of genetic algorithms, including the ordinary genetic algorithm, the Progressive genetic algorithm and parallel genetic algorithms
Platform: | Size: 665600 | Author: 章鱼 | Hits:

[MPIMPIPoisson

Description: Jacobi迭代法求解Poisson方程的MPI并行编程。可以接受参数作为问题剖分大小,能自动根据问题规模选择合适的任务划分(行、列、块)。速度不错。精度及问题函数可以自己在编译前设置。 BY:廖能想-Jacobi iterative method for solving Poisson equation MPI parallel programming. Acceptable parameters as the issue of partition size, can automatically select the appropriate size according to the issue of separation of tasks (rows, columns, blocks). Good speed. The issue of accuracy and function can be set in the pre-compiler. BY: Liao can think
Platform: | Size: 4096 | Author: 能想的呆子 | Hits:

[OtherJTAG

Description: S3C2410 JTAG并口下装线电路图,PROTEL格式。-S3C2410 JTAG parallel port download line circuit, PROTEL format.
Platform: | Size: 8192 | Author: 马龙 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net