搜索资源列表
bingxingjisuan1111122
- 关于并行计算服务器客户端与服务器端,用java编写,包括文档和源程序。-parallel computing server on the client and server using java preparation, including documentation and source code.
multiply
- With shift add way to implement multiply harware circuit.-There are many design for multiply process.This vhdl code provide parallel circuit to do multiply function.
BXJK
- 标准电路的并行接口电路,里面包含有电路,汇编代码和程序流程-Standard parallel interface circuit circuit, which contains circuitry, processes and procedures for assembly code
LESSON4
- 动态显示的特点是将所有位数码管的段选线并联在一起,由位选线控制是哪一位数码管有效。这样一来,就没有必要每一位数码管配一个锁存器,从而大大地简化了硬件电路。选亮数码管采用动态扫描显示。所谓动态扫描显示即轮流向各位数码管送出字形码和相应的位选,利用发光管的余辉和人眼视觉暂留作用,使人的感觉好像各位数码管同时都在显示。动态显示的亮度比静态显示要差一些,所以在选择限流电阻时应略小于静态显示电路中的。 -Dynamic display features all the bits of digital
digonghaomxuliefashengqi
- 提出了一种可以显著降低伪随机码功耗的m序列伪随机码发生器并行实现结构。-A can significantly reduce the power consumption of the m pseudo-random code sequence of pseudo-random code generator parallel implementation structures.
C-language-code-into-labview
- 将c语言创建的代码集成到labview项目中,使c语言转换成并行的labview程序-C language code will be created into labview project, so that c language program into a parallel labview
OpenMP_zwm
- OpenMP并行程序设计,并行设计的入门教程,包括用例和源码-OpenMP parallel programming, parallel design of the Tutorial, including use cases and code
An-Introduction-to-Parallel-and-Vector-Scientific
- In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a genera
assignment3.tar
- It is Parallel code.
0-bug
- 本书主要针对c/c++语言在商用工程开发中的程序实战进行论述,从需求出发,从商用解决方案的角度来理解c和c++语言的程序设计技巧。首先讨论商用开 发的原则,然后是基础知识、基本技巧,接着是无错化方法,最后提升到世界观层面论述并行开发的正确理念。商用程序员在实际工作中最为关注的无错化、并行、 时间片、内存池、线程池、任务池、工程库和跨平台等相关问题,在本书中都有宝贵的经验总结和理念梳理。本书不是教科书,更多的是在开发技巧、测试调试、工 程代码库等方面给出实例与总结。本书也可以说是教科书
p_to_s
- parallel to serial code vhdl
NANDFlash-controller-BCH-code
- 提出一种应用于 NAND Flash 控制器的并行 BCH 编/译码器,在译码阶段引入流水线操作和分组预取译码操作,提升 BCH 码的译 码效率。实验结果表明,在 NAND Flash 的 2 KB 页读取操作中,该编/译码器纠正 8 bit 的随机错误只需要 565 个周期的译码时间,是采用按页预取译码方式所需时间的 1/4。 -Anew architecture of parallel BCH encoder and decoder applied in NAND Flash Con
80C51MAX197A
- 基于80C51和MAX197的并行AD转换系统,包括C语言源代码和原理图-Based on 80C51 and MAX197 parallel AD converter system, including the C-language source code and schematic
parallel-Layered-Decoding-Architecture-for-Irregu
- source code for parallel layered ldpc
oddevensort
- this the parallel mode for odd-even sort implementation by using MPI code.-this is the parallel mode for odd-even sort implementation by using MPI code.
CODE
- 2011年全国大学生电子电路设计大赛A题-开关电源模块并联供电系统的源代码,控制板为51,C语言编写,Keil开发环境。-2011 National Undergraduate Electronic Design Contest A title circuit- switching power supply modules in parallel supply system source code, the control panel is 51, C language, Keil develo
PSO-matlab
- 粒子群算法源程序,是近年来发展起来的一种新的进化算法。有实现容易、精度高、收敛快等优点。是一种并行算法。-Particle swarm algorithm source code, is a new evolutionary algorithm developed in recent years. There are easy to implement, high precision, fast convergence and so on. Is a kind of parallel algor
DirectX-9hlsl
- 高层着色语言(HLSL)是DirectX® 9最为强力的新组件之一。使用这种标准的高级语言, 在进行着色时编写者可以专注于算法而不用再去理会诸如寄存器的分配,寄存器读端口限制, 并行处理指令等等硬件细节. 除了把开发者从硬件细节中解放出来之外,HLSL 也具有高级语言所有的全部优势,诸如:代码重用容易, 可读性增强以及存在一个优化过的编译器。本书和 ShaderX2 - Shader Tips & Tricks 这本书的许多章节就用到了HLSL编写的着色器. 阅读完本章引言后,你会很容易
Seven-Concurrency-Models-in-Seven-Weeks
- Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven W
A-brief-introduction-to-OpenMP
- OpenMp to use, can rapidly improve the ability of parallel code!