资源列表
字典序问题
- 算法设计 字典序问题
fill_point
- //就是一个封闭区域,要用不同的颜色填充,先在其内部选中一点象素作为“种子”,对其填充,然后判//断其上下左右的象素是否在封闭区域内且未被填充,如果是则也把它选为“种子”压入栈,再从栈中弹//出一个对其填充,再判断其上下左右的象素,如此往复,直到最后一个象素被填充为止。 //说明程序用递归 来实现 //fill_point(x,y) //把x,y 单元格进行填充 //is_inner(x,y) 判断x,y是否是单元格内部的点,如果是则返回1否则0-Seed filling algor
DEMO_FFT
- 繪製快速傅立葉轉換以及時域波形圖,方便好用-Draw fast Fourier transform and time-domain waveform, easy to use
gs
- 这是经典的G-S算法matlab程序源代码,希望对大伙有帮助!!!! -this is G-S algorithm ,hope will help you all!
program_NMEA_YieldRate
- matlab檔案,用於計算定位成功率,輸入nmea檔案,自動計算NMEA定位的成功率-Calculate the fix yield rate
model
- 一个很简单的程序,登录界面,里面有个重置按钮的事件介绍-A very simple procedure, login interface, which has a reset button event introduction
UntitledB
- 脑电信号分析的波形频谱波形图形的matlab展现-Eeg analysis of wave spectrum waveform graphs of matlab
4
- 自相关算法的程序,可以运行的,本人认真研究,编写出来的-Autocorrelation algorithm that can run, I seriously study, written by
rootof13equation
- 求一元三次方程x^3-5x^2+16*5-80=0的根(用几何法)-For a three order equation in the root of the x^3-5x^2+16*5-80=0 (a geometric method)
L
- android图片工具,图片压缩,专程bitmap-android pictrue tool
MAPAN
- 移动机器人光电码盘MATLAB仿真程序,亲测亲试,可以直接用的。有详细代码。-Mobile robot photoelectric encoder MATLAB simulation program, pro-test pro-test, can be used directly. A detailed code.
ShortestPath
- 在随机的节点网络拓扑中使用graphshortestpath函数,找出源节点和目的节点间的最短路径-In a random network, use the graphshortestpath function to find the shortest path between the source node and the destination node.