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

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

STRING-include

  • 基于TI公司DSP2812的無刷直流電機(jī)PID控制源程序(解壓后把所有文件夾下的文件放到一個目錄下

    基于TI公司DSP2812的無刷直流電機(jī)PID控制源程序(解壓后把所有文件夾下的文件放到一個目錄下,有LIB,SOUCE,INCLUDE,WORK,CMD五個文件夾)

    標(biāo)簽: 2812 DSP PID TI公司

    上傳時間: 2017-08-07

    上傳用戶:1966640071

  • 調(diào)用方法簡單

    調(diào)用方法簡單,支持if else include之類的標(biāo)簽,可以包含擴(kuò)展函數(shù),沒有引入外部文件,減少了io操作,比smarttemplate快了平均2-3毫秒,單純加載模版文件,不設(shè)置任何變量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒。

    標(biāo)簽:

    上傳時間: 2014-01-10

    上傳用戶:zm7516678

  • A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What i

    A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA). The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone

    標(biāo)簽: application bluetooth patcher quickly

    上傳時間: 2013-12-18

    上傳用戶:kelimu

  • A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized

    A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized architecture and instruction set for implementing DSP algorithms. Typical architectural features include multiple memory partitions (onchip, off-chip, data memory, program memory, etc.), multiple (generally pipelined) arithmetic and logic units (ALUs), nonuniform register sets, and extensive hardware numeric support [1,2]. Single-chip PDSPs have become increasingly popular for real-time DSP applications [3,4].

    標(biāo)簽: special-purpose microprocessor programmable specialized

    上傳時間: 2017-08-13

    上傳用戶:腳趾頭

  • * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

    * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)

    標(biāo)簽: compatible borland compile visiual

    上傳時間: 2014-01-15

    上傳用戶:yuchunhai1990

  • For developers who design and program devices that use the USB interface. Introduce the USB and hel

    For developers who design and program devices that use the USB interface. Introduce the USB and help to get your devices and communicating as quickly and easily as possible.The USB is versatile enough for a wide range of peripheral devices. Standard peripherals that use USB include mice, keyboards, drives, printers, and audio/video devices. USB is also suitable for data-acquisition units, control systems, and other devices with specialized functions, including one-of-a-kind designs.

    標(biāo)簽: developers and USB Introduce

    上傳時間: 2017-08-15

    上傳用戶:dave520l

  • David Vernon is the Coordinator of the European Network for the Advancement of Artificial Cognitive

    David Vernon is the Coordinator of the European Network for the Advancement of Artificial Cognitive Systems and he is a Visiting Professor of Cognitive Systems at the University of Genoa. He is also a member of the management team of the RobotCub integrated working on the development of open-source cognitive humanoid robot. Over the past 27 years, he has held positions at Westinghouse Electric, Trinity College Dublin, the European Commission, the National University of Ireland Maynooth, Science Foundation Ireland, and Etisalat University College. He has authored two and edited three books on computer vision and has published over eighty papers in the fields of Computer Vision, Robotics, and Cognitive Systems. His research interests include Fourier-based computer vision and enactive approaches to cognition. He is currently a Professor at Etisalat University College in Sharjah-United Arab Emirates, focusing on Masters programs by research in Computing fields.".[1]

    標(biāo)簽: the Coordinator Advancement Artificial

    上傳時間: 2014-01-08

    上傳用戶:netwolf

  • VC 中調(diào)用MATLAB 程序功能: 為了在vc中調(diào)用MATLAB而寫的一個簡單測試程序 設(shè)置路徑: 根據(jù)MATLAB所在盤而定

    VC 中調(diào)用MATLAB 程序功能: 為了在vc中調(diào)用MATLAB而寫的一個簡單測試程序 設(shè)置路徑: 根據(jù)MATLAB所在盤而定,例如我的matlab是裝在D盤的,所以需要包含的路徑為 D:\MATLAB6p1\extern\include\,在工程中設(shè)置 需包含的頭文件: //matlab中的頭文件調(diào)用matlab的函數(shù) #include "engine.h" 需要連接的LIB庫: D:\MATLAB6p1\extern\lib\win32\digital\df50\libeng.lib D:\MATLAB6p1\extern\lib\win32\digital\df50\libmx.lib 支持mx函數(shù)

    標(biāo)簽: MATLAB VC 程序 測試程序

    上傳時間: 2013-12-16

    上傳用戶:zxc23456789

  • java通用分頁 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //從前之后依次是:數(shù)據(jù)總量

    java通用分頁 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //從前之后依次是:數(shù)據(jù)總量,跳轉(zhuǎn)路徑,當(dāng)前跳轉(zhuǎn)至頁數(shù) String page = pu.page()

    標(biāo)簽: PageUtils page_num java cxdy

    上傳時間: 2017-08-25

    上傳用戶:wangzhen1990

  • Software-defined radios (SDRs) have been around for more than a decade. The first complete Global P

    Software-defined radios (SDRs) have been around for more than a decade. The first complete Global Positioning System (GPS) implementation was described by Dennis Akos in 1997. Since then several research groups have presented their contributions.We therefore find it timely to publish an up-to-date text on the subject and at the same time include Galileo, the forthcoming European satellitebased navigation system. Both GPS and Galileo belong to the category of Global Navigation Satellite Systems (GNSS)

    標(biāo)簽: Software-defined complete Global radios

    上傳時間: 2013-12-16

    上傳用戶:xauthu

主站蜘蛛池模板: 涡阳县| 新余市| 九台市| 托克托县| 新乡县| 阿城市| 东莞市| 昔阳县| 元江| 大悟县| 马尔康县| 鄂伦春自治旗| 松阳县| 如皋市| 新绛县| 乌恰县| 满洲里市| 洪湖市| 沙坪坝区| 塔河县| 原阳县| 静安区| 长春市| 彰化县| 古丈县| 双城市| 徐州市| 高尔夫| 江华| 佳木斯市| 亚东县| 新兴县| 清涧县| 古交市| 阿拉善盟| 白水县| 深州市| 丹东市| 揭西县| 东台市| 大同市|