搜索资源列表
KTL
- 从专业设备上读取数据图像,并对其进行分析的代码。-from professional equipment to read data from images and analysis of its code.
packetStorm1.2
- 可以列出当前系统支持的网络设备,分析ARP协议包,将设备设置到promisc模式,分析ARP协议包,打印更多数据、采用表格方式输出-can summarize the current system to support the network equipment, ARP packet analysis, the equipment installed to promisc model analysis ARP packets, print more data, tabular output m
Hash_STL(Time)
- 使用C++语言的STL开发的一个用来进行大规模hash计算的程序,用来处理大规模ip地址的查找问题,输入的文件可以是从internet 上下载的ip地址数据,也可以自己输入数据,可以支持几百兆的数据文件的分析与查找。格式如下 ip1 ip2 ip3 ... 例如:100.100.100.100 200.200.200.200
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
seeditorall
- 磁盘分区数据查看分析工具,USB记录清除工具-disk discrimination
080123
- 监控程序,采集数据段,保留数据库,以待分析-windows test control
Remote-Control-System
- 远程控制系统由一个Client(客户端)和一个Server(服务端)组成,由Client端对远程主机(Server)进行各种基本的控制。客户端用于实现对联网计算机的监控操作,服务器端对于接收到的数据进行分析,解释并执行。设计中使用WinSock 控件与远程计算机建立连接及选择TCP/UDP协议实现远程控制。-Remote control system consists of a Client terminal and a Server terminal. The client terminal
float2int
- 浮点转定点,常用于数据协议分析,欢迎大家下载-failed to translate
NMEAProc
- NEMA0183解析,用于分析GPS数据结果。-The resolution, NEMA0183 used to analyze the results of the GPS data.
TestFFT
- 上传FFT原理验证程序,用于分析FFT原理和数据进行分析。-Upload FFT principle of verification procedures for the analysis of the FFT principle and analysis of the data.
bayesian0930
- j简单的贝叶斯模型数据概率求解问题,有助于理解贝叶斯模型数据分析过程。-j simple Bayesian probability model data to solve problems, help to understand the Bayesian model data analysis process.
paixu
- 需要对用户输入的一组数据进行排序,并对7种排序的正逆排序进行分析,并做出时间复杂度的比较,并得出最优的排序方法作为结果-The need for a set of data entered by the user to sort, and seven kinds of sort of inverse sequencing analysis, and make time complexity comparison and sorting and the optimal method as a re
pinyufenxi
- 实现数据的频域分析,希望大家能提点宝贵意见,能共同进步,交流心得-The frequency-domain data analysis, we hope to be able to provide valuable advice points can progress together, exchange ideas! !
DSAAIC
- Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
shangweiji-CCD
- 这是我在公司用MFC写的工业CCD上位机数据采集分析程序 基于线阵CCD 分析数据会一条条地采集到上位机窗口 功能强大 希望采纳- This is what I wrote in the company s industrial CCD with MFC PC-based data acquisition and analysis procedures adopted linear CCD analyze the data collected will be a bar to the PC
quicksort
- 本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
toposort
- 本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
caret
- caret包可以对数据进行预处理、建模,比较等分析。-Caret package can be the data preprocessing, modeling, comparison, and so on.
search
- 数据结构与算法分析的 C++检索代码,很经典-the code of Data structure