资源列表

« 1 2 ... .57 .58 .59 .60 .61 21262.63 .64 .65 .66 .67 ... 21480 »

[其他小程序shuangxiangmaobao

说明:以整数升序排序为例来简单说明一下双向冒泡排序的过程:首先从前往后把最大数移到最后,然后反过来从后往前把最小的一个数移动到数组最前面,这一过程就是第一轮,然后重复这一过程,最终就会把整个数组从小到大排列好。双向冒泡排序要稍微优于传统的冒泡排序,因为双向排序时数组的两头都排序好了,我们只需要处理数组的中间部分即可,而单向即传统的冒泡排序只有尾部的元素是排好序的,这时每轮处理都需要从头一直处理到已经排好序元素的前面一个元素。虽然它在效率上有了
<陈凯> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序work

说明:本程序是关于卫星上下变频的简单的实现算法,首先产生双边带调制信号,与收本振混频后,通过低通滤波器完成下变频。再与发本振混频,通过高通滤波器后完成上变频-This program is a simple algorithm on the satellite and down-conversion, the first double-sideband modulation signal generated, after the close
<lizhilin> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序2DMaxima

说明:在二维空间里有两个点A=(X1,Y1)和B=(X2,Y2),如果X1>X2并且Y1>Y2 ,我们认为A优于B,A是这个集合的最大极值点,在给定的二维空间里的N个点的集合S中,找出最大极值点。-In two-dimensional space, there are two points = A = (X1, Y1) and B (X2, Y2), if the X1 and Y1 > X2 > Y2, we thi
<李阳> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序JosephusRing

说明:n个人围成一个圈,并将他们从1到n编上号,从号为1的那个人那里开始计数,每次消去第二个人,到最后只留下一个幸存者。-N individual into a circle, and their number from 1 to n, start counting from the number 1 person, every time elimination, the second to the last to leave only a
<李阳> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序Joseph-loop-in-c-language

说明:使用c语言实现约瑟夫环,代码思路简单,可以运行,适合于链表数据结构的研究-Josephus using c language, code simple ideas, you can run, study linked list data structure suitable for
<王宁> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序KMP

说明:数据结构中的字符串匹配中,KMP经典算法的实现,根据严蔚敏老师的伪代码实现的-String matching in data structure, realize the classical algorithm KMP, according to the pseudo code Yan Yumin teacher realized
<王宁> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序imcart2pol

说明:直角坐标转换到极坐标下代码,以图像中心为原点,水平向右为0°方向,顺时针旋转生成极坐标图像。-converts a given image from cartesian coordinates to polar coordinates.
<yundaolo> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序DEMO_FFT

说明:繪製快速傅立葉轉換以及時域波形圖,方便好用-Draw fast Fourier transform and time-domain waveform, easy to use
<jun-chi wang> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序pmsm-backstepping-speed-control

说明:永磁同步电动机反推速度控制,很不错,控制效果很好-Backstepping speed permanent magnet synchronous motor control, very good
<dove> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序str2num

说明:这段代码能够从任何字符串中提取所有数字,只要字符串中含有数字,运用的是对strtol的封装,非常方便-this file can get all the num from any string which contains nums
<NOTHING > 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序shixun1

说明:matlab大学matlab实训题目1答案-matlab test 1 anwser
<aavvcc> 在 2024-10-22 上传 | 大小:1024 | 下载:0

[其他小程序VGA_Sync_Module

说明:基于verilog和quartus 2的vga彩条显示程序-ColorBar display Based verilog & quartus
<曹昵妹> 在 2024-10-22 上传 | 大小:1024 | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 21262.63 .64 .65 .66 .67 ... 21480 »

源码中国 www.ymcn.org