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

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

SNMP-MIB-Compiler

  • 一個PL/O編譯器

    一個PL/O編譯器,內含可執行程序,大家有用下載著看吧A PL /O compiler,Containing executable. it may be useful to download Look here!C-C

    標簽: PL 編譯器

    上傳時間: 2015-11-06

    上傳用戶:SimonQQ

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.

    標簽: UCOS original Saether version

    上傳時間: 2015-11-14

    上傳用戶:ippler8

  • /*_############################################################################ _## _## SNMP4J -

    /*_############################################################################ _## _## SNMP4J - Snmp.java _## _## Copyright 2003-2007 Frank Fock and Jochen Katz (SNMP4J.org) _## _## Licensed under the Apache License, Version 2.0 (the "License") _## you may not use this file except in compliance with the License. _## You may obtain a copy of the License at _## _## http://www.apache.org/licenses/LICENSE-2.0 _## _## Unless required by applicable law or agreed to in writing, software _## distributed under the License is distributed on an "AS IS" BASIS, _## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. _## See the License for the specific language governing permissions and _## limitations under the License. _## _##########################################################################*/

    標簽: SNMP4J

    上傳時間: 2015-11-23

    上傳用戶:lxm

  • net_snmp應用程序示例

    net_snmp應用程序示例,對于做snmp入門者,可以參考!

    標簽: net_snmp 應用程序

    上傳時間: 2014-01-16

    上傳用戶:wendy15

  • 經修正并驗證過在 IAR MSP430 v3.42A 下編譯正之 uC/OS-II For MSP430F149 的例程(修正一般網站上重復 Define 無法編譯的問題),而且我以于 Simulat

    經修正并驗證過在 IAR MSP430 v3.42A 下編譯正之 uC/OS-II For MSP430F149 的例程(修正一般網站上重復 Define 無法編譯的問題),而且我以于 Simulator 內并設好了 Watch Dog Interrup 及觀測的斷點也設好了,可以直接于 IAR MSP430 下 Compiler 后再進 Debug Mode 執行即可正常執行于 app.c 下的 LED 閃爍任務調度工程.

    標簽: 430 MSP Simulat Define

    上傳時間: 2014-11-24

    上傳用戶:bruce5996

  • To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. Thes

    To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when you invoke the compiler.

    標簽: optimizations simulation ModelSim increase

    上傳時間: 2013-12-25

    上傳用戶:pkkkkp

  • 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

  • 在為Linux開發應用程序時

    在為Linux開發應用程序時,絕大多數情況下使用的都是C語言,因此幾乎每一位Linux程序員面臨的首要問題都是如何靈活運用C編譯器。目前Linux 下最常用的C語言編譯器是GCC(GNU Compiler Collection),它是GNU項目中符合ANSI C標準的編譯系統,能夠編譯用、C++和Object C等語言編寫的程序。GCC不僅功能非常強大,結構也異常靈活。最值得稱道的一點就是它可以通過不同的前端模塊來支持各種語言,如Java、 Fortran、Pascal、Modula-3和Ada等。開放、自由和靈活是Linux的魅力所在,而這一點在GCC上的體現就是程序員通過它能夠更好地控制整個編譯過程。

    標簽: Linux 應用程序

    上傳時間: 2013-12-22

    上傳用戶:TF2015

  • 本手冊結合MPC860T硬件平臺

    本手冊結合MPC860T硬件平臺,詳細敘述了PPCBOOT/UBOOT以及嵌入Linux的移植過程, 介紹了 SNMP 和 WEB 組件在嵌入平臺上的移植過程,同時這也可以作為在其它硬件平臺上移 植嵌入 Linux 的參考手冊

    標簽: 860T MPC 860

    上傳時間: 2016-01-02

    上傳用戶:PresidentHuang

  • Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati

    Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file.

    標簽: matrix performing template library

    上傳時間: 2016-01-05

    上傳用戶:h886166

主站蜘蛛池模板: 仪陇县| 随州市| 额敏县| 咸阳市| 定兴县| 响水县| 饶河县| 马关县| 和平县| 隆德县| 石屏县| 邻水| 苗栗市| 永靖县| 修文县| 屯留县| 陇西县| 秦皇岛市| 遵化市| 民县| 五家渠市| 嵩明县| 巢湖市| 盖州市| 开封市| 平罗县| 宜春市| 太原市| 普兰县| 太保市| 扶沟县| 凤翔县| 岳阳县| 德钦县| 柳江县| 夏河县| 台安县| 海门市| 镇雄县| 石渠县| 泊头市|