码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
matlab绘制实用日历实例代码
function TheStudy;%函数名close all;%关闭所有床头DD={'Sun','Mon','Tue','Wed','Thu','Fri','Sat'};%日历表头文字figure;%打开一个窗口%绘制窗口中的图标uicontrol(gcf,'style','text','unit...
分类:其他好文   时间:2015-02-16 20:55:40    阅读次数:279
2015-2-14 log
Still debugging sequence to sequence learning code. Not going well. Figure out some bugs. Bug gradient check still failed.Numeric percision may be a p...
分类:其他好文   时间:2015-02-15 00:57:31    阅读次数:285
UVA 784-Maze Exploration(dfs)
Maze Exploration  A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character. The points of room walls are ...
分类:其他好文   时间:2015-02-14 08:45:35    阅读次数:134
翻译经典之《Cisco Lan Switching》第六章(十一):Using Spanning Tree in Real-World Networks
【版权声明:原创翻译文章,翻译水平有限,错误在所难免,翻译作者对文章中存在的错误或遗漏所造成后果不承担任何责任,请谨慎转载。转载请保留本声明及出处:blog.csdn.net/shallnet ,下载该书英文版】 来看一下图6-20更复杂的拓扑,看看STP在实际中是如何应用的。 Figure 6-20. A Complex Network with All Links Sh...
分类:Web程序   时间:2015-02-11 22:01:19    阅读次数:293
LaTeX插入jpg图片: 使用graphicx
首先要包含宏包\usepackage{graphicx}\begin{figure}[ht!]\centering\includegraphics[width=90mm]{fixed_dome1.jpg}\caption{A simple caption \label{overflow}}\end{...
分类:其他好文   时间:2015-02-02 23:00:42    阅读次数:233
HTML5所有标签汇总
来自lampbrother兄弟连HTML5与CSS3教程。结构标签:(块状元素) 有意义的div标记定义一篇文章标记定义一个页面或一个区域的头部 标记定义导航链接标记定义一个区域 标记定义页面内容部分的侧边栏标记定义文件中一个区块的相关信息 标记定义一组媒体内容以及它们的标题标签定义 figure ...
分类:Web程序   时间:2015-02-02 14:01:34    阅读次数:232
uva 1368 - DNA Consensus String(字符串处理)
uva 1368 - DNA Consensus String Figure 1. DNA (Deoxyribonucleic Acid) is the molecule which contains the genetic instructions. It consists of four different nucleotides, namely Adenine...
分类:其他好文   时间:2015-02-01 13:35:42    阅读次数:436
(中等) POJ 1084 Square Destroyer , DLX+可重复覆盖。
Description The left figure below shows a complete 3*3 grid made with 2*(3*4) (=24) matchsticks. The lengths of all matchsticks are one. You can fi...
分类:其他好文   时间:2015-01-31 14:13:45    阅读次数:144
poj--2706--Connect(极限大模拟)
Connect Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1148   Accepted: 375 Description Figure 1 Figure 2 Figure 3a Figure 3b Figure...
分类:其他好文   时间:2015-01-30 22:41:51    阅读次数:293
uva 10054 The Necklace(欧拉回路)
uva 10054 The Necklace My little sister had a beautiful necklace made of colorful beads. Two successive beads in the necklace shared a common color at their meeting point. The figure below ...
分类:其他好文   时间:2015-01-26 19:26:10    阅读次数:98
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!