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 Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The MAIN goal of this example is to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how to perform functions such as adding a new layer adding lines and points, and editing a layers data.
标签: example 4.0 Control Delphi
上传时间: 2015-04-10
上传用户:lhc9102
touchsceen_test ├─ MAIN.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件
标签: touchsceen_test AscII Ascii MAIN
上传时间: 2013-12-21
上传用户:星仔
iic_test ├─ MAIN.c C语言主源文件 ├─ iic.c IIC总线操作和24C040擦写函数源文件 └─ iic.h IIC总线操作和24C040写定义头文件
上传时间: 2015-04-10
上传用户:Zxcvbnm
一个自己做的FLASH触摸屏代码。 MAIN页面10分钟无响应自动跳回index index页面为3分钟循环一次
上传时间: 2015-04-13
上传用户:wangdean1101
c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void MAIN(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
标签: void LongToBin unsigned define
上传时间: 2015-04-13
上传用户:a6697238
用户名:liuxinrui 密码:zhongyong 您可以在 linux 系统上运行 MAIN.exe 文件 IP 应设为192.168.0.1 重新编译请在linux终端提示符后输入 g++ -lsybdb -lcurses -o 1.exe MAIN.cpp clsMAIN.cpp clsConn.cpp clsTrade.cpp clsSupplier.cpp clsProduct.cpp 把数据库文件 DepartmentalStore.sql 拖放到 SQL SERVER 的查询分析器中并执行 把数据库文件 测试.sql 拖放到 SQL SERVER 的查询分析器中并执行 本软件提供详细的设计文档,供学习之用
标签: linux liuxinrui zhongyong MAIN
上传时间: 2014-01-18
上传用户:561596
红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以下为进入P3.2脚外部中断子程序,也就是解码程序 IR: MOV R6,#9 SB: ACALL DELAY882 调用882微秒延时子程序 JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序 DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电
上传时间: 2014-01-04
上传用户:ynsnjs
文具仓库管理系统2.0(源码)delphi+access MAIN in MAIN\MAIN.pas {FrmMAIN}, Login in Login\Login.pas {FrmLogin}, Logo in Login\Logo.pas {FrmLogo}, Global in Share\Global.pas , BaseSetup in BaseSetup\BaseSetup.pas {FrmBaseSetup}, dm in Share\dm.pas {DM_Wjckgl: TDataModule}, About in Help\About.pas {FrmAbout}, InputGoods in Input\InputGoods.pas {FrmInputGoods},
标签: LoginLogin pas MAINMAIN FrmLogin
上传时间: 2013-12-16
上传用户:1427796291
2410开发板在ADS下测试LED的程序 运行步骤: 1 打开led.mcp工程文件 2 运行 3 观察开发板上的跑马灯闪烁 文件说明: init.s 开发板初始化文件 MAIN.c 中断实验主程序文件
上传时间: 2013-12-30
上传用户:gaome