搜索资源列表
java
- 第一学时 培训前准备工作 软件行业认识 进入JAVA培训的准备工作 JAVA的基础知识 JDK JAVA2 JRE J2SE J2EE J2ME 下载中文文档 环境变量设置
j2me_file_manage
- 利用J2ME开发的小型文件管理器,主要练习对文件的操作。-Using J2ME to develop small-scale document management, and the main practice of the operation of the document.
MEXA
- This a scr ipt program that can update ProGuard config file for J2ME.-This is a scr ipt program that can update ProGuard config file for J2ME.
J2ME
- 是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -Is a data compression algorithm based on LZARI class. Haruhiko Okum