资源列表
[数据结构常用算法] btree_post
说明:通过给出的二叉树的先序和中序遍历的序列,确定其后序序列-Through the binary tree given preorder and inorder traversal sequence, determine the sequence of the subsequent sequence<jiaocf> 在 2025-12-31 上传 | 大小:351kb | 下载:0
[数值算法/人工智能] shuzhuanhuan
说明:可将输入的树转换成八进制十六进制,然后输出结果-Enter the tree can be converted into octal hexadecimal. . .<朱亚伟> 在 2025-12-31 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] ICCG
说明:下面是用 Fortran 90 语言编制、在Fortran PowerStation 4.0 集成开发环境下运行的ICCG法计算机程序,该程序也同样适合于在Visual Fortran 6.5环境下运行,不需要改动。其算法参见5.2.2、5.2.3。-The following is compiled with the Fortran 90 language, the Fortran PowerStation 4.0 integrated development environment runn<张志佳> 在 2025-12-31 上传 | 大小:16kb | 下载:0
[matlab例程] waveletimageenhancement
说明:基于二进小波变换的图像增强matlab源代码,通过编译-Dyadic wavelet transform based image enhancement matlab source code, compile<何海洋> 在 2025-12-31 上传 | 大小:623kb | 下载:0
[人工智能/神经网络/遗传算法] CR1
说明:character recognition neural network<Ginger> 在 2025-12-31 上传 | 大小:112kb | 下载:0
[matlab例程] imgrayscaling
说明:这个函数提供灰度拉伸功能,输入图像应当是灰度图像,但如果提供的不是灰度图像的话,函数会自动将图像转化为灰度形式。x1,x2,y1,y2应当使用双精度类型存储,图像矩阵可以使用任何MATLAB支持的类型存储。-This function provides a gray scale stretching function of the input image should be grayscale image, but if not provided, then gray image, the fu<zhouwujie> 在 2025-12-31 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] chap2_2ctrl
说明:在忽略重力和外加干扰时,采用独立的PD控制,能满足机器人定点控制的要求。-Ignoring gravity and external interference, the use of an independent PD control, to meet the requirements of the robot position control.<王妹婷> 在 2025-12-31 上传 | 大小:1kb | 下载:0
[matlab例程] avgmag
说明:average magnitude a verage magnitude a verage magnitude a verage magnitude a verage magnitude average magnitude -average magnitude average magnitude average magnitude average magnitude average magnitude average magnitude average magnitude average mag<ycy> 在 2025-12-31 上传 | 大小:1kb | 下载:0
[matlab例程] script16qam_ser
说明:在高斯信道下的16QAM的仿真及误码率分析-16qam modulator and demodulator in fading channels for wireless communications<huxuefeng> 在 2025-12-31 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PiCalculator
说明:这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭<joyeep> 在 2025-12-31 上传 | 大小:44kb | 下载:0