亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

TEST-Driven

  • 離散傅里葉變換是20世紀60年代是計算復雜性研究的主要里程碑之一

    離散傅里葉變換是20世紀60年代是計算復雜性研究的主要里程碑之一,1965年Cooley和Tukey所研究的計算離散傅里葉變換(Discrete Fourier Test)的快速傅氏變換(FFT)將計算量從О(n2)下降至О(nlogn),推進了FFT更深層、更廣法的研究與應用。 這是一個傅氏變換的MPI程序,用C語言實現。

    標簽: 離散傅里葉變換 計算

    上傳時間: 2013-12-16

    上傳用戶:luke5347

  • 基于STR912的GPIO程序,本示例程序主要為測試GPIO功能。當程序運行時

    基于STR912的GPIO程序,本示例程序主要為測試GPIO功能。當程序運行時,LCD屏上會顯示: STR91x DEMO GPIO TEST 并能通過按鍵K5(中斷方式實現)輪流閃動L2、L3、L4、L5。

    標簽: GPIO 程序 STR 912

    上傳時間: 2016-07-28

    上傳用戶:xiaodu1124

  • This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

    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.

    標簽: speed programme is control

    上傳時間: 2014-11-22

    上傳用戶:jyycc

  • 科信客戶關系管理系統源碼 這個是我第一次有VS2003+Mssql做的一個簡單客戶管理系統 主要功能有: 錄入客戶 我的意向 我的保護 我的合同 工作日志 公司搜索 添加用戶 意

    科信客戶關系管理系統源碼 這個是我第一次有VS2003+Mssql做的一個簡單客戶管理系統 主要功能有: 錄入客戶 我的意向 我的保護 我的合同 工作日志 公司搜索 添加用戶 意向客戶 保護客戶 合同管理 用戶管理 日志管理 DB_51aspx下為數據庫文件,附加后請修改data.cs中的Sql連接字符串并編譯(默認:Data Source=(local) Initial Catalog=CRMS User ID=sa Pwd=sa) 默認管理帳號/密碼:admin/51aspx,測試帳號/密碼:test/51aspx 密碼采用SHA1加密 注意:該項目為VS2003轉換到VS2005

    標簽: Mssql 2003 管理系統 VS

    上傳時間: 2014-07-24

    上傳用戶:libenshu01

  • 網絡上唯一的ucos 2.52 visual 2008 編譯版

    網絡上唯一的ucos 2.52 visual 2008 編譯版,真正和第二版書對應,只為方便大家學習;附帶5個例子,工程打開默認為example1,編譯其他4個例子手動將各example下的內容拷貝到test下即可

    標簽: visual ucos 2.52 2008

    上傳時間: 2013-12-26

    上傳用戶:ccclll

  • 3 bits 轉化為 4bits

    3 bits 轉化為 4bits,含Test程序.

    標簽: bits 轉化

    上傳時間: 2013-12-10

    上傳用戶:ma1301115706

  • RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a

    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.

    標簽: functionality provide written employ

    上傳時間: 2016-08-24

    上傳用戶:小眼睛LSL

  • Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes ho

    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.

    標簽: Application Realizing describes player

    上傳時間: 2016-09-05

    上傳用戶:moerwang

  • 作為數字集成電路的硬件工程師

    作為數字集成電路的硬件工程師,在做設計的時候,寫Test Bench是很重要的,甚至重要過你的一些設計本身,因為它可以確定你的設計是否可用可行,并且能夠優化你的設計。

    標簽: 數字集成電路 硬件工程師

    上傳時間: 2014-01-01

    上傳用戶:ggwz258

  • 是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎應用的好書 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.

    標簽: undergraduate information computer Artists

    上傳時間: 2016-09-28

    上傳用戶:qiaoyue

主站蜘蛛池模板: 海原县| 舒城县| 青冈县| 永定县| 栾城县| 阿图什市| 潢川县| 弥勒县| 长泰县| 莱芜市| 蒲江县| 连云港市| 江油市| 华亭县| 商都县| 化州市| 阿荣旗| 铁岭县| 宁陕县| 六枝特区| 新绛县| 无为县| 邵武市| 汶川县| 竹溪县| 白水县| 行唐县| 淳化县| 安康市| 南昌市| 获嘉县| 东港市| 丽江市| 赞皇县| 青浦区| 蚌埠市| 江都市| 隆尧县| 桃源县| 胶州市| 巴彦县|