搜索资源列表
XMlandjava
- The extraordinary growth of the World Wide Web has been fueled by the ability it gives authors to easily and cheaply distribute electronic documents to an international audience. As Web documents have become larger and more complex, however, Web cont
thinkinjava
- Java的中文问题历史悠久,连绵不绝,至今也没有完全解决,但是上有政策下有对策,我们总是有办法搞定它的。跟Java相关的中文问题主要有两类,一类是编程的问题,涉及到I/O,内码转换等。第二类是Java运行环境的配置,涉及字体,属性配置等。我刚刚用了一天的时间解决这些问题,觉得很有必要给自己写个备忘录之类的。
javaNIO
- 一系列缓冲区类支撑起了 Java 2 平台标准版的新 I/O(NIO)包。这些类的数据容器形成了其它 NIO 操作(如套接字通道上的非阻塞读取)的基础。在本月的 Merlin 的魔力中,常驻 Java 编程专家 John Zukowski 展示了如何操作那些数据缓冲区来执行如读/写原语这样的任务以及如何使用内存映射文件。在以后的文章里,他将把这里所提到的概念扩展到套接字通道的使用。 Java 2 平台标准版(Java 2 Platform Standard Edition,J2SE)1.4 对
CoreJava
- 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
multithreadingjava
- 鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dinin
KMP008
- 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,
MATLAB
- 本指南列举的MATLAB 代码编写的建议在软件开发小组实际工作中得到一致性的认 可。本指南与C、C++与Java 的同类手册在整体上是相似的,但是针对MATLAB 的特征 与历史进行了修正。指南中的建议是基于多种其他代码语言的指南与个人经验而来的。指南 主要是针对MATLAB 而写的,但是它对于相近的语言,如Octave、Scilab 和O-Matrix等的 编程也有所帮助。-Listed in this guide to prepare the recommendations
Java-d-o-e
- java的运行环境适合于初学者,进行java的安装。和调试一些小程序。并进行一些详细的介绍-Java running environment suitable for beginners, Java installation and commissioning of some small programs and some detailed introduction
(EBook---PDF---Programming)-29-Complete-Oreilly-B
- (EBook - PDF - Programming) 29 Complete O reilly Books (network, Unix, Web, Perl, Java & Samba).zip
learning-java-in-oreillys-path
- 学习JAVA的详细步骤,以及相关O’reilly书籍推荐-Learning JAVA steps, as well as books recommended
lab8
- a Java program (with the necessary I/O exception handling code) which will sort the names into two files based on their length. Names with 5 letters or less should be written to a file named “small.txt”. Names with more than 5 letters should be w
Beginning-Android
- Android is a trademark of Google, Inc. for their open-source operating environment for mobile devices. Linux is a trademark of Linus Torvalds. Java is a trademark of Oracle America Corporation (formerly Sun Microsystems). Nutshell Handbook, the
iLCD-2
- Methode iLCD2 iLCD is provided as a Jar file. The minimum command line is : java -jar iLCD2 -i INPUTFILE -o OUTPUTFILE documented (…) optional parameters are : -bThreshold : the belonging threshold. To match with the IAT paper, the val
ProjSignos
- Exemplo de como usar abstraç ã o em java
Prog_Java
- Programaç ã o Java com ênfase em orientaç ã o a objetos
IO
- java中的输入输出流处理-I/O in java
apostila
- 1. Introdução O que é PHP? PHP significa: Hypertext Preprocessor. Realmente, o produto foi originalmente chamado de “Personal Home Page Tools”; mas como se expandiu em escopo, um nome novo e mais apropriado foi escolhido por votação da comunidade. Vo
olap4j-1.1.0
- Conexã o com Essbase Server para desenvolvimento de app Java + Essbase
TestTictactoe
- Tictactoe game in java. Tic-tac-toe is a classic, simple board game where two players (player “X” and player “O”) take turns putting their marks on the grid. For a board of size n-by-n, a player wins by having n consecutive marks on the board. Unzi