资源列表

« 1 2 ... .21 .22 .23 .24 .25 215426.27 .28 .29 .30 .31 ... 216389 »

[C#编程half

说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des
<吕济根> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[系统编程yanghuisanjiao

说明:讲述杨辉三角的逻辑,应用,和算法的一些基础型知识-Yang Hui triangle about the logic, applications, and algorithms of some basic type of knowledge
<雷宇> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[VHDL编程vhdlcodesss

说明:i attached the vhdl codings-i attached the vhdl codings..........
<vlsi> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)laplace_opencv

说明:图像处理中改进的拉普拉斯算法的改进,能够更好地进行边缘识别-Improved image processing algorithm to improve the Laplacian, to better identify the edge
<小号> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)adcaiyang

说明:利用52单片机C语言编程从而实现AD采样的功能。-52 microcontroller using C language programming in order to achieve the function of AD samples.
<gelichun> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法cc

说明:数据结构编程中用C/C++实现层次的非递归算法-Levels of non-recursive algorithm
<吕济根> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)dianyuan

说明:利用51单片机的汇编语言来实现0到15V稳压电源的实现功能。-51 microcontroller using assembly language to achieve the 0 to 15V power supply to achieve function.
<gelichun> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[嵌入式Linuxbutten

说明:mini2440 key 的驱动,创建一个线程来进行扫描IO口扫描,key是开发板上的,不是矩阵键盘,但原理是一样的。-mini2440 key driver to create a thread to scan IO port scan, key is the development board, not a matrix keyboard, but the principle is the same.
<许大成> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[其他小程序main

说明:经典的农夫羊狼白菜过河问题,每次农夫只能带一个动物或物品,而要防止狼吃羊羊吃白菜 -Wolf sheep cabbage farmer classic problem across the river, each farmer can only take an animal or article, but to prevent the wolves eat sheep sheep eat cabbage
<宋志源> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[matlab例程Alamoudi

说明:this file simulates a alamouti scheme
<cz> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[3G开发DOA_2

说明:this file simulate a MUSIC function for DOA estimation
<cz> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[其他小程序fsort

说明:手写的快排,适合在当作程序中的一个函数来使用,提高效率-Handwritten fast row, suitable as a function of the program to use and improve efficiency
<徐洋> 在 2025-09-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 215426.27 .28 .29 .30 .31 ... 216389 »

源码中国 www.ymcn.org