资源列表
[数据结构常用算法] LiTi
说明:我这样解读,listener1,listener2, ...listenerN 都注册到线程1中. 事件都触发了于是就开始从listener1 开始响应,响应完了listener1,后再响应listener2, listenerN. 但是这里因为 listener1, 虽然启动了要更新界面,但是只是触发了listener2(我们假设listener2去更新界面),因为listener1 一直没有返回,所以一直轮不到 listener2执行.所以我们让listener1很快返回的话,界面就可以更新<阳> 在 2025-12-19 上传 | 大小:54kb | 下载:0
[matlab例程] svd
说明:奇异值分解用于英文文本检索,画出频率矩阵第一奇异值向量和第二奇异值向量的分布图- a fast retrieval algorithm for English texts is proposed. First of all, the English texts are mapped into frequency matrixes of order 26 and the dimensions of texts representation space are reduced through Sin<gaoshilong> 在 2025-12-19 上传 | 大小:1kb | 下载:0
[matlab例程] svdtest
说明:用于描述26个英文字母在奇异值分解后的空间平面的分布-the English texts are mapped into frequency matrixes of order 26 and the dimensions of texts representation space are reduced through Singular Value Decomposition. Second, it fuses the features of the<gaoshilong> 在 2025-12-19 上传 | 大小:1kb | 下载:0
[matlab例程] digraph
说明:用于统计任一英文文档中26个字母的统计频率,得到频率矩阵-Second, it fuses the features of the first singular value component and the second one, and then gets the complex feature vectors which reflect not only the statistic frequency but also the sequential structure of letters<gaoshilong> 在 2025-12-19 上传 | 大小:1kb | 下载:0
[matlab例程] testtext
说明:测试文本,选用著名的gettysburg这篇英文文本做为测试文本-Second, it fuses the features of the first singular value component and the second one, and then gets the complex feature vectors which reflect not only the statistic frequency but also the sequential structure of let<gaoshilong> 在 2025-12-19 上传 | 大小:2kb | 下载:0
[matlab例程] result
说明:最后的测试程序,得出文本检索的正确率和召回率-In the end, the cosine similarity of texts is used to measure the similarity between the query and documents. The data comparison indicates that this algorithm has well experimental results. Moreover, it gets the advantage over<gaoshilong> 在 2025-12-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] paixu
说明:编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of<倪政> 在 2025-12-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] linearlist
说明:线性表的插入、删除、查找等基本操作设计与实现 用线性表提供的接口去求解实际问题 线性表的的存储方法-Linear table insert, delete, search and other basic operation of the design and implementation of linear table provides an interface to solve practical problems in the linear form of the storage m<丹丹> 在 2025-12-19 上传 | 大小:1kb | 下载:0