码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
xcode模拟器上进行屏幕快照的存放地址
1./Users/你的用户名/Library/Application Support/iPhone Simulator/模拟器版本号/Applications/Xcode所生成的某项目的编号/Library/Caches/Snapshots/项目名2./Users/你的用户名/Library/App...
分类:其他好文   时间:2014-07-22 00:03:35    阅读次数:536
poj2524-Ubiquitous Religions
C - Ubiquitous ReligionsTime Limit:5000 MSMemory Limit:65536 KB64-bit integer IO format:%I64d , %I64uJava class name:MainDescriptionThere are so many ...
分类:其他好文   时间:2014-07-22 00:03:34    阅读次数:211
eclipse导入安卓工程时出现 Invalid project description. overlaps the location of another project提示
eclipse导入工程时出现了如下问题:Invalid project description. /Users/yang/Documents/workspace/BarCodeTest overlaps the location of another project: 'BarCodeTest'原因...
分类:移动开发   时间:2014-07-22 00:03:34    阅读次数:301
Job1
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using WindowsFormsApplication3.Jobs;using Win...
分类:其他好文   时间:2014-07-22 00:03:33    阅读次数:153
自增运算深入
++a=8;++a可以当做左值使用,a++=8;错误 不可以当做左值使用#includevoidmain()/*主函数*/{inta,b,c,d;a=5;b=5;c=(a++)+(a++)+(a++);d=(++b)+(++b)+(++b);printf("a=%d,b=%d,c=%d,d=%d\n...
分类:其他好文   时间:2014-07-22 00:03:33    阅读次数:305
【HDOJ】2363 Cycling
二分+Dijkstra。 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 #define MAXN 105 9 #define INF 1000001 ...
分类:其他好文   时间:2014-07-22 00:02:36    阅读次数:189
Android---App Inventor环境搭建
----Android终端----1、访问开发网页(需要有gmail账号,最好使用Google Chrome4.0浏览器)2、安装Compainion3、连接Android设备(Android操作系统2.3或者更高版本)------使用模拟器------1、访问开发网页2、安装App invento...
分类:移动开发   时间:2014-07-22 00:02:36    阅读次数:241
嵌入式linux开发:杂七杂八的话
嵌入式linux开发:杂七杂八的话
分类:系统相关   时间:2014-07-22 00:02:36    阅读次数:296
利用栈解决一些基本问题
1.括号匹配问题#include "stdafx.h"#include "stdio.h"#include "string.h"#define maxSize 100int main(int argc, char* argv[]){ char exp[maxSize]; char sta...
分类:其他好文   时间:2014-07-22 00:02:35    阅读次数:258
VS2012 win7 修改TFS登陆账号的方法
、修改登陆账号: 在网上搜了好多,都没有找到解决方法,自己琢磨了一会找到了修改登陆TFS(Team Foundation Server)(团队资源管理器)的账号,和大家分享一下吧。 点击“开始”--“控制面板”--“用户帐户和家庭安全”--“凭据管理器”--“普通凭证”,就修改普通凭证就可以了。.....
分类:Windows程序   时间:2014-07-22 00:02:35    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!