搜索资源列表
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
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
- 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
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)