资源列表
[数据结构常用算法] duoxiangshi
说明:编程求两个一元多项式的乘积。 输入 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出 以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>, 零多项式的输出格式为:<0,0>,-Program<martinwok> 在 2025-12-04 上传 | 大小:200kb | 下载:0
[matlab例程] shuikeng
说明:有个水坑,从横截面图来看,坑底成阶梯状,由从左至右的 1..N 个的平面构成(其中 1 ≤ N ≤ 100,000),如图(详细见内部文档)-Have a puddle, from the cross-section view, into a ladder-like Bottom, from left to right 1 .. N from a flat composition (where 1 ≤ N ≤ 100,000), figure (for details see the inter<martinwok> 在 2025-12-04 上传 | 大小:205kb | 下载:0
[数据结构常用算法] guangyibiaofanxu
说明:广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1<martinwok> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[压缩解压] Understanding-snmp-mibs
说明:一部全面详细介绍SNMP MIB的英文文档,从SMI结果到语法逐一解剖-SNMP MIB a full and detailed descr iption of the English document, the results from the SMI to the syntax of each anatomical<john> 在 2025-12-04 上传 | 大小:88kb | 下载:0
[matlab例程] dijkstra
说明:Dijktra s single source shortest path algorithm. The function takes a graph (which may be sparse) as an input and returns the matrix of shortest distances between all of the nodes. Additionally, individual source and sink nodes may be specified as ad<ruso> 在 2025-12-04 上传 | 大小:1kb | 下载:0
[压缩解压] LINUX-SNMP
说明:一篇介绍在LINUX操作环境下使用C++语言实现SNMP网管协议的文章-1 describes the LINUX operating environment using C++ language implementation of articles SNMP network management protocol<john> 在 2025-12-04 上传 | 大小:29kb | 下载:0
[matlab例程] nikolas.070901
说明:Comparative study of active contour model by Nikolas Pettiri Tiilikainen<Chaliot> 在 2025-12-04 上传 | 大小:1.79mb | 下载:0
[matlab例程] strcov
说明:Structured covariance estimation. The routine takes a covariance matrix as input and returns the Toeplitz matrix that lies closest to it, in the sense that it minimizes the Kullback-Leibler divergence between the two. Input must be a real, square, sy<ruso> 在 2025-12-04 上传 | 大小:1kb | 下载:0
[matlab例程] qpsk
说明:四相绝对相移键控的仿真和分析,四个图形合成,有意思-Four-phase phase-shift keying absolute simulation and analysis, four graphics synthesis, interesting<renkaiqiang> 在 2025-12-04 上传 | 大小:1kb | 下载:0