搜索资源列表
TaskForce
- 这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar -This a linux environment, simulating the windows environment with a t
RemoteWAP-0.4.tar
- RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is d
Design_and_Implementation_of_Smart_Phone_System_So
- 介绍了一种基于嵌入式Linux 的智能手机系统软件平台的设计与实现,系统软件从层次上分为四层, 最底层是操作系统层,实现对嵌入式Linux 的移植、裁剪;第二层是系统服务层,所有跟手机相关的业务都由此层 来处理,以及数据库服务;第三层是中间层,嵌入式GUI 实现人机交互接口,J2ME 中间件支持java 程序的下载、 运行;最上层是智能手机应用层,实现手机的基本功能及其他应用。-Introduces the design and implementation of the smart
FEDLibrary_2.0.0
- c++实现远程文件调用操作,可以实现类似于java的接口-c++ remote file operation can impleation similar with java remote interface
addressBook
- 北大青鸟accp 网上在线通讯录项目,界面做的很好,功能也很完善-Beida Jade Bird accp online online address book project, the interface is excellent, and functions are very perfect
GtkP2.0-
- 本教程讲述 GTK 的 C 接口。还有许多其它语言的 GTK 绑定如 C++、Perl、Python、TOM、Ada95、Objective C、Free Pascal、Eiffel、Java 和 C#。如果你想使用 GTK 其它语言的绑定,请先查看该绑定的文档。有时这些文档会讲一些重要的概念,然后你再来参考本教程。还有一些跨平台的 API (如 wxWindows 和 V),它们把 GTK 作为一个支持的平台。同样,先参考它们的文档。-This tutorial describes the C
jfc_examples
- JFC核心编程第2版,书中例子的源代码 所有例子的源代码。 • 可用于Windows,Linux和Solaris的JBuilder 4集成开发环境,其中包括编译器和Java 2运行时环境(JRE)版本1.3。 • SwingBuilder实用工具,可用于图形化地创建基于Swing的用户界面。 • Core Swing: Advanced Programming书中的一章,PDF格式。 -JFC core programming, 2nd e
usb
- java调用USB接口包,这个版本只基于Linux的操作系统下才能使用-java package called USB interface, this version only Linux-based operating system to use
Android_helloworld
- 实验功能: 在第一个Hello World!为标签的activity中显示good,该界面中有一个名为Next的按钮。点击Next按钮进入到第二个activity中去,第二个界面中只有1个Close按钮。当然,据网上有人将要比较安全的实现关闭程序的功能也不是挺简单的,因为android有专门的退出键返回键等。所以该Close按钮暂时没去实现它。 我的第1个activity为HelloworldActivity,第2个activity为NextActivity. 实验说明:
Bluetooth
- 蓝牙API接口实现,先是C调用java,然后java调用c-Bluetooth API interface implementation, first the C calling java, then java call c
drm1_jni
- This file implement the Java Native Interface.
javacodemarker
- Java Code Marker for Linux Interface
JSAudioConstructor
- JS Audio Constructor Java Web Interface Source Code for Linux.
JSClipboard
- JS Clipboard Java Interface for Linux.
Runtime
- Allows Java applications to interface with the environment in which they are running.
TestHelper_Connection1
- Helper class for the java.sql tests - a skeleton class which implements the java.sql.Connection interface.
Jsr239CodeEmitter
- Emits a Java interface and Java & C implementation for a C function.
WriterChain
- It is unfortunate that java.io.Writer is a class rather than an interface.
Blob
- Internal class implementing java.io.InputStream on SQLite 3.4.0 incremental blob I/O interface.
BackupDataInputStream
- Provides an java.io.InputStream-like interface for accessing an entity s data during a restore operation. Used by BackupHelper classes within the {@link BackupAgentHelper mechanism.