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