联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 系统设计方案(21) 
按平台查找All C/C++(21) 

[系统设计方案] mapreduce

MapReduce是一种编程模型,用于大规模数据集(大于1TB)的并行运算。概念"Map(映射)"和"Reduce(归约)",是它们的主要思想,都是从函数式编程语言里借来的,还有从矢量编程语言里借来的特性。它极大地方便了编程人员在不会分布式并行编程的情况下,将自己的程序运行在分布式系统上。 当前的软件实现是指定一个Map(映射)函数,用来把一组键值对映射成一组新的键值对,指定并发的Reduce(归约)函数,用来保证所有映射的键值对中的每一个共享相同的键组。
MapReduce is a programming model for parallel computing of large data sets (greater than 1TB). The concepts "map" and "reduce" are their main ideas. They are borrowed from functional programming language and vector programming language. It greatly facilitates the programmers to run their own programs on the distributed system without distributed parallel programming. The current software implementation is to specify a map function, which is used to map a set of key value pairs into a new set of key value pairs, and specify a concurrent reduce function, which is used to ensure that each of the mapped key value pairs shares the same key group. (2020-05-17, C/C++, 309KB, 下载0次)

http://www.pudn.com/Download/item/id/1589707201938336.html

[系统设计方案] C++socket编程

网络编程,当然要用到Windows Socket(套接字)技术。Socket相关的操作由一系列API函数来完成,比如socket、bind、listen、connect、accept、send、sendto、recv、recvfrom等。
Network programming, of course, uses Windows socket technology. Socket related operations are performed by a series of API functions, such as socket, bind, listen, connect, accept, send, SendTo, recv, recvfrom, etc (2020-02-23, C/C++, 325KB, 下载1次)

http://www.pudn.com/Download/item/id/1582451822538801.html

[系统设计方案] 《数字系统设计与verilog HDL》

资料主要用于Verilog等的一些资料可以用于编程和修改代码进行验证等设计
Data is mainly used for Verilog and other data can be used for programming and modifying code for verification and other design. (2019-04-30, C/C++, 9202KB, 下载0次)

http://www.pudn.com/Download/item/id/1556590528920098.html

[系统设计方案] dlab-handout

这个任务的目的是更熟悉位级表示和操作。你会通过解决一系列的编程难题来解决这个问题。“很多这样的谜题都是人为的,但你会发现的。你自己想的更多的是通过你的方式通过他们,你将学到很多关于如何计算机表示整型数据。
The purpose of this assignment is to become more familiar with bit-level representations and manipulations. You'll do this by solving a series of programming ``puzzles.'' Many of these puzzles are quite artificial, but you'll find yourself thinking much more about bits in working your way through them and you will learn a lot about how computers represent integer data. (2017-12-28, C/C++, 19KB, 下载1次)

http://www.pudn.com/Download/item/id/1514453613294667.html

[系统设计方案] EA_LCD

LCD code for NXP controllers in Keil IDE version4
LCD code for NXP controllers in Keil IDE version4 (2013-10-18, C/C++, 13KB, 下载2次)

http://www.pudn.com/Download/item/id/2377576.html

[系统设计方案] PCA9698_I2C

飞利浦40路IO扩展芯片的I2C编程使用方法。
IO chip of PHilips (2012-02-21, C/C++, 410KB, 下载14次)

http://www.pudn.com/Download/item/id/1776474.html

[系统设计方案] FPGA

基于FPGA的步进电机细分控制器的设计。以EDA技术为核心、在可编程逻辑器件上进行系统芯片集成的新设计方法
Segment FPGA-based stepper motor controller design. With EDA technology as the core, in the programmable logic device on the system-chip integration of new design method (2010-03-25, C/C++, 269KB, 下载36次)

http://www.pudn.com/Download/item/id/1099684.html

[系统设计方案] ARMLED

利用嵌入式ARM微处理器LPC2292和可编程逻辑器件EPF10K10为主要控制器件来完成LED显示屏设计
With the embedded ARM microprocessor LPC2292 and programmable logic devices EPF10K10 as the main control device to complete the design of LED display screen (2010-01-15, C/C++, 135KB, 下载4次)

http://www.pudn.com/Download/item/id/1041169.html

[系统设计方案] 11

用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时使用LRU算法进行页面置换的情形
With C language programming simulate a virtual page has a number of processes in a given number of real pages to run, and the page fault occurs, using the LRU algorithm for page replacement case (2009-12-24, C/C++, 33KB, 下载4次)

http://www.pudn.com/Download/item/id/1016956.html

[系统设计方案] TMS320F2407andAD73360

介绍两种不同结构 SPI 的接口电路软硬件设计方法。给出了由 TMS320F2407 DSP 与 16 位 Σ-ΔA/ D 转换器 AD73360 组成的多路数据采集系统,具有硬件结构简单、6 通道相关信号同时采样、内置抗混叠滤波器和程控放大器、采样速率和抗混叠滤波频率可通过编程选择等特点,最高采样率可达 64 k/ s, 已在矿山设备机械故障诊断、电力参数测量系统中得以应用,效果良好。
The design of TMS320F2407 DSP and AD73360 (2009-11-22, C/C++, 146KB, 下载85次)

http://www.pudn.com/Download/item/id/978554.html

