搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

Java书籍 Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include

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 sa ...
https://www.eeworm.com/dl/656/135351.html
下载: 77
查看: 1070

GPS编程 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho

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.
https://www.eeworm.com/dl/693/139114.html
下载: 115
查看: 1072

嵌入式/单片机编程 touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─

touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件 ...
https://www.eeworm.com/dl/647/139419.html
下载: 29
查看: 1060

嵌入式/单片机编程 iic_test ├─ main.c C语言主源文件 ├─ iic.c IIC总线操作和24C040擦写函数源文件 └─ iic.h IIC总线操作和24C040写定义头文件

iic_test ├─ main.c C语言主源文件 ├─ iic.c IIC总线操作和24C040擦写函数源文件 └─ iic.h IIC总线操作和24C040写定义头文件
https://www.eeworm.com/dl/647/139420.html
下载: 172
查看: 1046

FlashMX/Flex源码 一个自己做的FLASH触摸屏代码。 main页面10分钟无响应自动跳回index index页面为3分钟循环一次

一个自己做的FLASH触摸屏代码。 main页面10分钟无响应自动跳回index index页面为3分钟循环一次
https://www.eeworm.com/dl/661/140537.html
下载: 46
查看: 1069

嵌入式/单片机编程 c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c =

c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
https://www.eeworm.com/dl/647/140682.html
下载: 96
查看: 1343

Linux/Unix编程 用户名:liuxinrui 密码:zhongyong 您可以在 linux 系统上运行 main.exe 文件 IP 应设为192.168.0.1 重新编译请在linux终端提示符后输

用户名: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 的查 ...
https://www.eeworm.com/dl/619/141921.html
下载: 163
查看: 1055

单片机开发 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以

红外遥控接收 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 重 ...
https://www.eeworm.com/dl/648/143250.html
下载: 95
查看: 1327

企业管理 文具仓库管理系统2.0(源码)delphi+access main in Mainmain.pas {FrmMain}, Login in LoginLogin.pas {FrmLogin},

文具仓库管理系统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.p ...
https://www.eeworm.com/dl/632/144841.html
下载: 131
查看: 1088

嵌入式Linux 2410开发板在ADS下测试LED的程序 运行步骤: 1 打开led.mcp工程文件 2 运行 3 观察开发板上的跑马灯闪烁 文件说明: init.s 开发板初始化文件 Main.c 中

2410开发板在ADS下测试LED的程序 运行步骤: 1 打开led.mcp工程文件 2 运行 3 观察开发板上的跑马灯闪烁 文件说明: init.s 开发板初始化文件 Main.c 中断实验主程序文件
https://www.eeworm.com/dl/653/147135.html
下载: 26
查看: 1132