资源列表
qizhongsuanfa
- 七种常见的VB排序算法示例程序
TSP
- 使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weights. Using breadth search, use D
hw3
- 上海交通大学软件学院,数据结构,homework3,满分代码=3=-Shanghai Jiaotong University School of Software, data structures, homework3, out code = 3 = ~ ~ ~
webrtc-broadcasting
- 用webrtc写的会议代码,可以通过他来进行视频聊天,并且完成与他人的交流-Meeting with webrtc write code, you can video chat through him, and to complete the exchange with others
CMMB_C
- 因为只是仿真物理层的性能,所以只对一个RS交织块进行处理,RS块的大小可为协议中RS的字节交织模式中的规定的三种交织深度。其它调制参数都可选,如RS码率,LDPC码率等。程序最后的输出即为经过CMMB发射调制的OFDM基带数据。-Because it is only the physical layer performance simulation, only the interleaved block for processing an RS, RS block size for the pr
library
- 纯C语言编程的模拟现有图书馆的借阅、续借、归还;图书入库、出库;查询、排序等功能,实现电子图书馆的智慧综合管理。其中查询功能里面嵌套精确查询,排序功能有六种,界面可变色,里面已经附带50多本图书信息包括图书摘要等详细信息。里面还附带详细设计报告和解说PPt。-Pure C language programming simulation existing library borrow, renew, return book storage, a library queries, sorting
csp-conver-to-segy
- 工程地震中CSP数据转换为常见的segy地震数据格式的小软件,对工程物探人员十分有用-software convering CSP format to seismic segy format
cs
- 基于压缩感知匹配追踪算法对一维数据的恢复-Matching Pursuit algorithm based on compressed sensing for one-dimensional data recovery
numbercaculate
- 在java环境下,可以利用栈计算后缀表达式的值程序已测试成功-Postfix expression can calculate the value of the stack
fractional_order
- 分数阶动力系统的数值求解,适合研究非线性动力学的同行-Fractional values solving power system for the study of nonlinear dynamics counterparts
cpp
- 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
IsReverse
- 2. 链栈的应用:编写函数,判断给定的字符串是否回文。如字符串“abcba”、“abccba”均为中心对称,字符串“abcdba”不中心对称,我们将中心对称的字符串称为回文。-2. Chain stack applications: Write a function to determine whether a given string palindrome. If the string " abcba" , " abccba" are the center o