资源列表
[Windows编程] Quick-sort
说明:Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the<irisrd> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] bubble
说明:Selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity,<irisrd> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] insertion
说明:Insertion sort is a simple sorting algorithm: a comparison sort in which the sorted array (or list) is built one entry at a time. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or merge sort<irisrd> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[matlab例程] colorconstancy
说明:color constancy by white spot assumption<amit> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[matlab例程] scalebilateral
说明:MATLAB实现图像的保边平滑滤波——双边滤波器-TLAB Image smoothing edge preserving- bilateral filter<wxc> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[matlab例程] classification-for-SVM
说明:对数据进行SVM处理,最后以进行定量及分类处理,对得到的预测和训练的数值进行RME等的计算-The data processing, and end with SVM quantitative and classification to get treatment, the numerical prediction and training for calculation of RME etc.<李贵滨> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] STC12C2052AD
说明:头文件stc单片机具有在应用编程,调试起来比较方便;带有10位AD;内部eeprom;可在1T/机器周期下工作,速度是传统51单片机的12倍;下面是我写的AD和EEPROM的驱动C代码-STC12C2052AD.H Header file for 8xC31/51, 80C51Fx, 80C51Rx+ Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved.<dd> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] com.port
说明:基于arm的linux串口测试源代码,简单易用,适合新手们的,-Based on the arm of the Linux source code, easy-to-use serial tests, suitable for beginners<hanziming> 在 2025-11-22 上传 | 大小:1kb | 下载:0