资源列表

« 1 2 ... .20 .21 .22 .23 .24 11425.26 .27 .28 .29 .30 ... 21467 »

[其他小程序QuickSort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort
<xycy> 在 2025-09-24 上传 | 大小:1kb | 下载:0

[其他小程序DTMF_send

说明:数音通信系统将数字值转换成DTMF信号发送-Converting the digital value to a DTMF signal transmission
<老衲> 在 2025-09-24 上传 | 大小:4kb | 下载:0

[其他小程序DTMF_recive

说明:数音通信系统将接受的音频信号解调成数字显示-Number of the voice communication system will accept a digital audio signal is demodulated
<老衲> 在 2025-09-24 上传 | 大小:5kb | 下载:0

[其他小程序vis3d

说明:三维数据可视化 maltab工具,从国外网站上下载, 由 Joshua Stough编写 -This tool provides an interactive 3D volume visualization. The function accepts as arguments any 3D matrix (of type double or uint8) and optional colormap, and displays a 2x2 figure of the 3 orthogonal
<阳敦文> 在 2025-09-24 上传 | 大小:7kb | 下载:0

[其他小程序ising

说明:二维伊辛模型matlab建模Matlab programs for the Ising model-Matlab programs for the Ising model ising.m: the main file which contains a simulator for the 2D Ising model using Wolff sampling and Metropolis sampling, including parameters for temperature and
<Chao> 在 2025-09-24 上传 | 大小:6kb | 下载:0

[其他小程序DataTableCompute

说明:C#使用DataTable的源码,包括很多类型处理。-C# source code using the DataTable, including many types of treatment.
<Kevin> 在 2025-09-24 上传 | 大小:36kb | 下载:0

[其他小程序Kalman_filter-target_tracking

说明:卡尔曼滤波在雷达目标跟踪上的仿真,设置了一个仿真场景,然后进行仿真以及分析。-Kalman filter simulation on the radar target tracking
<chenqiuting> 在 2025-09-24 上传 | 大小:149kb | 下载:0

[其他小程序bintoforest

说明:森林转化为二叉树以及二叉树转换为森林的简单实现代码-Forest converted to binary and binary converted to forests simple codes
<tanlt> 在 2025-09-24 上传 | 大小:2kb | 下载:0

[其他小程序vfp_API_cacamera_takephoto

说明:vfp调用avicap32.DLL和user32.DLL,利用摄像头拍照、录像。纯prg文件,不受vfp版本和windows版本限制,可以随意移植。-VFP call avicap32.DLL and user32.DLL, use the camera to take photographs, video. Pure PRG file, not by VFP version and windows version, can freely transplantation.
<lu> 在 2025-09-24 上传 | 大小:12kb | 下载:0

[其他小程序I2C

说明:This standard i2c protocol using i2c module.-This is standard i2c protocol using i2c module.
<Komal> 在 2025-09-24 上传 | 大小:14kb | 下载:0

[其他小程序Curve-fitting

说明:曲线拟合算法的实现 针对不同曲线进行多项式拟合 -Curve fitting algorithm for different polynomial curve fitting
<sendoh> 在 2025-09-24 上传 | 大小:4kb | 下载:0

[其他小程序adjustment

说明:平差结果的计算 利用一定的空间测量数据进行平差计算-Adjustment results calculated using a certain space measurement data adjustment calculation
<sendoh> 在 2025-09-24 上传 | 大小:1.33mb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 11425.26 .27 .28 .29 .30 ... 21467 »

源码中国 www.ymcn.org