里面包括两个电子书籍,其中一个是编程方面的电子书籍另一个是SUN Java编码规范中文版的电子书籍。用助于学习JAVA的初学者和对其编程感兴趣的朋友下载。
上传时间: 2013-12-25
上传用户:chenjjer
【下载说明】 这里提供给大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、软件与接口)一书的英文原版CHM格式下载。 【作者简介】 Craig Hollabaugh has been fascinated by electronics since he bought an AM radio in elementary school. He was first exposed to Unix during a cross-country talk session in 1985. Later, he administered networked SUN and DEC workstations while pursuing a doctoral degree in electrical engineering at Georgia Institute of Technology. 【内容提要】 本书通过一个冬季旅游胜地自动化管理项目实例,从软件、硬件和接口的观点介绍嵌入式Linux。引入项目需求后,作者讲述了开发环境的建立,接着用一系列软硬件接口实例展示了如何使用异步串行通信、PC并口、USB、内存I/O、同步串行通信以及中断,等等。最后介绍了将前面所有的工作有机地组织在一起的系统集成过程。本书以实际应用为导向,书中整个项目的实施过程和软硬件接口实例都具实践指导意义。
标签: Linux Interfacing Embedded Hardware
上传时间: 2014-01-22
上传用户:shus521
我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈SUN没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。 我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便
标签: 论坛
上传时间: 2016-03-25
上传用户:上善若水
本书适应了Windows、Internet及计算机网络普及的潮流,介绍了一套在 Windows 下网络编程的规范-Windows Sockets。这套规范是Windows 下得到广 泛应用的、开放的、支持多种协议的网络编程接口。从 1991年的 1.0版到 1995 年的2.0.8 版,经过不断完善并在 Intel、Microsoft、SUN、SGI、Informix、 Novell 等公司的全力支持下,已成为Windows 网络编程的事实上的标准。为使 读者能够充分理解和应用这套规范,本书不但对Windows Sockets 1.1 及2.0规 范作了较为详尽的介绍,还结合了作者的实际工作,给出了具有实际应用价值的 程序实例。书中的内容包括:Windows Sockets 规范 1.1版及2.0.8 版介绍; Windows Sockets 网络编程指导和具体应用实例;Windows Sockets 规范 1.1版 及2.0.8 版库函数参考等。
上传时间: 2016-03-27
上传用户:shus521
In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, SUN s reference implementation of JSP, so you can start developing applications immediately.
标签: JavaServer dynamic lessons build
上传时间: 2014-11-25
上传用户:TRIFCT
Here we are at the crossroads once again Youre telling me youre so confused You cant make up your mind Is this meant to be Youre asking me Trademark But only love can say - try again or walk away But I believe for you and me The SUN will shine one day So Ill just play my part And pray you ll have a change of heart But I cant make you see it through Thats something only love can do Face to face and a thousand miles apart Ive tried my best to make you see Theres hope beyond the pain If we give enough if we learn to trust [Chorus] I know if I could find the words To touch you deep inside Youd give our dream just one more chance Dont let this be our good-bye
标签: crossroads confused telling again
上传时间: 2016-04-12
上传用户:changeboy
本系统是移动信息技术在酒店业中的应用之一,能使业者为顾客提供更便捷的服务,其客户端运行于Java ME平台之上。 用户可以通过手机查询各地的酒店信息,可以观看相应的图文和视频,最后可以预订服务,尤其适合外出者使用;本系统业提供会员功能,有积分计划等。 本系统服务端使用SUN Java System Application Server,后台使用Oracle数据库,还使用JSF为注册的酒店业者提供网页管理界面。
上传时间: 2016-04-24
上传用户:zhangzhenyu
打飞机的,背景可以移动,有关头,有奖励,有一架飞机带跟踪,很简单,各位不要笑话我,发上来主要照顾毕业设计危险的XD 操作系统:Microsoft Windows XP 程序语言:Java 2 开 发 包:Java(TM) 2 Standard Edition (5.0) SUN Micro. J2ME Wireless Tool Kit 2.2 IDE: Eclipse 3.01
标签: 飞机
上传时间: 2016-04-24
上传用户:xieguodong1234
跨平台2D引擎,任何图形设备(2d/3d)均可使用 精灵引擎包括:精灵(支持HotPoint),45度斜角地图,图层,ViewPort,层管理器。 图形引擎包括:ISurf通用2D绘图接口。目前有一个DDraw7的实现;IFont接口。还有一个CGdiFont实现。 *声明:欢迎学习研究或修改,未经本人许可,严禁用于商业用途 Copyright instemast 精灵引擎部分,我发现SUN的J2ME设计的还不错,所以参考了他的设计。 不过J2ME是针对移动设备的,不支持45度斜角地图,我支持了一下。 图形绘制部分,我抽象出了出一个ISurf接口来完成图形绘制。这个接口我改了好几次。 不支持位图Alpha通道,但是支持单个Alpha值。 ISurf接口中的Color格式为X8R8G8B8,不过具体设备上的具体实现与之可能不同。 你可以用D3D实现这个ISurf,也可以用DDraw实现他。目前我只提供了DDraw实现。 另外要说的是,不是说做3D游戏就不需要实现这个2D接口了。 由于我的UI是基于ISurf接口的,所以我的3D游戏也需要实现ISurf,以使UI工作。 里面用到的其他头文件,我也共享了出来,保证可以编译。
上传时间: 2014-01-20
上传用户:gtf1207
s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/docs/dte.html to learn more about it. To learn more about Joone - Java Object Oriented Neural Engine: http://www.joone.org Joone and the DTE are both released with the LGPL license @2004 Paolo Marrone and the Joone team - All rights reserved ==================================================================== Credits The Joone DTE uses the following external packages: - SUN Jini Network Technology http://wwws.SUN.com/software/jini/index.html - Computefarm Framework http://computefarm.jini.org - Spring Framework http://www.springframework.org We want to thank all the authors and contributors of the above packages. Please read the respective licenses contained in this distribution.
标签: Distributed Environment jooneworld contains
上传时间: 2013-12-25
上传用户:钓鳌牧马