资源列表
排序选择:
[数据结构常用算法] BInsertSort
说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary insertion sort on so look better pe<郑白> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] QuickSort
说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor<郑白> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ShellSort
说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number of records to be sorted) as t<郑白> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] TCS3200P12864
说明:TCS3200颜色检测+12864液晶显示-TCS3200 color+12864 LCD display<whywhy> 在 2025-09-22 上传 | 大小:2kb | 下载:0
[行业发展研究] rr-interval
说明:to detect RR interval of ECG signal<ashish> 在 2025-09-22 上传 | 大小:10kb | 下载:0
[C#编程] MSMQReceive
说明:利用windows进行消息队列通信的样例程序,VS 2008开发环境-The use of windows for message queue communication sample program, VS 2008 development environment<刘文蓝> 在 2025-09-22 上传 | 大小:321kb | 下载:0
[图形/文字识别] calculator
说明:简易的计算器!初学MFC!请多指教!包括加减乘除!-a simple calculator!<lishuo> 在 2025-09-22 上传 | 大小:1.8mb | 下载:0
[图形图像处理(光照,映射..)] Morphological-operator-process-
说明:图像处理中,读取一段视频,并进行帧间差分处理,再进行一系列形态学算子处理,显示出相应的处理图像-In the image processing, the image is read, and the fr a me difference is processed, then a series of morphological operators are processed, and the corresponding processing images are displayed<zw> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[Internet/网络编程] hello_client
说明:在windows下编写的client端,可以y与服务端通信并可以接受一些小文件如txt文本-Write under Windows client side, can communicate with the server and y can accept a few small files such as TXT text<x> 在 2025-09-22 上传 | 大小:8.12mb | 下载:0
[JSP源码/Java] CaptureActivity
说明:This activity opens the camera and does the actual scanning on a background thread. It draws a viewfinder to help the user place the barcode correctly, shows feedback as the image processing is happening, and then overlays the results when a scan is<yingdhtm> 在 2025-09-22 上传 | 大小:3kb | 下载:0