Use P/invoke to Develop a .NET Base Class Library for Serial Device Communications
標簽: Communications Develop Library invoke
上傳時間: 2014-12-21
上傳用戶:zjf3110
invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include path for jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . set searching path for jvm.dll
標簽: compile JavaProg include program
上傳時間: 2014-11-16
上傳用戶:思琦琦
This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent by the coordinatorTask in the past five seconds (deadline time). This demonstration program is automatically stopped after twenty seconds.
標簽: CoordinatorTask demonstrates deadline handlers
上傳時間: 2015-09-21
上傳用戶:大融融rr
java rmi example. By using rmi to invoke remote method
上傳時間: 2014-01-16
上傳用戶:stewart·
這是一個java線程示例代碼片段,示例在main方法中調用invoke方法
上傳時間: 2014-01-19
上傳用戶:懶龍1988
用P/invoke顯示設備內存信息 P/invoke with compact framework get the Memory Status and Storage Cards
標簽: invoke framework compact Storage
上傳時間: 2016-04-05
上傳用戶:jennyzai
使用Nios II軟件構建工具 This chapter describes the Nios® II Software Build Tools (SBT), a set of utilities and scripts that creates and builds embedded C/C++ application projects, user library projects, and board support packages (BSPs). The Nios II SBT supports a repeatable, scriptable, and archivable process for creating your software product. You can invoke the Nios II SBT through either of the following user interfaces: ■ The Eclipse™ GUI ■ The Nios II Command Shell The purpose of this chapter is to make you familiar with the internal functionality of the Nios II SBT, independent of the user interface employed.
上傳時間: 2013-10-12
上傳用戶:china97wan
直線、圓等圖形函數的匯編語言實現 本例所用的繪圖函數均采用堆棧的方法傳遞參數,可以和C語言接口。畫點的函數采用直接寫顯存的方法。為了直接由CPU數據確定像素顏色,而不使用位屏蔽寄存器或置位/重置寄存器,采用了VGA的寫模式2方式。直線和圓的算法均采用Bresenham算法實現,其實現過程及堆棧狀態均有較詳細的說明。最后,將繪圖函數用宏封裝了起來,便于主程序中調用。當然,主程序中也可直接將參數壓入堆棧。其實在較高版本的編譯程序中,可以用PROTO偽指令定義函數原型,再用invoke偽指令調用。
上傳時間: 2013-12-20
上傳用戶:hgy9473
This a collection of sample processes that provide examples ranging from how to use a particular BPEL activity such as pick or scope, to more complex examples of processes that invoke external Web services or show techniques such as handling multiple start messages.
標簽: collection particular processes examples
上傳時間: 2013-12-26
上傳用戶:sunjet
The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Specification. It offers a way for a client to turn a human-readable name into an object reference, on which the client can subsequently invoke operations in the normal way. See the OMG specification for full details of the functionality provided by the Naming Service.
標簽: Service Naming implementation omniNames
上傳時間: 2014-01-25
上傳用戶:jyycc