资源列表

« 1 2 ... .45 .46 .47 .48 .49 64150.51 .52 .53 .54 .55 ... 66605 »

[Windows编程fast_sort

说明:/*快速排序:以待排序元素中的第一个元素作为基准将带排序的元素分为三组 *大于基准元素为一组置于基准值的右边,小于基准值的元素为一组置于基准值的左边, *基准值为一组,这样就找到了基准元素的位置就确定了 *如此递归调用。直到每一组的low==high,即实现了排序的要求。 */ -/* Rapid Sort: the first element to be sorted in the element as a bas
<雷海军> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[Windows编程insert_sort

说明:/*直接插入排序 *假设前面的n个元素已经排好序了,现在有一个元素要插入这个序列中,找到自己的位置 *从右向左依次比较,比较过的依次往后移,当条件不满足时,则找到了自己的位置 */ -/* Direct insertion sort* Assuming the previous n elements have been sorted out, and now there is an element to be inser
<雷海军> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[C#编程xueshengxinxiwenjian

说明:统计学生成绩,保存各科成绩到结构体中,并显示出结构体中的内容-A system to deal with student s grades .then save the grades to the struct
<TU> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序demo

说明:小样 递归演示, 搞清楚执行次序 。我们课上练习的一个小样-it is a demo
<李政> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[驱动编程basic-unix

说明:非常详细的linux系统之基于控制终端操作指令-Basic operating instructions
<caisong> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序randomwitter

说明:实现了一个功能,就是把无序的字符串根据其出现的频率转化成有意义的语句-Implements a function, that is, the unordered string according to its frequency conversion into a meaningful statement
<李敏> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序worldladder

说明:实现了一个功能,就是从一个字符串变到另一个字符串,每次只能变化一个字符,并且是最短的路径-A function, is the change from a string to another string, you can only change one character, and is the shortest path
<李敏> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序shunxuzhan

说明:顺序栈包括压栈,出栈,取栈顶元素等操作。比较符合老师的要求-Order stack including push the stack, to take the top element operation. More in line with the teacher' s request
<史晶> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序huanpu

说明:有关信号的循环谱计算,内容详细,含注释-Signal cyclic spectrum calculation, detailed content, including the Notes! ! !
<liuweiwei> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[.net编程jquery.cookie

说明:jquerycookie轻量级插件,方法简单易用!-jquerycookie Lightweight plug-in, the method is simple and easy to use!
<chensixin> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序DSB-AM

说明:对确知信号进行抑制载波双边带双边带调制,然后进行快速傅里叶变换-Ascertain signal double sideband suppressed carrier double sideband modulation, and then performs fast Fourier transform
<无言> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他小程序DSB-AM-xiang-gan-jie-tiao

说明:对已经调制的信号进行相干解调,然后观察频域特性-The modulated signal for coherent demodulation, and then observe the frequency domain characteristics
<无言> 在 2025-03-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 64150.51 .52 .53 .54 .55 ... 66605 »

源码中国 www.ymcn.org