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

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

speed

  • 通過(guò)MP(代表其中一個(gè)P口)的高4位來(lái)控制

    通過(guò)MP(代表其中一個(gè)P口)的高4位來(lái)控制,AA`BB`-4,5,6,7腳。12細(xì)分,沒(méi)行數(shù)組里面分4對(duì),每對(duì)數(shù)第一個(gè)加到P口控制電流方向,第二個(gè)數(shù)控制通電時(shí)間。正轉(zhuǎn)AA`-BB`-A`A-B`B,數(shù)組由1到12行的讀取,反轉(zhuǎn)B`B-A`A-BB`-AA`,數(shù)組由12到1行的讀取。參數(shù)POWER表示電機(jī)啟動(dòng)還是不啟動(dòng),DIRECT參數(shù)表示方向,speed表示速度等級(jí),每項(xiàng)通電時(shí)間用數(shù)組中的植/speed。本程序沒(méi)考慮要走多少步的情況,調(diào)用一次就走一步。

    標(biāo)簽: 控制

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

    上傳用戶:hopy

  • vs.net技術(shù)內(nèi)幕 The release of the Microsoft Visual Studio .NET (and Visual C++ .NET in particular) has

    vs.net技術(shù)內(nèi)幕 The release of the Microsoft Visual Studio .NET (and Visual C++ .NET in particular) has underscored Microsoft’s increasing focus on Internet technologies, which are at the heart of the Microsoft .NET architecture. In addition to supporting the .NET initiative, Visual C++ .NET keeps all the productivity-boosting features you’re familiar with, such as Edit And Continue, IntelliSense, AutoComplete, and code tips. Visual C++ .NET also includes many new features such as managed code extensions for .NET programming, support for attributed code, and a more consistent development environment. These features take Visual C++ .NET to a new level. This book will get you up to speed on the latest technologies introduced into Visual C++.

    標(biāo)簽: Visual particular Microsoft NET

    上傳時(shí)間: 2015-12-26

    上傳用戶:qweqweqwe

  • VC6.0核心編程。主要涉及到windows消息

    VC6.0核心編程。主要涉及到windows消息,框架,mfc庫(kù)以及相關(guān)編程,com,activex技術(shù),數(shù)據(jù)庫(kù)技術(shù),網(wǎng)絡(luò)編程技術(shù)。為英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標(biāo)簽: windows 6.0 VC 核心

    上傳時(shí)間: 2016-01-02

    上傳用戶:lmeeworm

  • this the source code of addio compression standard CELP. Also, it is optimizied for the execution sp

    this the source code of addio compression standard CELP. Also, it is optimizied for the execution speed.

    標(biāo)簽: compression optimizied the execution

    上傳時(shí)間: 2016-01-07

    上傳用戶:yd19890720

  • bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will alw

    bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will always accept a bulk OUT EP6IN will always return a 512 byte packet. The packet contains an incrementing byte starting at 0x02. Since EP6 always returns a 512 byte packet, this endpoint should never be accessed except with a high-speed host controller. EP8IN will continuously return the packet most recently written to EP4OUT

    標(biāo)簽: bulk will endpoint firmware

    上傳時(shí)間: 2016-01-14

    上傳用戶:sk5201314

  • This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, par

    This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very useful in many projects. The code has been vectorised for speed and is stable and fast.

    標(biāo)簽: filtering Kalman collection functions

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

    上傳用戶:ljmwh2000

  • Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we

    Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB® C++ Math Library serves two separate constituencies: MATLAB programmers seeking more speed or complete independence from interpreted MATLAB, and C++ programmers who need a fast, easy-to-use matrix math library. To each, it offers distinct advantages.

    標(biāo)簽: Introduction Engineering Problems previous

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

    上傳用戶:13160677563

  • A new cable fault location method based on wavelet reconstruction is proposed. In this method the

    A new cable fault location method based on wavelet reconstruction is proposed. In this method the difference between the currents of faulty phase and sound phase under the high voltage pulse excitation is used as the measured signal and is decomposed in multi-scale by wavelet transform, then reconstructed in single scale. Comparing with traditional fault location method by travelling wave, the presented method will not be interfered by the reflected wave from the branch joint of cables or from other positions where the impedances are not matched and not be influenced by fault types, otherwise, the reflected waves can be recognized even the faulty position is near to the measuring terminal, at the same time, the influence of the wave speed uncertainty can be reduced. The correctness of the proposed method is proved by simulation results.

    標(biāo)簽: method reconstruction location proposed

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

    上傳用戶:maizezhen

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    標(biāo)簽: generators contains Uniform randomc

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

    上傳用戶:royzhangsz

  • The first task at hand is to set up the endpoints appropriately for this example. The following code

    The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6 as a Bulk IN endpoint, also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are ready for data operations

    標(biāo)簽: appropriately The endpoints following

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

    上傳用戶:dianxin61

主站蜘蛛池模板: 扶风县| 施甸县| 扎囊县| 清水河县| 日土县| 延寿县| 大洼县| 南城县| 库尔勒市| 太原市| 威海市| 南充市| 叙永县| 军事| 开阳县| 尉犁县| 三门县| 乐东| 田阳县| 富蕴县| 神农架林区| 登封市| 阳高县| 东安县| 普兰县| 佛冈县| 金门县| 蒲城县| 七台河市| 南江县| 襄城县| 邵武市| 城口县| 大足县| 阿尔山市| 梓潼县| 谢通门县| 台江县| 延长县| 尤溪县| 汪清县|