搜索资源列表
算法zxm
- 前一阵出去玩了,补回还差的2个,里面包括上次上载的一共5个,另加个汇编程序,是课堂实验-play out a little while ago, to compensate for the worse two, including the inside on the last of a total of five, plus a 000 assembler, a classroom experiment
InfoExtraction
- 信息抽取。本文中所涉及的程序有两个,一个是在基于规则学习的信息抽取过程中对转换规则的处理,其核心算法就是加载规则文档中的信息进入内存并形成语义集合和规则集合两个链表。-Information extraction. Involved in this process there are two, one is rule-based learning in the process of information extraction processing of the conversion rules
MyCompressPrj
- 一个LZSS 算法,采用 动态加载方式实现-A lzss algrithom, with LoadLibray .
single-linked-list
- 这个程序是有关单链表的数据结构的实现 可以直接加载头文件与源文件即可使用-This program is the realization of the single linked list data structure can directly load the header files and source files can be used
Dynamic-Memory-Allocation
- 这个程序是有关计算机的动态内存分配的数据结构 可以直接加载头文件与源文件即可使用其中的接口-This program is a data structure for dynamic memory allocation of the computer can directly load the header files and source files you can use one of the interfaces
sequensed-list
- 这个代码是有关顺序表的数据结构的实现 可以直接加载头文件与源文件即可使用-This code is on the order of the table data structure can directly load the header files and source files can be used
dict
- 词典小程序,用平衡二叉树构建数据结构。可以实现加载词库,查找单词,编辑单词,标记后删除单词,退出程序等功能。附一份实验报告-Dictionary,using AVL tree as its data structure. Functions:Loading word data,searching words,editing words,and deleting labeled words. appendixed with a report.
matrix_complex
- 实现复矩阵。实现功能:四则运算,求逆,转置,点运算等等。加载后,可以像在matlab中那样便捷的操作矩阵,进行多种运算。-Achieve complex matrix. Functions: the four operations, inverse, transpose, dot operator, and so on. Loaded, like in matlab as convenient operation matrix, a variety of computing.
TopTenWords
- 在大数据文件中,找出现次数前十的单词。这个文件不能一次加载如内存,其中用到了自己写的快排函数。-In a large data file, find the top ten the number of occurrences of the word. This file can not be loaded once, such as memory, which uses a fast row to write their own functions.
多项式拟合
- 多项式拟合 封装成c++类 可以直接加载到工程下使用。具体件说明文件。
WordFilter
- 多叉树关键词匹配过滤.树从文本文件二进制文件加载;在程序里动态添加关键字-Multi-tree keyword matching filter.
FBP重建算法
- 基于C语言编程的C语言投影,滤波反投影重建算法,从外界加载的图片。