资源列表
[数据结构常用算法] binary_search
说明:二分查找算法 在写程序时需要使用可以参考-binary_search when coding encounter problem that need this class you can use it<yanshengming> 在 2025-05-07 上传 | 大小:1kb | 下载:0
[matlab例程] videoout
说明:用matlab打开AVI文件,裁剪视频、转换成二值化视频并输出文件-Using matlab to open the AVI file, cropping video, convert the binarization video and output file<Heero Zhang> 在 2025-05-07 上传 | 大小:1kb | 下载:0
[matlab例程] videotime
说明:用matlab打开视频,并测试处理30帧图像需要的时间-Using matlab to open the video, and test the processing time of 30 images<Heero Zhang> 在 2025-05-07 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] DTW-Calculation-Example
说明:本文档是DTW的一个计算实例,根据本人理解写的,仅供参考,希望对大家有用。-This document is an example of DTW, I understand that to write is for reference only, the hope that useful.<ww> 在 2025-05-07 上传 | 大小:57kb | 下载:0
[数学计算/工程计算] lispChinesetower
说明:编写LISP函数解决Hanoi Tower(汉塔)问题。问题如下:梵塔内有A,B,C三个柱子,开始时A柱上有n个盘子,盘子大小不等,大的在下,小的在上。要把这n个盘子从A柱移到B柱,每次只允许移动一个盘子,且在移动过程中在3个柱子上都始终保持大盘在下,小盘在上。在移动过程中可以利用C柱,要求程序输出移动的步骤。-Write LISP function to solve the problem of Hanoi is Tower (Chi<邹扬> 在 2025-05-07 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] jisuanqi
说明:计算器,不可或缺,有了这个,试试吧,虽然简单,但也花时间啊-Calculator, an integral part, with this, try it, though simple, but also to spend time<ducomputer> 在 2025-05-07 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] _printf
说明:printf的格式控制的完整格式,讲得很详细-complete format of printf format control<yang> 在 2025-05-07 上传 | 大小:9kb | 下载:0
[数据结构常用算法] whoisthemiddle
说明:FJ在调查他的奶牛的平均产奶量,他想知道奶牛的产奶量的最中间数,即:一半的奶牛的产奶量比这个中间数多(或者少),另外的一半则刚好相反。 给出一个奇数,表示奶牛的数量N(范围为:1<=N<10000),同时要给出每头奶牛的产奶量,然后找出来最中间的产奶量,这个数也表示大多数的奶牛的产奶量跟这个数差不多。我要做的就是讲输入的这些数进行排序,然后将排序后中间的那个数输出来。 -FJ is surveying his her<雅典娜> 在 2025-05-07 上传 | 大小:1kb | 下载:0