码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
重新实现库函数
练习1:只用getchar函数读入一个整数。假设它占据单独的一行,读到行末为止,包括换行符。输入保证读入的整数可以保存在int中。代码://改进方案 3.4.4-1 只用getchar函数读入一个整数。#include int main(){ int c; int n=0; w...
分类:其他好文   时间:2014-07-19 22:21:50    阅读次数:229
CodeForces 230A Dragons
Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he's got to defeat allndragons that live on this level. Kirito and...
分类:其他好文   时间:2014-07-19 22:20:17    阅读次数:289
LeetCode:Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2014-07-19 22:19:36    阅读次数:202
MyEclipse中设置智能提示
在实际的开发当中,编译器没有智能提示,确实是效率很低,下面我就给大家讲一下在MyEclipse中设置智能提示,方便大家的开发,希望能帮到大家。方法一:首先,在MyEclipse的菜单栏中找到window→Preferences→Java→Editor→Content Assist,然后将Auto a...
分类:系统相关   时间:2014-07-19 22:19:14    阅读次数:242
hdu1010 Tempter of the Bone
转载自:http://acm.hdu.edu.cn/forum/read.php?tid=6158sample input:4 4 5S.X...X...XD....问题:(1):在发现当前节点无法到达时,这点弹出栈,并且把这点的标记重新刷为'.'(2):如何在dfs中既要保证到达又要使时间正好呢?...
分类:其他好文   时间:2014-07-19 18:31:08    阅读次数:335
《学习bash》笔记--基础shell编程
1.shell脚本 脚本是包含shell命令的文件,它是一个shell程序,有两种方式运行它们。...
分类:其他好文   时间:2014-07-19 18:28:38    阅读次数:188
VS2010安装HTML5插件
步骤:1.下载 插件2.拷贝文件里面德尔html_5.xsd到D:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\schemas\html3. 运行注册文件VS-2010-x64.reg 根据自己系统而定4. 打开...
分类:Web程序   时间:2014-07-19 18:24:56    阅读次数:291
HDU 4450 Draw Something
Problem DescriptionWangpeng is good at drawing. Now he wants to say numbers like “521” to his girlfriend through the game draw something.Wangpeng can’...
分类:其他好文   时间:2014-07-19 18:24:12    阅读次数:205
iOS逆向工程的一些资料
Apple开发、调试工具下载链接 https://developer.apple.com/downloads/index.action逆向工具下载 http://pan.baidu.com/s/1nt3BKyXiOS运行时工具-cycripthttp://blog.csdn.net/sakulafl...
分类:移动开发   时间:2014-07-19 18:22:25    阅读次数:271
jQuery事件
载入事件onload $(function(){}); $().ready(function(){}); $(document).ready(function(){});设置事件 $('div').mouseover(function(){}); $('div').focusin(func...
分类:Web程序   时间:2014-07-19 18:19:27    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!