搜索资源列表
POCMethodCallClient.java
- Wireless Java O Reilly - learning wml & wmlscr ipt O Reilly - learning xml O Reilly - Learning_Python O Reilly - Lingo in a Nutshell O Reilly - Mac OS X Pocket Reference O Reilly - Managing NFS and NIS, 2nd Edition O Reilly - Mastering Algorithms
java键盘操作
- 本代码是关于java的键盘的输入,当你输入o是会弹出新窗口,当你输入其他是它会在最上一排显示你输入的字符,对学习java的同学是好例子-the java code is on the keyboard input, when you enter o is the new pop-up window When you enter the other is that it will show your best suit the character input, to learn java stud
stepnc_write_v1_1
- The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just prin
ppt_io_Study_second
- 本书是讲述计算机JAVA的I/O流的书籍,这是下半章,将会比较详细说明I/O流
InputOutput
- 8个用Java编写的I/O程序-eight prepared by the Java I / O procedures
Download Web Resource
- The program demostrates the ability to download a Web Resource using Java Network and I/o Package classes
Teapot
- 本程序实习了openGL的茶壶(Teapot);键盘C键控制其颜色;R键实现了旋转,同时X,Y,Z键可改变其旋转轴;方向键可控制光源位置;按着鼠标左键移动鼠标可以人工旋转,像Google Earth;按着鼠标右键移动向上移动鼠标壳缩小其尺寸,向下可放大-This program internship in openGL teapot (Teapot) keyboard C keys to control their color R key to achieving the rotation,
TinyOS
- 基于T i n y O S 的无线传感器网络体系结构 无线传感器网络WSN(Wireless Sensor Network) 由部署在监测区域内大量廉价的传感器节点组成,通过 无线通信方式形成multi2hop 自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知 对象的信息,并发送给观察者。本文从分析无线传感器节点Mica 和其上运行的操作系统TinyOS 出发, 着重描述无线传感器网络节点应用程序体系结构和消息通信机制。 -T iny OS-ba
OReillyJavaExamplesinautshell2000
- Java book , O reily , java example in nutshell
wap2.0
- wap 2.o 源码,希望能帮助大家学习wap开发-wap 2.0 developBook
java
- Java Reference Library O Reilly
java
- 100个java小项目 100个java小项目-100 Gè java xiǎo xiàngmù 100 Gè java xiǎo xiàngmù 100 Gè java xiǎo xiàngmù
javaSerial
- Programa para geraç ã o de serial em java, para seguranç a da aplicaç ã o
one
- Bryan O Sullivan 编写的slopeOne算法 可以用java等改写-Bryan O Sullivan SlopeOne algorithm
新建文本文档 (2)
- 快速排序 对冒泡排序的一种改进,若初始记录序列按关键字有序或基本有序,蜕化为冒泡排序。使用的是递归原理,在所有同数量级O(n longn) 的排序方法中,其平均性能最好。就平均时间而言,是目前被认为最好的一种内部排序方法(Quick sort of an improvement on the bubble sort, if the initial recording sequence by keyword order or order, into a bubble sort. Using a r
SW 17w13a
- 一个用Java开发的游戏。按O打开地图编辑器 图是p站里盗来的。别吐槽,觉得难看就把/img/sky.png改了,585*585像素(A game developed with Java. Press O to open the map editor The picture was stolen from the P station. Do not spit the slot, feel ugly to change the /img/sky.png, 585*585 pixels)
javaWeb网上订餐系统
- SSH是struts+spring+hibernate集成的web应用程序开源框架。 Struts:用来控制的,核心控制器是Controller。 Spring:对Struts和Hibernate进行管理,整合的。 Hiernate:操控数据库 struts标签库:Struts2默认的表达式语言是OGNL(Object-Graph Navigation Language),通过它可以存取对象的任意属性、调用对象的方法、遍历整个对象的结构图、实现字段类型转换等功能。 J
JavaServer Pages - Examples (OReilly)
- 此包包含所有JSP应用程序示例和源代码。 所有JavaServer页面描述java类的代码(O'Reilly)(This package contains all JSP application examples and the source code for all Java classes described in the JavaServer Pages (O'Reilly))
MaxClique.java
- 回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)