The purpose of this Primer is to help you begin to use MATLAB. It is not intended to be a substitute for the online help facility or the MATLAB documentation (such as Getting Started with MATLAB, available in printed form and online). The Primer can best be used hands-on. You are encouraged to work at the computer as you read the Primer and freely experiment with the examples. This Primer, along with the online help facility, usually suffices for students in a class requiring the use of MATLAB.
标签: intended substitu to purpose
上传时间: 2013-12-27
上传用户:dengzb84
连通图的关节点计算CPP文件,在ACM比赛中可以直接套用该程序
上传时间: 2013-12-19
上传用户:mpquest
图的遍历算法cpp程序,有类Graph,可以直接创建对象调用相关函数,ACM比赛适用
上传时间: 2016-09-02
上传用户:stampede
串的模式匹配问题算法cpp源代码,(查找子串在主串中的位置)。ACM适用
上传时间: 2013-12-23
上传用户:小鹏
最小权定点覆盖问题的C++代码,使用时注意需要定义input.txt文件。ACM适用
上传时间: 2016-09-02
上传用户:Ants
poj 2408 解题代码,北大acm在线可以测试。
上传时间: 2013-12-27
上传用户:ztj182002
包含常用液晶的C51驱动程序,如SED1335驱动320x240图形液晶驱动演示程序,ACM-12864汉字液晶显示驱动程序,44780字符液晶屏驱动演示程序总线方式,1602液晶显示驱动等
上传时间: 2013-12-01
上传用户:chongcongying
一道经典的矩形切割的题目的解答,原题见http://acm.tju.edu.cn/toj/vcontest/showp1835_A.html
上传时间: 2013-12-08
上传用户:sjyy1001
图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。
上传时间: 2016-10-28
上传用户:wangyi39
字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构
上传时间: 2013-12-09
上传用户:himbly