资源列表

« 1 2 ... .70 .71 .72 .73 .74 215375.76 .77 .78 .79 .80 ... 216428 »

[数据结构常用算法searchthemaxandmininarray

说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.
<徐天扬> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[matlab例程example03_01

说明:在matlab中调用smooth函数进行加噪数据的平滑处理的方法代码-The M code tells how to call a function to smooth the data which be merged into the noise in Matlab
<小肖> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Poly

说明:C语言编写的多项式的计算程序,能够实现多项式的加减,可以用作数据结构上机用。-Polynomials in C language computer program that enables addition and subtraction of polynomials can be used as a data structure machine.
<李声融> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[matlab例程Gaussian

说明:Gaussian function Matlab animation
<decoo> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)24c02

说明:51单片机 通过串行总线 读写 24c02 器件 有一定的实用价值-Microcontroller through the serial bus 51 to read and write 24c02 device has some practical value
<程鹤> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)crc-16

说明:Calculate CRC16 code from a stream.
<Emilio> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[Linux/Unix编程Desktop

说明:管道通信,通过建立一个管道使得父进程和子进程进行了通信-Pipe communication, through the establishment of a pipe makes the parent and child processes for the communication
<黄硕> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[matlab例程Butterworth1

说明:butterworth filter for image processing
<waqar> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[matlab例程gaussiansobel

说明:guassian sobel filter for image processing
<waqar> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[其他游戏guessNumber

说明:it s a simple game, you choose one number from 1 to 9 in your mind, and I ll know the number.
<ahmed code> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[matlab例程Laplacian

说明:laplacian homomorphic filters for image processing-laplacian an homomorphic filters for image processing
<waqar> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[其他小程序hexdump

说明:hexidecimal screen dump
<Vasilis> 在 2025-04-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 215375.76 .77 .78 .79 .80 ... 216428 »

源码中国 www.ymcn.org