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