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

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

master-py

  • 可以支持連續讀寫的i2cslave源碼

    可以支持連續讀寫的i2cslave源碼,很適合作為master的testbench來用

    標簽: i2cslave 讀寫 源碼

    上傳時間: 2014-01-18

    上傳用戶:dapangxie

  • 本程序是在網友vagrant的升級程序上增加了SQL數據庫的更新升級功能

    本程序是在網友vagrant的升級程序上增加了SQL數據庫的更新升級功能,系統中采用了ACCES來存儲數據更新的指令,從而達到逐步執行SQL代碼的功能,因為在SQL中要創建表、存儲過程、視圖等對象時,需要刪除原有老的對象,但是SQL不支持將這些指令存放在一起,從而導致出錯。所以用ACCES來存儲數據了 例中將在MASTER中創建p_killspid,該程序過程是用來恢復與備份數據的一部分。 MENTOROUSER.INI為數據服務地址,曾經有網友問過我如何做服務登錄的系統,此文件是個關鍵,具體的連接請參考代碼 SQLTEXT.MDB為數據庫更新用的文件,請自行修改記錄,但是記錄先后順序一定要根據指令的先后順序來添加。 mentoro.htm為存放在網站上的文件,具體內容自已改吧。(您也可以用INI文件) CHIS.INI為更新配置文件

    標簽: vagrant SQL 程序 數據庫

    上傳時間: 2015-11-13

    上傳用戶:yxgi5

  • jsf做的增刪改的例子

    jsf做的增刪改的例子,比較短小,代碼不多,但展現了做master-detail時的思路,可以參考

    標簽: jsf

    上傳時間: 2013-12-18

    上傳用戶:yepeng139

  • pyformat.zip包中有兩個文件夾

    pyformat.zip包中有兩個文件夾,pyformat_src文件夾里的為源代碼,pyformat_dist文件夾里的為編譯后的exe可執行程序,另外每個文件夾里都放了一個名為“testfile.txt”的測試文件。 源碼使用方法示例:執行"python pyformat.py testfile.txt"。 可執行程序使用方法示例:執行“pyformat testfile.txt”。 即可把文件名中的不帶調拼音+聲調記號轉化為帶調拼音輸出到stdout。文件名可以有多個。 例如:輸入wo3 shi4 zhong1 guo2 ren2. 輸出為wǒ shì zhōng guó rén. zho1ng、zhon1g、zhong1、zhong12341等均輸出為zhōng。

    標簽: pyformat zip

    上傳時間: 2015-11-26

    上傳用戶:1427796291

  • VHDL實現SPI功能源代碼 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw

    VHDL實現SPI功能源代碼 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register between the "master" and the "slave". Typically both the -- master and slave have an 8 bit shift register so the combined -- register is 16 bits. When an SPI transfer takes place, the master and -- slave shift their shift registers 8 bits and thus exchange their 8 -- bit register values.

    標簽: SPI bus register effect

    上傳時間: 2013-12-23

    上傳用戶:lx9076

  • 如文件名

    如文件名,在LPC2138上的I2C的Master發送接受測試程序。里面的readme.txt(英)有詳細說明。

    標簽:

    上傳時間: 2015-12-01

    上傳用戶:eclipse

  • This document contains a general overview in the first few sections as well as a more detailed refer

    This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.

    標簽: document contains detailed overview

    上傳時間: 2013-12-14

    上傳用戶:希醬大魔王

  • Avalon Interface Specification,The Avalon interface specification is designed to accommodate periphe

    Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on master and slave peripherals, such as microprocessors, memory, UART, timer, etc.

    標簽: Avalon Specification specification accommodate

    上傳時間: 2014-03-06

    上傳用戶:pompey

  • An AHB system is made of masters slaves and interconnections. A general approach to include all poss

    An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every internal node is an arbiter there must be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new "complex" node.

    標簽: interconnections approach general include

    上傳時間: 2015-12-12

    上傳用戶:lyy1234

  • 一般使用PC Based Controller 都是當作現場設備的一種

    一般使用PC Based Controller 都是當作現場設備的一種,也就是要接受 主系統的命令,做一些操作控制。以Modbus 來看屬于Slave 的角色,隨 時等待接收Modbus Master 的Query Message,然后依據內容做控制,最后 將控制結果以Response Message 回傳。本章將以ICP 7524 及ICP 7188E5 等 兩種設備分別設計Modbus RTU、ASCII 及Modbus/TCP 的Slave 應用程序, 讀者可以將此兩種程序的架構再延伸設計至各種實際應用程序。

    標簽: Controller Based 現場設備

    上傳時間: 2015-12-16

    上傳用戶:nanxia

主站蜘蛛池模板: 阿合奇县| 乐至县| 平昌县| 彭山县| 宣城市| 渑池县| 察哈| 柳河县| 拉萨市| 海伦市| 昌黎县| 从江县| 建德市| 石泉县| 凤山市| 台南市| 凤山市| 古田县| 仪征市| 永州市| 资兴市| 隆尧县| 中江县| 淮安市| 连云港市| 儋州市| 渭南市| 广汉市| 镇雄县| 从江县| 青河县| 滦南县| 河池市| 齐齐哈尔市| 凉城县| 象州县| 沙坪坝区| 淮滨县| 治多县| 肇州县| 巴林左旗|