码迷,mamicode.com
首页 >  
搜索关键字:maker    ( 318个结果
[转]Valgrind简单用法
[转]Valgrind简单用法http://www.cnblogs.com/sunyubo/archive/2010/05/05/2282170.htmlValgrind的主要作者Julian Seward刚获得了今年的Google-O'Reilly开源大奖之一──Best Tool Maker。让...
分类:其他好文   时间:2015-05-16 16:13:09    阅读次数:151
宏不是类型定义
#include #include #include using namespace std; struct CarType { string maker; int year; float price; }; //使用这样的宏定义还有着可移植性的优势,所有的C编译器都支持它。 #define EXAMPLE1 struct CarType * //很多编译器不支持如下方法 type...
分类:其他好文   时间:2015-05-07 22:01:17    阅读次数:101
重载运算符
假如我们有如下结构体声明:struct CarType { string maker; int year; float price; }; 假定我们将mycar声明为该结构的一个对象,并且为该对象的所有数据成员赋值,然后我们编写下面的代码: if(mycar>2000) coutC++不知道如何处理这段代码,C++并不知道是将myCar中的year与2000比较还是myCar中的p...
分类:其他好文   时间:2015-05-01 10:46:36    阅读次数:110
添加中文字体
将自己下载的 ttf字体导入到 untiy菜单 -》ngui-》open -》 font maker 窗口点击 左侧的 sourc 弹出的 选框中选 刚加入的 字体回到font maker 窗口后 在characters下 选择dynamic之后就可以在label中使用该prefab代表的中文字体
分类:其他好文   时间:2015-05-01 09:22:20    阅读次数:101
Windows Live Writer 2012发博客配置和技巧
一、软件准备: 最新版的是Windows Live Writer 2012,但是不提供单独的安装包,它是和微软其它软件一起的(包括MSN、Window Move Maker等),软件大小为131M,官方下载地址:http://g.live.com/1rewlive5-all/zh-cn/wlsetu...
分类:Windows程序   时间:2015-04-28 20:58:38    阅读次数:155
zstu.2512. Moving Tables(贪心)
Moving TablesTime Limit: 1 SecMemory Limit: 64 MB Submit: 1182Solved: 563DescriptionThe famous ACM (Advanced Computer Maker) Company has rented a floo...
分类:其他好文   时间:2015-04-20 14:38:36    阅读次数:121
hdu4740 搜索(会爆栈,需要手动开辟)
http://acm.hdu.edu.cn/showproblem.php?pid=4740 Problem Description There was no donkey in the province of Gui Zhou, China. A trouble maker shipped one and put it in the forest which could be c...
分类:其他好文   时间:2015-04-14 16:46:14    阅读次数:230
推桌子
推桌子 时间限制:1000 ms  |  内存限制:65535 KB 难度:3 描述The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure.  The floor has...
分类:其他好文   时间:2015-04-12 16:16:44    阅读次数:136
ubuntu14.04LTS下制作安装启动U盘
ubuntu自带的启动U盘制作工具在我的非UEFI电脑上无法启动,找到一个国产的好用东西:深度deepin-boot-maker。 下载地址(官方百度盘):点击下载 用起来也很简单,只需要选择下载好的镜像以及插上你的U盘,制作就行,但是注意一点,如果你使用的是ubuntu系统,请sudo运行...
分类:系统相关   时间:2015-04-02 15:04:57    阅读次数:247
【HDU4348】【主席树】To the moon
Problem DescriptionBackgroundTo The Moon is a independent game released in November 2011, it is a role-playing adventure game powered by RPG Maker.The...
分类:其他好文   时间:2015-03-13 22:10:00    阅读次数:209
318条   上一页 1 ... 26 27 28 29 30 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!