搜索资源列表
my123jianjava
- java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technica
利用Java实现串口全双工通讯
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类库,该类库大大的简化了对串口进行操作的过程-an embedded system usually through its serial port control system for full-duplex communications, For example, a pipe
Pipeline
- java写的关于流水线工作过程的模拟程序-java to write the work on the assembly line process simulation program
Plumber
- 一款Java管道连接游戏,将JAR包导入手机可以运行,另附有JAVA源文件,个人感觉做的还不错,而且很好玩,通过源代码你可以学到坐标、颜色、物件增大、增长的一些基本操作,这些操作将有助于你提高JAVA手机游戏编写水平。 -Pipeline to connect a Java game JAR packages can run into the phone, followed JAVA source files, personal feeling of doing good, and is a
Plumber
- 一款Java管道连接游戏,将JAR包导入手机可以运行,另附有JAVA源文件,通过源代码你可以学到坐标、颜色、物件增大、增长的一些基本操作。 -Pipeline to connect a Java game JAR packages can run into the phone, JAVA source file followed by the source code you can learn the coordinates, colors, objects increases, an in
Javaserialportdesign
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线 控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查 询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类 库,该类库大大的简化了对串口进行操作的过程。 -An embedded system is usually dominated by its serial port full-duplex communication system, such as a pi
java_evolutionary_algorithms
- 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
second
- 用java实现了管道数据流的测试, Multitalkclient的实现,Multitalkserver的实现,以及ParseURL的实现。-The pipeline with the java implementation of data flow testing, Multitalkclient implementation, Multitalkserver implementation, as well as ParseURL implementation.
net1
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线 控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查 询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类 库,该类库大大的简化了对串口进行操作的过程。-Embedded systems often need a serial port full-duplex communication with host systems, such as a pipeline co
java.odt.tar
- Creates, compiles and links two simple shaders. The vertex shader mimics the fixed function * pipeline and computes standard model view projection transformations. The fragment shader sets * the colour of fragments by reading the current glCol
Java_pipline_game_src
- j2me Java 管道连接游戏 附有源代码 -j2me Java pipeline to connect the game with source code
Apache_Mina_Server_2[1].0
- Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
java
- java布局管理器和管道的实现及其应用,四则运算的实现,窗口实例化。-java layout managers and the implementation of the pipeline and its applications, four operations to achieve, an instance of the window.
Kwic
- 实现管道过滤器架构风格,用于过滤非关键字字符,过滤非法关键字等-Achieve pipeline filter architecture style
StringContent
- java编码学习,如何使用管道通信,并加密。-java coding to learn how to use the pipeline communications, and encryption.
server
- java编码学习,如何使用管道通信,并加密。-java coding to learn how to use the pipeline communications, and encryption.
client
- java编码学习,如何使用管道通信,并加密。 -java coding to learn how to use the pipeline communications, and encryption.
Pipeline
- 用图形界面演示模型机的指令序列在5级流水线上的执行过程。使用高级语言Java,在Eclipse环境下开发流水线的仿真程序。实现针对任意的无相关模型机指令序列(包括数据前推、load前推并解决控制相关),能单步显示出每个时钟周期流水线上指令的执行情况,具体包括:时钟周期及编号、各级流水线寄存器的内容、各级流水线的控制信号。- Graphical interface demo model machine instruction sequence is d on five pipeline. U
CommunicateWhitPiping
- 正常测验Java的管道通信机制,对管道的读取和写入进行了充分的检验-Normal test Java pipeline communication mechanism, the pipeline read and write a full test
redis.java
- redis pipeline编程,多个命令可以批量执行,大大提高效率(redis pipeline example)