自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 收藏
  • 关注

MIPS架构的交叉编译工具问题

MIPS架构的交叉编译工具问题 某些MIPS架构的机顶盒提供了六种交叉编译工具GCC,如下:· mipsel-linux-gcc· mipsel-linux-uclibc-gcc· mipsel-uclibc-gcc· mips-linux-gcc· mips-linux-uclibc-gcc· mips-uclibc-gcc这六种有什么区别?分别用于什么情况呢?1)首先,mips和mipsel...

2009-03-31 13:40:00 164

Building a phoneME Feature Software Reference Port (MR4)

Building a phoneME Feature Software Reference Port (MR4) The phoneME Feature Software is the Open Source version of Sun Microsystems' commercial implementation, the Sun Java Wireless Client software....

2009-03-30 15:56:00 68

Building a CLDC Reference Port (phoneME Feature MR4)

Building a CLDC Reference Port (phoneME Feature MR4) CLDC software is the OSS community version of Sun Microsystems' Connected Limited Device Configuration HotSpot™ Implementation virtual machine.T...

2009-03-30 15:54:00 52

Building a PCSL Reference Port (phoneME Feature MR4)

Building a PCSL Reference Port (phoneME Feature MR4) This document contains instructions for building a PCSL reference port. It has the following sections: * Building PCSL Software on a Windows x...

2009-03-30 15:53:00 63

Building the JavaCall Porting Layer (phoneME Feature MR4)

Building the JavaCall Porting Layer (phoneME Feature MR4) The JavaCall porting layer provides a uniform set of APIs that improve and simplify the phoneME Feature software porting process.To build a...

2009-03-30 15:52:00 91

Setting Up Your Build phoneME Feature Environment (MR4)

Setting Up Your Build phoneME Feature Environment (MR4) This section describes how to prepare your Windows x86 build environment for building the JavaCall porting layer, PCSL, CLDC, and phoneME Fea...

2009-03-30 15:51:00 49

Before You Begin phoneME Feature(MR4)

Before You Begin phoneME Feature(MR4) This document contains the following sections: * Document Notes and Conventions * Setting Variables for Your Build Environment * Including Optional Package...

2009-03-30 15:48:00 52

Downloading phoneME Feature Software Source Code (MR4)

Downloading phoneME Feature Software Source Code (MR4) The phoneME Feature software project provides two ways for you to access the source code: * Download the required phoneME Feature software zip...

2009-03-30 15:47:00 63

Getting Started with phoneME Feature Software (MR4)

Getting Started with phoneME Feature Software (MR4) This guide contains the following sections: * Downloading phoneME Feature Software Source Code * Before You Begin * Setting Up Your Build En...

2009-03-30 15:44:00 65

NetBeans建立CLDC/MIDP应用程序

NetBeans建立CLDC/MIDP应用程序 一、NetBeans建立CLDC/MIDP应用程序NetBeans IDE使用同样的Java编译器来建立CLDC应用程序,其背后使用了-bootpathoption选项来重定位编译器使用不同的基础类。建立选项——尤其是optimization(优化)和obfuscation(混淆),在JavaME设备中扮演了重要角色。原因如下:1)商业应用,保护知...

2009-03-30 15:42:00 51

phoneME Feature MR4介绍

phoneME Feature MR4介绍 phoneME Feature Software (MR4)Release DescriptionphoneME™ Feature software (MR4) adds new capabilities and features to previous releases, as outlined in the feature list below...

2009-03-29 11:14:00 81

建立CLDC Reference Port (MR4)

建立CLDC Reference Port (MR4) CLDC software is the OSS community version of Sun Microsystems' Connected Limited Device Configuration HotSpot Implementation virtual machine.This document has the followi...

2009-03-28 15:43:00 129

VC6安装错误——Error Launching acmboot.exe

VC6安装错误——Error Launching acmboot.exe 因项目需要,我需要安装Microsoft Visual C++ Professional Version 6 SP5。但是在安装时运行安装目录下的setup.exe,出现Error Launching acmboot.exe,无论如何都进行不下去。我以为是需要安装光盘的问题,因为以前每次安装都是在光盘上进行的,装了Daem...

2009-03-26 16:07:00 78

CLDC 1.1

CLDC 1.1 一、CLDCCLDC 1.1是JCP规范JSR-30和JSR-139的结果,面向资源受限的消费电子设备。 CLDC特征如下:1)设备要求至少160-192KB的内存空间。 2)设备电力有限,通常是电池供电的设备。 3)可连接某些网络,通常是无线网络、间断连接和带宽有限(通常是9.6Kbps或更少)。 4)用户界面复杂程度各不相同,甚至可以没有用户...

2009-03-23 11:41:00 73

GTK+界面设计

GTK+界面设计 先看一段例程:——————————————————————————————#include<gtk/gtk.h> int main(int argc, char *argv[]){ GtkWidget *window; /* Initialize GTK+ and all of its supporting libraries....

2009-03-20 14:07:00 105

Windows下安装GTK+的最佳攻略

Windows下安装GTK+的最佳攻略 本文的GTK+版本为2.16.0 前提条件:Windows上已安装Cygwin(安装方法不在本文中叙述)在Windows平台上安装GTK+,方法很多,最简单的方法是采用一体包进行安装,步骤如下:1)下载gtk+-bundle_2.16.0-20090317_win32.zip地址:http://ftp.gnome.org/pub/gnome/bina...

2009-03-20 10:48:00 232

ANTLR v3

ANTLR v3 ANTLR是一个语法、语义解析的好工具。我两年没用这个工具了,今天意外的发现它变化很大。06年我曾经用ANTLR v2做过某个项目,之后再也没有用过。因为一般的解析、转换,直接用正则表达式也可搞定,复杂一点的就加上一些算法。ANTLR v3的最新版本是3.1.2,围绕它的第三方工具也很多。有:1)ANTLRWorks版本1.2.32)ANTLR IDE版本1.3.03)Edga...

2009-03-09 21:56:00 60

JBoss Tattletale

JBoss Tattletale介绍 JBoss Tattletale发布1.0.Beta2版本。JBoss Tattletale是一个能获得你从事的项目或产品的概览的工具。此工具可递归扫描JAR包的文件,并生成带文件链接的格式化的HTML报告。JBoss Tattletale提供的报告可帮助你获得项目的质量。 1)识别JAR包之间的依赖 2)从类路径查找错误的类 3)同一个类定位了多个J...

2009-03-07 12:03:00 56

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除