離散傅里葉變換是20世紀(jì)60年代是計(jì)算復(fù)雜性研究的主要里程碑之一,1965年Cooley和Tukey所研究的計(jì)算離散傅里葉變換(Discrete Fourier Test)的快速傅氏變換(FFT)將計(jì)算量從О(n2)下降至О(nlogn),推進(jìn)了FFT更深層、更廣法的研究與應(yīng)用。 這是一個(gè)傅氏變換的MPI程序,用C語言實(shí)現(xiàn)。
上傳時(shí)間: 2013-12-16
上傳用戶:luke5347
基于STR912的GPIO程序,本示例程序主要為測(cè)試GPIO功能。當(dāng)程序運(yùn)行時(shí),LCD屏上會(huì)顯示: STR91x DEMO GPIO TEST 并能通過按鍵K5(中斷方式實(shí)現(xiàn))輪流閃動(dòng)L2、L3、L4、L5。
上傳時(shí)間: 2016-07-28
上傳用戶:xiaodu1124
This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.
標(biāo)簽: speed programme is control
上傳時(shí)間: 2014-11-22
上傳用戶:jyycc
科信客戶關(guān)系管理系統(tǒng)源碼 這個(gè)是我第一次有VS2003+Mssql做的一個(gè)簡(jiǎn)單客戶管理系統(tǒng) 主要功能有: 錄入客戶 我的意向 我的保護(hù) 我的合同 工作日志 公司搜索 添加用戶 意向客戶 保護(hù)客戶 合同管理 用戶管理 日志管理 DB_51aspx下為數(shù)據(jù)庫(kù)文件,附加后請(qǐng)修改data.cs中的Sql連接字符串并編譯(默認(rèn):Data Source=(local) Initial Catalog=CRMS User ID=sa Pwd=sa) 默認(rèn)管理帳號(hào)/密碼:admin/51aspx,測(cè)試帳號(hào)/密碼:test/51aspx 密碼采用SHA1加密 注意:該項(xiàng)目為VS2003轉(zhuǎn)換到VS2005
標(biāo)簽: Mssql 2003 管理系統(tǒng) VS
上傳時(shí)間: 2014-07-24
上傳用戶:libenshu01
網(wǎng)絡(luò)上唯一的ucos 2.52 visual 2008 編譯版,真正和第二版書對(duì)應(yīng),只為方便大家學(xué)習(xí);附帶5個(gè)例子,工程打開默認(rèn)為example1,編譯其他4個(gè)例子手動(dòng)將各example下的內(nèi)容拷貝到test下即可
標(biāo)簽: visual ucos 2.52 2008
上傳時(shí)間: 2013-12-26
上傳用戶:ccclll
3 bits 轉(zhuǎn)化為 4bits,含Test程序.
上傳時(shí)間: 2013-12-10
上傳用戶:ma1301115706
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
標(biāo)簽: functionality provide written employ
上傳時(shí)間: 2016-08-24
上傳用戶:小眼睛LSL
Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
標(biāo)簽: Application Realizing describes player
上傳時(shí)間: 2016-09-05
上傳用戶:moerwang
作為數(shù)字集成電路的硬件工程師,在做設(shè)計(jì)的時(shí)候,寫Test Bench是很重要的,甚至重要過你的一些設(shè)計(jì)本身,因?yàn)樗梢源_定你的設(shè)計(jì)是否可用可行,并且能夠優(yōu)化你的設(shè)計(jì)。
標(biāo)簽: 數(shù)字集成電路 硬件工程師
上傳時(shí)間: 2014-01-01
上傳用戶:ggwz258
是一本介紹java基礎(chǔ)應(yīng)用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.
標(biāo)簽: undergraduate information computer Artists
上傳時(shí)間: 2016-09-28
上傳用戶:qiaoyue
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1