[系统设计方案] RemoteAccessApplicationwithFTPinVxworks

阐述采用Vxworks 实时嵌入式操作系统实现与Windows 系统通过FTP 进行远程访问 的方法,对Vxworks 的网络设施进行了分析,重点阐述了FTP 在服务端的配置及在客 户端的配置与编程。对于使用VxWorks 对其他系统进行远程访问一定的参考意义。
Describes how to use FTP to access remote file in windows system with Vxworks system, analyzes network facilities of Vxworks, focusing on the configuration and programming in the service and client with FTP. It has some consulting significance to remote access applications in other system with Vxworks system (2009-09-09, C/C++, 130KB, 下载7次)

http://www.pudn.com/Download/item/id/905778.html

[系统设计方案] FREESCAL

FREESCAL自能车设计 含C语言编程 这个做的比较不错
Freescale will be able to car design with C language programming in this comparison so good (2008-12-04, C/C++, 1047KB, 下载6次)

http://www.pudn.com/Download/item/id/596380.html

[系统设计方案] ARMbootloaderburn

关于ARM的启动代码的说明及如何烧写的详细过程。可以用于在线编程
Start-up code on the ARM note, and how detailed the process programmer. Can be used in online programming (2008-09-18, C/C++, 181KB, 下载8次)

http://www.pudn.com/Download/item/id/548575.html

[系统设计方案] ultrasoniclengthmeasuringsystem

基于51单片机超声波测距器设计,编程语言为汇编语言和C语言,便于理解和阅读。
Ultrasonic Distance Measurement Based on 51 single-chip design, programming language for the assembly language and C language, easy to understand and read. (2008-06-24, C/C++, 101KB, 下载59次)

http://www.pudn.com/Download/item/id/496803.html

[系统设计方案] FM1715_TYPEA

复旦FM1715_1725编程指南,含代码。
Fudan FM1715_1725 programming guide, containing the code. (2008-06-13, C/C++, 224KB, 下载41次)

http://www.pudn.com/Download/item/id/488734.html

[系统设计方案] CC++bianchengguifan

cc++的编程规范,在企业里必须按照规范来编程,这样可以提高你程序的可靠性,可维护性,可阅读性
cc++ programming norms, in the enterprises must be programmed in accordance with the norms, so that you can improve the procedures for the reliability, maintainability, readability (2008-04-29, C/C++, 61KB, 下载5次)

http://www.pudn.com/Download/item/id/449194.html

[系统设计方案] trainbook

全国大学生电子设计竞赛培训资料,学校内部资料
National Undergraduate Electronic Design Contest training materials, school-house information (2008-03-11, C/C++, 10889KB, 下载501次)

http://www.pudn.com/Download/item/id/414503.html

[系统设计方案] 12

为了能准确测量一些小信号,测量放大器是不可缺少的。本系统就是为了这种需要设计的。设计由三个模块电路构成:前级高共模抑制化比仪器放大器、AD7520衰减器和单片机控制模块。在前级高共模抑制比仪器放大器中充分利用了电路的对称性,能较好的抑制共模信号。而AD7520衰减器利用电阻网络的可编程性,控制衰减器衰减率的数字编程,实现了自动控制。单片机控制模块除可以控制液晶显示外,还可进行数字处理和对继电器及AD7520的控制。该方案已基本满足了设计要求,能完成测量的需要
err (2007-12-21, C/C++, 76KB, 下载72次)

http://www.pudn.com/Download/item/id/379761.html

[系统设计方案] plus1122

1问题描述: 设计一个实现稀疏多项式乘法的程序 2需求分析: 编程实现两个一元多项式相乘,要求: 2.1输入并建立多项式; 2.2输出多项式,输出形式为整数序列:n,c1,e1,c2,e2``````,cn.,en,其中n是多项式的系数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 2.3多项式a和b相乘,建立结果多项式a*b
a Problem description : Design a sparse polynomial multiplication achieve the two procedures demand analysis : Programming 2 1 yuan polynomial multiplication, requirements : 2.1 to import and establish polynomial; 2.2 Output polynomial, Output form of integer sequence : n, c1, e1, c2, e2 ``````, cn. , en, where n is the polynomial coefficients, respectively ei ci and is the first item i coefficient and the index sequence index in descending order. 2.3 polynomial multiplication a and b, the results establish a* b polynomial (2006-12-23, C/C++, 49KB, 下载24次)

http://www.pudn.com/Download/item/id/235846.html

[系统设计方案] 编译原理报告

设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,不会产生思维混乱错误。
designed one. Procedures method syntax analysis LL (1) method. Manual tectonic lexical analysis procedure. 2. Tempering their preparation and the ability to independent programming and thinking abilities. Improve their programming capability. 3. Familiar with the compiler theory lexical analysis and syntax analysis method to deepen the understanding of the basic method. 4. Let us further understand home compiler theory, the better the learning some of its ideas, master compiler principles theoretical basis. 5. Let us become more familiar with the use of programming languages and programming skills. A better understanding of programming way of thinking. 6. The use of automatic machines to design this method lexical analysis procedures so that more clear thinking, thinking no confusion wrong (2005-12-29, C/C++, 47KB, 下载185次)

http://www.pudn.com/Download/item/id/136716.html
12
总计:21