搜索资源列表
JDK环境配置
- Java初学者往往会遇到JDK配置方面的问题。其实相关的配置并不难。本文以Windows系统为例,详细的说明一下配置的过程。包括环境配置和简单的调试代码。
Chengdu-Huawei-
- 2010年成都华为上机考试题目,非常详细,有A卷和B卷,有C/C++版本和JAVA版本,没有源代码,可以参考下,2010年题目-Chengdu Huawei 2010 examination questions, very detailed, there are A volume and volume B, C/C++ and JAVA versions, not the source code, can refer to the next, 2010.
SPI-in-Verilog-implementation
- SPI的Verilog实现(非常的全面和详细,还带有SPI算法的注解).-SPI in Verilog implementation (a very full and detailed, but also with the SPI algorithm annotation).
Java5
- java.5.0技术文档,是中文的 ,对新增的功能有了详细的说明。-java.5.0 technical documentation is in Chinese on the new features with detailed explanation.
MMS-20060317
- 联通MMS开发参考文档, 比较详细, 至少比MM7的API详细-Unicom MMS to develop a reference document, in more detail, at least the API in detail MM7
Servletapi
- servlet API。servlet各种方法和详细解释-servlet API. servlet methods and a detailed explanation
jspider-0.5.0-dev
- ,核心代码,挺详细的,考虑比较周到,隐士观察下来,还缺少设定timeout,还缺proxy部分,因为JSpider已经支持proxy,不过是用java内置的方法-JSiper
JDK_API_1_6_zh_CN-
- 学习java非常实用的帮助文档,中文版,查找实用方法 类 接口详细信息-The learning java very practical help documentation, Chinese, find practical methods class interface
JavaMailAPI
- 该文档时javaMail开发文档,对于学习java电子邮件的开发很有用,里面详细的介绍的javamail的核心类和如何去使用它开发出类似MSOutlook,foxmail等电子邮件客户端程序!希望对那些学习javamail的人有帮助。-JavaMail development document, the document is useful for learning java development of the e-mail, which provides detailed descr ipt
JDK16new2
- java JDK1.6的新特性,能更好的帮组你去了解java1.6新内容,教程里面的对于新特性的解释讲解代码很详细-java JDK1.6 new features, better able to help you to understand java1.6 group of new content, tutorials, which explains the new features of the code is very detailed explanation
Java调用MATLAB完整教程
- 详细介绍了环境配置,MATLAB打包,以及在Eclipse里使用Java调用资源包的全过程。含测试实例
I2C-Transplant-notes
- 这个是我做的一个关于手机上的I2C的移植程序经验总结,虽然没有直接程序,但是总结里将每一步都说明的很详细,大概的流程步骤都有!这个是在ubuntu系统下,也有部分Java程序-This is what I do a mobile phone on the I2C of the transplant experience summary, although there is no direct procedures, but the summary will be every step of th
Java基础-枚举
- Java基础知识,枚举的一般用法,附详细代码,对于Java的初学者具有很大的指导意义
JAVA课件
- Java程序设计课件以及复习资料,考试卷等详细明了,简单易懂,是入门Java相对好的资料
数据结构与算法
- 这是韩顺平老师讲解Java数据结构与算法的笔记,详细讲解了队列,栈,树,图等数据结构以及多种经典的算法。