搜索资源列表
KWIC
- KWIC采用管道过滤器风格,采用Java实现-KWIC pipe filter style by using the Java implementation
04-Pipes-Filters-ImageProc
- 管道过滤器的例子代码,能对照片进处理。能够改变照片的亮度、对比度等东西。-Pipe filter example code
SDM-V25
- Cisco 安全设备管理工具:SDM SDM(Security Device Manager)是Cisco公司提供的全新图形化路由器管理工具。SDM在新版CCNP第三门课程ISCW1.0中重点讲解,该工具利用WEB界面、Java技术和交互配置向导使得用户无需了解命令行接口(CLI)即可轻松地完成IOS路由器的状态监控、安全审计和功能配置包括:QoS、Easy VPN Server、IPS、DHCP Server、动态路由协议等配置任务也可以利用SDM轻松而快捷地完成。使用SDM可以简化网络管
TCP
- java中重要的TCP通信,是用socket(管道)编程,实现文本文件传输。可广泛用于QQ类软件。-java important TCP traffic, is to use socket (pipe) programming, text file transfer. QQ type of software can be widely used.
SA
- 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排
Milestone1
- contoh pipe game dengan menggunakan java
PipeImpl
- Implements java.nio.channels.Pipe for Embedded Linux.
SourceChannelTest
- Tests for java.nio.channels.Pipe.SourceChannel.
SelectorProvider
- SelectorProvider is an abstract base class that declares methods for providing instances of DatagramChannel, Pipe, java.nio.channels.Selector , ServerSocketChannel, and SocketChannel.
KWIC
- KWIC采用管道过滤器风格,采用Java实现-KWIC pipe filter style by using the Java implementation
nodejs父子进程的stream方式通信
- 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi