码迷,mamicode.com
首页 >  
搜索关键字:console page status    ( 39775个结果
google-glog配置使用笔记
首先下载glog-0.3.3.tar.gz,解压,直接打开VS工程,我用了动态库, 新建win32 console test 把src\windows包含进来,../Debug/libglog.lib链接进来,这样就ok了。 新建main.cpp: #define GLOG_NO_ABBREVIATED_SEVERITIES #include #include using...
分类:其他好文   时间:2014-07-22 22:59:35    阅读次数:1075
unity3D与网页的交互 做项目的一点总结
http://www.游戏蛮牛.com/forum.php?mod=viewthread&tid=15507&page=1&authorid=1235
分类:Web程序   时间:2014-05-12 16:50:42    阅读次数:336
UVA 1146 Now or later
二分时间+2sat 边加多了....RE了好久...... Now or later Time Limit: 9000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   D...
分类:其他好文   时间:2014-05-02 23:59:02    阅读次数:712
【转】成功在AMD主机上用虚拟机安装原版雪豹
转载地址:http://www.jzh.me/archives/205.html/comment-page-1一直都很想安装苹果的系统,当雪豹出来的时候就更加想了,但是自己的机器是AMD的,而且还是三核的,那样就难上加难了。试过很多改造系统后,还是不行,于是想到在虚拟机里面体验原版雪豹。首先我们需要...
分类:其他好文   时间:2014-05-02 21:42:28    阅读次数:488
uva 12299 线段树 点相关的操作模板
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=502&page=show_problem&problem=3720 唯一值得一说的就是shift,变成循环就行 这道题主要是测试下我做的算法模板 先贴模板 /**********************************...
分类:其他好文   时间:2014-05-02 21:29:31    阅读次数:345
Unity3d iOS基本优化和高级优化
原地址:http://www.cocoachina.com/bbs/read.php?tid=70395&page=1分享看见的2篇好文.简单翻译了一下并且放出原文http://www.cratesmith.com/archives/1831.做减法大量代码在Update()或FixedUpdate...
分类:移动开发   时间:2014-05-02 15:21:12    阅读次数:537
git命令汇总
一、创建命令 1、克隆一个git仓库 git clone 地址 2、建立一个新的本地git仓库 git init二、本地修改命令 1、查看仓库当前状态 git status 2、查看文件与上一个版本的差异 git diff 3、将修改加入暂存区 git add...
分类:其他好文   时间:2014-05-02 14:57:26    阅读次数:271
C#简单工厂模式(文件案例)
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespace读文件案例 { classProgram { staticvoidMain(string[]args) { Console.WriteLine("请输入文件名"); stringfileName=Console.Read..
分类:其他好文   时间:2014-05-02 04:00:58    阅读次数:289
C++ 控制台代码输出控制
在C++控制台应用程序中可以控制控制台输出的字体颜色和 接受任意按键退出#ifndef CONSOLE_UTILS_H#define CONSOLE_UTILS_H#include #include #include //default text colors can be found in win...
分类:编程语言   时间:2014-05-02 00:23:19    阅读次数:450
android上进行c/C++开发测试(转)
Android C编程技巧运行模拟器 emulator -console * 将文件写入到模拟器的userdata.img文件中 adb push *将一个目录拷贝到模拟器中,包括子目录 adb push * 将一个目录从模拟器中拷出来 adb pull * 使得模拟器可以运行arm...
分类:移动开发   时间:2014-05-02 00:22:43    阅读次数:509
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!