CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 J2ME 搜索资源 - java 文本

搜索资源列表

  1. 诺基亚Java用户界面 API程序员指南_ch

    0下载:
  2. 开发NOKIA手机游戏,就一定要了解其特有的API,这个文本可以说是开发的必备资料.-Nokia mobile gaming development, it must understand its unique API, this text can be said to be the development of the requisite information.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:651149
    • 提供者:刘为
  1. Java_SRC_1-3

    0下载:
  2. 源代码使用说明 本书全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。 光盘中的.java文件可以用任何文本编辑器打开。如果要执行,则使用如下方法: 使用jdk: 编译所有文件,然后仅执行一次有main的文件。 使用jb: 若已有一个空工程存在,则将所需文件添加到工程(jb9版本)中,然后按F9键。-source code for use on all of the code in JDK al
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:716675
    • 提供者:bb
  1. AlertTest

    0下载:
  2. java源代码-j2me游戏开发系列(文本、日历、时钟等)-java source code-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1218
    • 提供者:kevin
  1. ChoiceGroupTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1455
    • 提供者:kevin
  1. CommandTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:kevin
  1. DateFieldTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:kevin
  1. GaugeTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:kevin
  1. GuiTests

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1860
    • 提供者:kevin
  1. KeyEventsTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1523
    • 提供者:kevin
  1. TextBoxTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1133
    • 提供者:kevin
  1. TickerTest

    0下载:
  2. java编程-j2me游戏开发系列(文本、日历、时钟等)-java programming-j2me game development series (for the text, calendar, clock, etc.)
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:1302
    • 提供者:kevin
  1. json-js

    0下载:
  2. JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。易于人阅读和编写,同时也易于机器解析和生成。
  3. 所属分类:J2ME

  1. Java

    0下载:
  2. 首先到sun下载最新的jmf,然后安装。http://java.sun.com/products/java-media/jmf/index.jsp   然后,说一下需求   1. 用摄像头拍照   2. 在文本框输入文件名   3. 按下拍照按钮,获取摄像头内的图像   4. 在拍下的照片上有一红框截取固定大小的照片。   5. 保存为本地图像为jpg格式,不得压缩画质   技术关键,相信也是大家最感兴趣的部分也就是如何让一个
  3. 所属分类:J2ME

    • 发布日期:2017-03-27
    • 文件大小:3975
    • 提供者:WS
  1. TCP_server_client

    2下载:
  2. MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
  3. 所属分类:J2ME

    • 发布日期:2012-11-24
    • 文件大小:115190
    • 提供者:申文霞
  1. readerj2me

    0下载:
  2. 多格式文本阅读器是一个简单的j2me手机应用程序,它支持普通文本、Unicode、UTF-8等多种文本读取,适合j2me编程的初学者学习参考使用。-Multi-format text reader is a simple j2me mobile applications, it supports plain text, Unicode, UTF-8 and other texts to read, suitable for beginners to learn j2me programming
  3. 所属分类:J2ME

    • 发布日期:2017-04-15
    • 文件大小:12831
    • 提供者:王正
  1. Anyview3125

    0下载:
  2. JAVA阅读文本工具,支持多中格式,运行快-JAVA reading the text tools, support and more formats, running fast
  3. 所属分类:J2ME

    • 发布日期:2017-04-26
    • 文件大小:421355
    • 提供者:好人
  1. FontExporter

    0下载:
  2. FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 P
  3. 所属分类:J2ME

    • 发布日期:2017-04-25
    • 文件大小:11999
    • 提供者:lilianji
  1. reader

    0下载:
  2. 多格式文本阅读器是一个简单的j2me手机应用程序,它支持普通文本、Unicode、UTF-8等多种文本读取,适合j2me编程的初学者学习参考使用。-Text of multi-format reader is a simple cell phone j2me application, it supports plain text, Unicode, UTF-8 text to read, etc., suitable for beginners to learn j2me programming
  3. 所属分类:J2ME

    • 发布日期:2017-03-24
    • 文件大小:13766
    • 提供者:阿发
  1. tinylinegzip

    0下载:
  2. J2ME的文本压缩。 2ME压缩总汇的例子.对开发手机程序很有帮助。-GZIPInputStream is a pure J2ME implementation of the java.util.zip.GZIPInputStream class that uses the same Java API as in Java 1.1 or Java 1.4.1. The size of the com.tinyline.util.GZIPInputStream in the J
  3. 所属分类:J2ME

    • 发布日期:2017-04-05
    • 文件大小:48432
    • 提供者:卡哈尔
  1. MobileApplication2

    0下载:
  2. J2ME 手机查找文件的程序.可以通过在根目下下创建txt文本,然后在手机输入框中找到,并显示文本的字符数量-Java Me mobile phone. file finder
  3. 所属分类:J2ME

    • 发布日期:2017-04-01
    • 文件大小:47163
    • 提供者:Chen Shi
搜珍网 www.dssz.com