码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
C语言控制台窗口图形界面编程(五).
控制文本的移动是控制台窗口界面编程的一个很重要的功能,有了这个功能我们可以实现界面的滚动。下面我们介绍一个控制文本移动的函数,如下:BOOLScrollConsoleScreenBuffer(//文本移动函数HANDLEhConsoleOutput,//句柄constSMALL_RECT*lpScr...
分类:编程语言   时间:2014-06-28 15:48:36    阅读次数:336
C语言——结构体数组的使用案例(如何判断两个矩形是否相交,其中一个是否包含在另外一个里面,点是否在矩形中)
Rect.hstruct CPoint { float x; float y;};typedef struct CPoint CPoint;struct CSize { float width; float height;};typedef struct CSize CSiz...
分类:编程语言   时间:2014-06-28 15:10:15    阅读次数:381
在网页中插入百度地图(实例)
方法/步骤进入:http://dev.baidu.com/wiki/static/map/API/tool/creatMap/ (创建地图-百度地图API所见即所得工具,百度官方地址,大家放心使用)切换城市,搜索需标注位置。(如下图:)设置地图:大家可以对网站显示地图的宽高进行设置,其余选项不动。添...
分类:Web程序   时间:2014-06-28 12:52:21    阅读次数:229
Pass command line arguments to Gnuplot script
Gnuplot is a light-weight and easy to use scientific plotting tool. Its has enough functionalities to deal with most of my demands on visualizing expe...
分类:其他好文   时间:2014-06-24 14:07:48    阅读次数:236
想玩Java这些事新手必须懂(二)
想玩Java这些事必须懂(二)JDK目录的组成 bin下有常用的javac和java命令 lib下有JDK工具命令的字节码tool.jar和dt.jar tool.jar中包含了javac和java可执行命令的字节码PATH和CLASSPATH的作用 PATH是系统变量的环境变量,当没...
分类:编程语言   时间:2014-06-22 12:31:07    阅读次数:261
How to use CCache to speed up cocos2d-x android compilation
CCache is a compiler cache for C/C++. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. We can use this tool to s...
分类:移动开发   时间:2014-06-21 21:13:40    阅读次数:318
[3] 用D3.js做一个简单的图表吧!
本节介绍如何使用D3.js制作棒状图。通过在SVG中添加元素的方法进行绘制。...
分类:Web程序   时间:2014-06-21 20:04:36    阅读次数:311
Access text files using SQL statements by DB Query Analyzer
Is it a dream that you can access text files using SQL statements? But now, it is true that DB Query Analyzer provides you a power tool which can help you realize the dream above. I’ll give you a sample to show its powerful function. What’s more, the p...
分类:数据库   时间:2014-06-21 18:41:54    阅读次数:510
【js调试】F12控制台学习
http://www.cnblogs.com/52cik/p/js-console-acquaintance.htmlconsole.log 输出信息http://javascript.ruanyifeng.com/tool/console.html --- console 对象$ // 简单理解就...
分类:Web程序   时间:2014-06-20 20:43:52    阅读次数:255
RRDtool 的功能及使用介绍
RRDtool 的功能及使用介绍定义:RRDtool(Round Robin Database Tool)是一个用来处理定量数据的开源高性能数据库。一.RRDtool 的特性由于 RRDtool 设计的初衷就是为监控开发的,所以与其他的数据库相比,RRDtool 有以下特性:有一个强大的绘图引擎,可...
分类:其他好文   时间:2014-06-20 17:38:34    阅读次数:644
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!