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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

multi-Master

  • 我搜索了這個(gè)網(wǎng)站

    我搜索了這個(gè)網(wǎng)站,見提供的CD player都是 c++,delphi源程序的;我就提供一個(gè)用win32匯編寫的CD player。功能跟界面絕對(duì)不輸于用上面軟件編寫的,具體功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support.

    標(biāo)簽: 搜索 網(wǎng)站

    上傳時(shí)間: 2015-07-14

    上傳用戶:遠(yuǎn)遠(yuǎn)ssad

  • 本驅(qū)動(dòng)程序在linux2.6.17中測(cè)試通過。yangxing msn:lelma_yx@hotmail.com 希望對(duì)SPI操作的朋友有所幫助。 一、工作方式: 從設(shè)備:SPI為MASTE

    本驅(qū)動(dòng)程序在linux2.6.17中測(cè)試通過。yangxing msn:lelma_yx@hotmail.com 希望對(duì)SPI操作的朋友有所幫助。 一、工作方式: 從設(shè)備:SPI為MASTER模式 S3C2410:SPI為SLAVE模式+DMA 二、工作流程 1.S3C2410從接收:當(dāng)從設(shè)備發(fā)送數(shù)據(jù)時(shí),S3C2410利用DMA方式收數(shù),收到指定長(zhǎng)度的數(shù)據(jù),則進(jìn)入DMA中斷,將接收的數(shù)據(jù)拷出。 2.S3C2410從發(fā)送:當(dāng)S3C2410需要發(fā)送,首先由RTS請(qǐng)求發(fā)送,然后等待從設(shè)備應(yīng)答CTS,當(dāng)從設(shè)備應(yīng)答CTS時(shí),進(jìn)入外部中斷,啟動(dòng)DMA發(fā)送,發(fā)送完成,再次進(jìn)入從接收狀態(tài)。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目錄 dma.c存放于arch/arm/mach-s3c2410/目錄 dma.h存放于include/arm-asm/mach-s3c2410/目錄 四、使用環(huán)境 1.arm-linux-gcc-3.4.1

    標(biāo)簽: SPI lelma_yx yangxing hotmail

    上傳時(shí)間: 2015-08-11

    上傳用戶:徐孺

  • 一個(gè)Jtag調(diào)試仿真程序

    一個(gè)Jtag調(diào)試仿真程序,兼容Multi-ICE,這是源代碼,很難找到的。特別推薦

    標(biāo)簽: Jtag 調(diào)試 仿真程序

    上傳時(shí)間: 2013-12-12

    上傳用戶:釣鰲牧馬

  • R+樹的c實(shí)現(xiàn)源碼

    R+樹的c實(shí)現(xiàn)源碼,對(duì)應(yīng)文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.

    標(biāo)簽: 源碼

    上傳時(shí)間: 2014-05-25

    上傳用戶:sunjet

  • A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w

    A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc

    標(biāo)簽: complete routines software created

    上傳時(shí)間: 2013-12-17

    上傳用戶:王小奇

  • The function conload takes a dataset and a model (PCA, PLS, PARAFAC etc.) and calculates congruence

    The function conload takes a dataset and a model (PCA, PLS, PARAFAC etc.) and calculates congruence loadings which is the extension of correlation loadings to uncentered and multi-way models

    標(biāo)簽: calculates congruence and function

    上傳時(shí)間: 2014-01-08

    上傳用戶:sz_hjbf

  • 一般我們要根據(jù)數(shù)據(jù)庫(kù)的紀(jì)錄變化時(shí)

    一般我們要根據(jù)數(shù)據(jù)庫(kù)的紀(jì)錄變化時(shí),進(jìn)行某種操作。我們習(xí)慣的操作方式是在程序中不停的查詢表,判斷是否有新紀(jì)錄。這樣耗費(fèi)的資源就很高,如何提高這種效率,我想在表中創(chuàng)建觸發(fā)器,在觸發(fā)器中調(diào)用外部動(dòng)態(tài)連接庫(kù)通過消息或事件通知應(yīng)用程序就可實(shí)現(xiàn)。而master的存儲(chǔ)過程中最好能調(diào)用外部的動(dòng)態(tài)連接庫(kù),我們?cè)谟|發(fā)器中調(diào)用master的存儲(chǔ)過程即可。本文提供了動(dòng)態(tài)庫(kù)與存儲(chǔ)過程的具體實(shí)現(xiàn)

    標(biāo)簽: 數(shù)據(jù)庫(kù) 變化

    上傳時(shí)間: 2015-09-28

    上傳用戶:rocketrevenge

  • 主要特點(diǎn) * Flexible finite element space construction based template element library 基于模板單元庫(kù)靈活的構(gòu)造有限

    主要特點(diǎn) * Flexible finite element space construction based template element library 基于模板單元庫(kù)靈活的構(gòu)造有限元空間 * Convenient facilities to implement mesh adaption 很方便的進(jìn)行網(wǎng)格加密和稀疏化 * Multi-mesh operation supported 支持多套網(wǎng)格操作 需要有一定的有限元基礎(chǔ)和C++語(yǔ)言基礎(chǔ),最好在linux平臺(tái)下用。 http://162.105.68.168/AFEPack/

    標(biāo)簽: element construction Flexible template

    上傳時(shí)間: 2014-11-21

    上傳用戶:qq1604324866

  • 可以支持連續(xù)讀寫的i2cslave源碼

    可以支持連續(xù)讀寫的i2cslave源碼,很適合作為master的testbench來(lái)用

    標(biāo)簽: i2cslave 讀寫 源碼

    上傳時(shí)間: 2014-01-18

    上傳用戶:dapangxie

  • A one-dimensional calibration object consists of three or more collinear points with known relative

    A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.

    標(biāo)簽: one-dimensional calibration collinear consists

    上傳時(shí)間: 2014-01-12

    上傳用戶:璇珠官人

主站蜘蛛池模板: 锡林浩特市| 新化县| 周宁县| 广丰县| 乐业县| 新疆| 双峰县| 肇庆市| 勃利县| 名山县| 东至县| 金塔县| 当雄县| 富裕县| 安吉县| 韶关市| 屏东县| 土默特右旗| 洛隆县| 岐山县| 安福县| 交口县| 林西县| 漠河县| 张北县| 河间市| 岫岩| 洱源县| 黄浦区| 新兴县| 光泽县| 保德县| 吉林省| 米林县| 潼南县| 中西区| 天气| 临猗县| 五莲县| 安顺市| 麟游县|