码迷,mamicode.com
首页 >  
搜索关键字:input source    ( 50636个结果
Ubuntu12.04 安装ltib遇到的问题及解决办法
Ubuntu12.04 安装ltib遇到的问题及解决办法在ubuntu 12.04 上,参考《在 Ubuntu 12.04 上用 LTIB 编译 linux BSP》,编译freescale LTIB (L3.0.35_4.1.0_130816_source.tar.gz),还是遇到了不少问题,下面...
分类:其他好文   时间:2014-05-16 07:48:06    阅读次数:524
LeetCode OJ - Reverse Words in a String
题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the".解题思路: 1、先对字符串进行一次总...
分类:其他好文   时间:2014-05-16 05:44:30    阅读次数:263
开源项目管理软件产品对比分析资料整理
目录商业协作和项目管理平台 TeamLab(GPL v3)基于Web的项目计划管理系统 NavalPlan(AGPL)项目管理工具 DotProject(GPL)项目管理系统 Collabtive(Open Source (GPL))项目管理和缺陷跟踪工具 Redmine(GPL licence)通...
分类:其他好文   时间:2014-05-15 16:48:57    阅读次数:624
如何在引号里面引用宏
#include #include #define MY_STR_LEN 32 #define __MY_FMT_STR(LEN) "%"#LEN"s" #define MY_FMT_STR(LEN) __MY_FMT_STR(LEN) int _tmain(int argc, _TCHAR* argv[]) { char* input = "0123456789abcdef01234...
分类:其他好文   时间:2014-05-15 07:18:11    阅读次数:313
LeetCode-004 Add Two Numbers
【题目】 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list. Input: (2 -> 4 -> 3) + (5 -> 6 -> 4) Out...
分类:其他好文   时间:2014-05-15 05:13:49    阅读次数:306
[LeetCode]String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases. Notes: It is intended for this problem to be specifi...
分类:其他好文   时间:2014-05-15 05:00:50    阅读次数:229
source insight实用技巧
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier 2   document options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:其他好文   时间:2014-05-15 04:33:36    阅读次数:330
hdu1269迷宫城堡 (强连通Tarjan+邻接表)
Problem Description 为了训练小希的方向感,Gardon建立了一座大城堡,里面有N个房间(N Input 输入包含多组数据,输入的第一行有两个数:N和M,接下来的M行每行有两个数a和b,表示了一条通道可以从A房间来到B房间。文件最后以两个0结束。 Output 对于输入的每组数据,如果任意两个房间都是相互连接的,输出"Yes",否则输出"No"。...
分类:其他好文   时间:2014-05-15 03:56:41    阅读次数:205
Sublime Text 3 c++编译环境配置
{ "cmd":["g++","${file}","-o","${file_path}/${file_base_name}"], "file_regex":"^(..[^:]*):([0-9]+):?([0-9]+)?:?(.*)$", "working_dir":"${file_path}", "selector":"source.c,source.c++", "encoding":"cp936", "variants": [ { "name":"Run", "shell":true, "cmd":["st..
分类:编程语言   时间:2014-05-14 17:25:25    阅读次数:300
随笔 : Do you remember Turbo Basic?
老爷子心不老, 依然在勤勤恳恳地敲着书和代码...没错, 就是source code. 像老爷子这样的老一辈会用电脑的都不多, 而我亲爱的老爷子那是会Turbo Basic的顶尖高手啊...每次想到这个, 内心都倍感自豪... 当年的"窗口"编程极其繁琐, 如果不看看那一套, 再加上个, 都不保证能...
分类:其他好文   时间:2014-05-14 13:38:42    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!