码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
(记忆化搜索 )The Triangle--hdu --1163
http://poj.org/problem?id=1163Description73 88 1 02 7 4 44 5 2 6 5(Figure 1)Figure 1 shows a number triangle. Write a program that...
分类:其他好文   时间:2015-12-11 12:53:12    阅读次数:217
一维曲线极值检测
二维存储的一维曲线极值检测程序clc;clear;close all;BW1 = imread('BW1.BMP');figure,imshow(BW1,[]);% 提取图像中的曲线[M,N] = size(BW1);x=[];y=[];j=1;while j y = [y, M ...
分类:其他好文   时间:2015-12-10 11:21:38    阅读次数:142
Scrambled Polygon(凸多边形,斜率)
Scrambled PolygonTime Limit:1000MSMemory Limit:30000KTotal Submissions:7805Accepted:3712DescriptionA closed polygon is a figure bounded by a finite nu...
分类:其他好文   时间:2015-12-06 16:04:42    阅读次数:145
[摘译] 操纵关节式物体的反向动力学和几何约束
原文:INVERSE KINEMATICS AND GEOMETRIC CONSTRAINTS FOR ARTICULATED FIGURE MANIPULATIONhttp://graphics.ucsd.edu/courses/cse169_w04/welman.pdf译者: craziihtt...
分类:其他好文   时间:2015-12-05 22:36:58    阅读次数:808
Scrambled Polygon(差集排序)
Scrambled PolygonTime Limit:1000MSMemory Limit:30000KTotal Submissions:7799Accepted:3707DescriptionA closed polygon is a figure bounded by a finite nu...
分类:编程语言   时间:2015-12-05 21:06:51    阅读次数:332
《HTML5 CANVAS基础教程》读书笔记
一、HTML5简介1.HTML5新特性 1)结构元素:section,header,hgroup,footer,nav,article,aside, 2)内容元素:figure,figcaption,mark,time 3) 表单:浏览器端验证、输入类型、输入属性 4)媒体元素:audio元...
分类:Web程序   时间:2015-12-04 20:07:59    阅读次数:135
《HTML5 CANVAS基础教程》读书笔记
一、HTML5简介1.HTML5新特性 1)结构元素:section,header,hgroup,footer,nav,article,aside, 2)内容元素:figure,figcaption,mark,time 3) 表单:浏览器端验证、输入类型、输入属性 4)媒体元素:audio元...
分类:Web程序   时间:2015-12-04 18:16:41    阅读次数:120
MATLAB GUI 程序设计中将axes保存为矢量图的方法
MATLAB进行GUI程序设计时,一个figure中通常包含多个axes控件。保存矢量图的常用指令saveas和print只能以figure为单位保存图片,而不能将figure中的某一个axes单独保存。而getframe+imwrite的方法虽然可以保存axes,但只能保存为位图,不能保存为矢量图...
分类:其他好文   时间:2015-12-02 22:40:07    阅读次数:730
LeetCode "Minimum Height Tree" !!
Simple data structure but not that easy to figure out.. MHT -> balanced tree.https://leetcode.com/problems/minimum-height-trees/Lesson learnt: Focus o...
分类:其他好文   时间:2015-11-26 16:51:24    阅读次数:220
Find out who the “mole” is?
Blueheat Company’s production server was out of order again. The CEO was very upset and want their CIO Leo to figure out what happened. Leo asked thos...
分类:其他好文   时间:2015-11-22 17:27:08    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!