资源列表

« 1 2 ... .76 .77 .78 .79 .80 21781.82 .83 .84 .85 .86 ... 28523 »

[数据结构常用算法shunxubiao

说明:1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.写一个函数,建立并显示含有n个整数的顺序表 3.写一个函数,实现对有序表(非递减)插入一个元素的功能 4.写一个函数,实现两个有序(非递减)表合并生成新的有序表的功能 -1. Achieve the basic operation of the sequence table, including the initialization sequence tab
<pang> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法zhan

说明:1.定义顺序栈类型,实现栈的所有基本操作。 2.定义链栈类型,实现栈的所有基本操作。 3.应用栈实现数制的转换。 -1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
<pang> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[压缩解压Blocks

说明:clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
<chandan> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数学计算/工程计算dadi

说明:一些常用函数汇总,便于初学者模范何学习MATLAB的图像处理函数-a collection of functions,a collection of functions,a collection of functions,a collection of functions,
<weichuyang> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数学计算/工程计算SVD

说明:奇异值分解法——用于求解病态的方程,广泛用于数值计算。-This code is used for solving the ill equation
<helene7513> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程shiyan2

说明:通信网实验报告 用MATLAB实现话务量的计算-Communication network traffic using MATLAB realize the calculation
<吴明航> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程SimpleLocalization22

说明:Matlab code for Localization for single mobile attack on wireless network.
<DennisL> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程Fuzzycmeans

说明:fuzzy cmeans program in matlab for segmentation
<samcoll> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程image

说明:利用基本方法对图像进行平滑和增强,并加入的高斯白噪声。-Using the basic method for image smoothing and enhancement, and add white Gaussian noise.
<wuqiong> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程bianping

说明:matlab中边频的示例程序,操作简单,可直接复制,便于调用。-side frequency in matlab sample program, simple operation, can be directly copied, easy call.
<> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB-Fuzzy-logic-toolbox-function

说明:MATLAB模糊逻辑工具箱函数包括各种网络设计与训练的子程序,网络的设计者可以根据自己的需要去调用工具箱中有关神经网络的设计训练程序。-MATLAB fuzzy logic toolbox function includes a variety of network design and training of a subroutine, network designers can need according to oneself to call about the design of the
<ljh> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数学计算/工程计算test

说明:百度坐标转换谷歌坐标,利用c#编写的程序,有兴趣的朋友可以参考一下 -From Baidu maps transfer to Google maps
<mzh> 在 2025-11-22 上传 | 大小:2kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 21781.82 .83 .84 .85 .86 ... 28523 »

源码中国 www.ymcn.org