虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

LIKE

  • a system for management of library,this system has implement a lot of fuctions ,I appriciate u will

    a system for management of library,this system has implement a lot of fuctions ,I appriciate u will LIKE it

    标签: system appriciate management implement

    上传时间: 2015-11-06

    上传用户:努力努力再努力

  • This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the ha

    This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the hardware interface and USB enumeration/configuration. Also included are application examples LIKE a USB joystick HID and USB serial port emulation.

    标签: microcontrollers USB the built-in

    上传时间: 2015-11-14

    上传用户:talenthn

  • windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so

    windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always LIKE to start at the lowest level by gaining a solid

    标签: Microsoft operating features windows

    上传时间: 2015-11-24

    上传用户:zhuyibin

  • This the implementation of structural SVM for training complex alignment models for protein sequence

    This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features LIKE secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.

    标签: implementation structural for alignment

    上传时间: 2014-01-11

    上传用户:chenbhdt

  • Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit mic

    Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these gateways are easily moved from full-blown host PCs to embedded platforms LIKE the PC104. In this class you will learn about hardware platforms that support embedded Linux, Linux kernel configuration, feature selection, installation, booting and tuning.

    标签: bit platforms Abstract networks

    上传时间: 2014-01-05

    上传用户:kytqcool

  • In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

    In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS LIKE uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.

    标签: priority preemptive inversion problem

    上传时间: 2015-12-14

    上传用户:气温达上千万的

  • DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_c

    DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE. DATA: it_custo LIKE bus000_eew OCCURS 0 WITH HEADER LINE.

    标签: bapibus DATA 1006 TYPE

    上传时间: 2014-01-17

    上传用户:jennyzai

  • DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_ce

    DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE. DATA: it_custo LIKE bus000_eew OCCURS 0 WITH HEADER LINE.

    标签: bapibus DATA 1006 TYPE

    上传时间: 2015-12-17

    上传用户:王小奇

  • Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

    Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t LIKE the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.

    标签: Tokenizer necessary standard complex

    上传时间: 2013-12-16

    上传用户:whenfly

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, LIKE #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61