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

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

Calls

  • DDK API Calls USB Design

    DDK API Calls USB Design

    標(biāo)簽: Design Calls DDK API

    上傳時(shí)間: 2017-06-13

    上傳用戶:杜瑩12345

  • This routine Calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s

    This routine Calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="] b {x <= UB} {x >= LB} The calling syntax is: [XMIN,FMIN,STATUS,EXTRA]=glpkmex(SENSE,C,A,B,CTYPE,LB,UB,... VARTYPE,PARAM,LPSOLVER,SAVE)

    標(biāo)簽: problem following routine library

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

    上傳用戶:changeboy

  • How to produce different colours on the DOS console using Windows function Calls

    How to produce different colours on the DOS console using Windows function Calls

    標(biāo)簽: different function produce colours

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

    上傳用戶:lanhuaying

  • FIle to make auto Calls and broadcast the auto converted gsm file to the given number through voip

    FIle to make auto Calls and broadcast the auto converted gsm file to the given number through voip

    標(biāo)簽: auto broadcast converted the

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

    上傳用戶:yzhl1988

  • FREERTOS的官方移植文檔

    FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly CallstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples

    標(biāo)簽: FREERTOS 移植 文檔

    上傳時(shí)間: 2013-10-13

    上傳用戶:13162218709

  • Emulating a synchronous serial

    The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using optimized SW routines with a performance up to 25KBaud in Slave Mode with half duplex transmission and an overhead less than 60% atSAB C513 with 12 MHz. Due to the implementation in C this performance is not the limitof the chip. A pure implementation in assembler will result in a strong reduction of theCPU load and therefore increase the maximum speed of the interface. In addition,microcontrollers like the SAB C505 will speed up the interface by a factor of two becauseof an optimized architecture compared with the SAB C513.Moreover, this solution lays stress on using as few on-chip hardware resources aspossible. A more excessive consumption of those resources will result in a highermaximum speed of the emulated interface.Due to the restricted performance of an 8 bit microcontroller a pin compatible solution isprovided only; the internal register based programming interface is replaced by a set ofsubroutine Calls.The attached source files also contain a test shell, which demonstrates how to exchangeinformation between an on-chip HW-SSC and the emulated SW-SSC via 5 external wiresin different operation modes. It is based on the SAB C513 (Siemens 8 bit microcontroller).A table with load measurements is presented to give an indication for the fraction of CPUperformance required by software for emulating the SSC.

    標(biāo)簽: synchronous Emulating serial

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

    上傳用戶:z1191176801

  • LPC1300系列產(chǎn)品勘誤數(shù)據(jù)手冊

    On the LPC13xx, programming, erasure and re-programming of the on-chip flash can be performed using In-System Programming (ISP) via the UART serial port, and also, can be performed using In-Application Programming (IAP) Calls directed by the end-user code. For In-System Programming (ISP) via the UART serial port, the ISP command handler (resides in the bootloader) allows erasure of one or more sector (s) of the on-chip flash memory.

    標(biāo)簽: 1300 LPC 勘誤 數(shù)據(jù)手冊

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

    上傳用戶:lmq0059

  • eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C

    eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do s, phone Calls), content management, forum, bookmarks, wiki

    標(biāo)簽: eGroupWare multi-user developed PHP-based

    上傳時(shí)間: 2015-02-20

    上傳用戶:hphh

  • The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

    The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then Calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.

    標(biāo)簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides

    上傳時(shí)間: 2015-03-30

    上傳用戶:龍飛艇

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with Calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    標(biāo)簽: the embedded detects almost

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

    上傳用戶:comua

主站蜘蛛池模板: 射洪县| 毕节市| 泸州市| 吉木乃县| 平乡县| 三原县| 宁南县| 合水县| 祁门县| 视频| 建阳市| 雷州市| 乌兰浩特市| 皋兰县| 商河县| 张家口市| 根河市| 广东省| 开化县| 大英县| 金塔县| 嵊泗县| 英德市| 德清县| 都兰县| 兴海县| 德保县| 孟村| 五台县| 松原市| 陆良县| 海兴县| 广西| 锦屏县| 江都市| 景泰县| 泌阳县| 巴楚县| 沁阳市| 浮梁县| 夏河县|