搜索资源列表
RCAServer
- 程控制软件riptideAnyWhere源代码 WinSock 远程控制软件源代码,采用异步事件选择模型,截屏压缩传输等也具有参考价值。 [代码性质] VC完整应用程序代码-Process control software, WinSock source riptideAnyWhere remote control software source code, using an asynchronous event selection model, compression and transmis
ruqinjiance-svm
- matlab源文件,对网络数据进行入侵检测,利用libsvm工具箱,对特征进行分类。内容包括:数据的归一化,参数择优(交叉验证),建立svm模型,性能评价。压缩包内有详细的说明文档。-matlab source files, network data for intrusion detection, to use libsvm toolbox, to classify the characteristics. The contents include: data normalization, p
feature-selection
- eature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features for use in model construction
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实