码迷,mamicode.com
首页 >  
搜索关键字:fig    ( 184个结果
APUE fig 1.10示例代码的完善--对提示符及输入回车的优化
优化APUE fig 1.10示例代码。
分类:其他好文   时间:2015-12-13 23:27:13    阅读次数:262
Matlab小技巧
记录一些用Matlab的技巧。//imshow全屏subplot(1,3,3); imshow(topSketMat); hold on;set(gcf, 'units', 'normalized', 'outerposition', [0 0 1 1]);//保存handle为图片,并且关闭fig...
分类:其他好文   时间:2015-12-01 14:32:21    阅读次数:192
独立集与点覆盖
As it is shown in the fig, we have a graph G(V, E).1. Inpdependent Set: A set of nodes S\( \subset \)V is independent if no pair of nodes from S is co...
分类:其他好文   时间:2015-11-03 12:05:15    阅读次数:144
旋转游戏-题解
总时间限制: 15000ms 内存限制: 150000kB描述The rotation game uses a # shaped board, which can hold 24 pieces of square blocks (see Fig.1).The blocks are marked wi...
分类:其他好文   时间:2015-11-01 15:01:59    阅读次数:306
PHP编码规范
链接: http://www.kancloud.cn/thinkphp/php-fig-psr/3139 http://www.php-fig.org/ http://www.kancloud.cn/thinkphp/php-the-right-way
分类:Web程序   时间:2015-09-19 11:03:12    阅读次数:161
HTML5新增常用属性
一、 代码名称语义化的好处1、能让搜索引擎更好的收录2、对于特殊设备如盲人设备好解析二、article和section的区别article(文章):独立且能被外部引用section(章节、段落):不独立,不能被外部引用三、 css3常用的新增属性可以下拉的输入框datalist 2、图片加载fig....
分类:Web程序   时间:2015-09-14 01:52:12    阅读次数:201
Docker:Up & Running(读书笔记,前半部分)
Docker:Up & Running C/S Model + Registry3大组件:Compose(Fig),Machine,Swarmbridge(“docker0”)<-->private subnets(可用--net关闭,直接使用host地址)“无状态架构”:不应把数据库引擎潜到docker容器? vs ‘有状态应用’ 无状态应用:依赖都可以通过环境变量传...
分类:其他好文   时间:2015-08-26 17:58:49    阅读次数:183
整理:Android实用博文集锦
1.Android快速开发--使用ORMLite操作数据库:http://blog.csdn.net/smbroe/article/details/457870812.android开发步步为营之60:IntentService与Service的区别:http://blog.csdn.net/fig...
分类:移动开发   时间:2015-08-18 15:43:50    阅读次数:130
matlab循环中保存.jpg图片的方法
在写matlab程序时,会遇到在循环中保存图片的问题 利用saveas可以非常方便的保存在当前文件夹中 例如 for ii = 1:N fig(ii) = figure(ii); plot()... picturename = strcat('Scatter P',num2str(ii),'.jpg'); saveas(fig(ii),picturename,'jpg') en...
分类:其他好文   时间:2015-08-06 15:05:17    阅读次数:803
[转载] 关于matlab GUI的一点心得
转载自 落落轻尘[Fig文件方式,即使用菜单File->New->GUI来设计界面] 首先值得注意的是,在低版本matlab上制作的含GUI的m文件一般不能在高版本的matla...
分类:其他好文   时间:2015-07-30 13:16:03    阅读次数:127
184条   上一页 1 ... 13 14 15 16 17 ... 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!