登录
首页 » Windows开发 »  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...

 JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...

于 2022-08-19 发布 文件大小:19.29 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

 JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 已知一颗有根树是 2
    已知一颗有根树是 2-tree(只有度为2和度为0的结点),并且有n个叶子节点,从左到右编号为1,2,…, n,还知道两个相邻编号节点之间的 ChonSu(这棵树中这链接这两个节点的路径的边数)。求任意两个叶子节点x, y (1≤x≤n)之间的 ChonSu-Rooted tree is known to a 2-tree (only the degree 2 and degree 0 nodes), and there are n-leaf nodes from left to right numbered 1,2, ..., n, also know that two adjacent numbers between nodes ChonSu (this tree that links these two nodes in the path of the number of edges). Seeking any two leaf nodes x, y (1 ≤ x ≤ n) between the ChonSu
    2022-01-22 01:37:29下载
    积分:1
  • 用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,...
    用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation of the management procedures, the processing of information, including teachers, students and other staff the three targets. Procedures should have the appropriate data structure. Procedures function is the management of students, teachers, staff information, requiring add, delete, query, sort, in which the function to output integrated application knowledge to use virtual function. Requirements : 1. In a storage containers of different types of targets, data structure types can be judged field. 2. The use of inheritance and virtual function, making procedures easier to expand, as output target information. 3. Agents use or handle achieve reference counting and write copy.
    2022-03-10 06:53:16下载
    积分:1
  • 集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等...
    集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等 -shape/color recognition function of automatic security alarm monitoring device that can be used to determine whether a particular object was moving, or for intrusion detection, etc.
    2022-12-05 08:40:03下载
    积分:1
  • 该程序可以作为一些学习c语言和的人员参考,怎样去多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。...
    该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。-the program can be used as learning c language and the development of reference, and how to develop multi-level menu. C of the procedures used to prepare. After changes can be applied to the actual process.
    2023-07-23 14:20:03下载
    积分:1
  • examen 1, 2 and 3 of icarnegie ssd4
    examen 1, 2 and 3 of icarnegie ssd4
    2022-06-19 19:09:21下载
    积分:1
  • C#编写的TCPIP服务器 可多线程客户端
    C#编写的TCPIP服务器程序源码,可连接多个客户端,使用visual studio开发,本来用于GPRS远程数据采集,但不限于GPRS
    2023-03-30 20:00:03下载
    积分:1
  • 2022-07-17 21:45:03下载
    积分:1
  • 菜单权限关联设定
    菜单权限关联设定-set menu authority Association
    2022-07-02 22:37:10下载
    积分:1
  • ssh框架依赖包-struts
    struts2-core-2.5.2.jar Struts2的核心包 struts2-spring-plugin-2.5.2.jar
    2022-04-01 18:06:58下载
    积分:1
  • 1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。 2,在需求输出信息的地方添加:dout(调试信息) 3,运行TR...
    1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。 2,在需求输出信息的地方添加:dout(调试信息) 3,运行TRACEWindow.exe, 4,运行程序,当运行到dout(..)的地方,TRACEWindow就会收到信息了。-1, dout.h into debugging to the document,# include direct "dout.h" OK. 2, the demand for the output added : dout (debugging information) 3. Operation TRACEWindow.exe, 4, operating procedures, When running to dout (..), TRACEWindow will receive the information.
    2022-08-26 10:12:19下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载