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

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

Integer-only

  • This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C

    This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant

    標(biāo)簽: demonstrates communicate C8051F06x interface

    上傳時(shí)間: 2016-04-12

    上傳用戶:hanli8870

  • Here we are at the crossroads once again Youre telling me youre so confused You cant make up your

    Here we are at the crossroads once again Youre telling me youre so confused You cant make up your mind Is this meant to be Youre asking me Trademark But only love can say - try again or walk away But I believe for you and me The sun will shine one day So Ill just play my part And pray you ll have a change of heart But I cant make you see it through Thats something only love can do Face to face and a thousand miles apart Ive tried my best to make you see Theres hope beyond the pain If we give enough if we learn to trust [Chorus] I know if I could find the words To touch you deep inside Youd give our dream just one more chance Dont let this be our good-bye

    標(biāo)簽: crossroads confused telling again

    上傳時(shí)間: 2016-04-12

    上傳用戶:changeboy

  • JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, a

    JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your private application. You can then include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J

    標(biāo)簽: documented designing training Network

    上傳時(shí)間: 2016-04-15

    上傳用戶:zhanditian

  • IAR MSP430集成開發(fā)環(huán)境Workbench中文使用說明 僅供參考-IAR Workbench integrated development environment for Chinese us

    IAR MSP430集成開發(fā)環(huán)境Workbench中文使用說明 僅供參考-IAR Workbench integrated development environment for Chinese use is for reference only

    標(biāo)簽: Workbench development environment integrated

    上傳時(shí)間: 2016-04-22

    上傳用戶:咔樂塢

  • %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and

    %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4 illustrate PUMA working with different parameters and with four different images. All you need to do is to run each of the demos. Please be sure that all the files are put on an accessible path for matlab. Notice that this code is intended for research purposes only. For further reference see "Phase Unwrapping via Graph Cuts, IEEE Transactions on Image Processing, 2007

    標(biāo)簽: demo PUMA algorithms for

    上傳時(shí)間: 2016-04-23

    上傳用戶:fhzm5658

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    標(biāo)簽: component ATViewer Builder various

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

    上傳用戶:小鵬

  • Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real wo

    Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of these algorithms and knowledge of when to apply them is essential to producing software that not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-today software development, while remaining at all times practical, concise, and to the point, with little or no verbiage to distract from the core concepts and examples.

    標(biāo)簽: step-by-step introduction Algorithms algorithms

    上傳時(shí)間: 2016-05-08

    上傳用戶:wlcaption

  • CRC16算法的Java實(shí)現(xiàn)

    CRC16算法的Java實(shí)現(xiàn),使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))

    標(biāo)簽: Java CRC 16 算法

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

    上傳用戶:ve3344

  • I2C Slave module The module contains N accessable Registers when in read Process, all Registers a

    I2C Slave module The module contains N accessable Registers when in read Process, all Registers are read at a time when in write Process, only the addressed register are Writeable.

    標(biāo)簽: Registers module accessable contains

    上傳時(shí)間: 2016-05-13

    上傳用戶:xauthu

  • The control uses javascript to handle number formatting as you keep typing and does the validation a

    The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only. So I went about creating a new control myself.

    標(biāo)簽: javascript formatting validation control

    上傳時(shí)間: 2016-05-15

    上傳用戶:lingzhichao

主站蜘蛛池模板: 金昌市| 珲春市| 霍山县| 望谟县| 阳朔县| 潼南县| 合作市| 呼和浩特市| 安达市| 磐石市| 乐清市| 瑞金市| 满洲里市| 辉南县| 南木林县| 萨迦县| 轮台县| 买车| 平顺县| 黎平县| 高清| 华蓥市| 辽阳县| 临漳县| 望江县| 扎兰屯市| 仁怀市| 靖边县| 桃园市| 咸阳市| 景东| 鸡东县| 松原市| 老河口市| 招远市| 海门市| 珠海市| 克东县| 稷山县| 莱阳市| 德化县|