给自己挖了个坑,一切都得从“HelloWorld”开始。hello.S.data
msg:
.ascii"Hello,World!\n"
len=.-msg
.text
.globl_start
_start:
/*syscallwrite(intfd,constvoid*buf,size_tcount)*/
mov%r0,$1/*fd->stdout*/
ldr%r1,=msg/*buf->msg*/
ldr%r2,=len/*count->le..
分类:
移动开发 时间:
2014-08-15 02:49:58
阅读次数:
235
10,创建字典字典数组也分不可修改NSDictionary和可修改NSMutableDictionary两种。创建字典如下NSArray *listOfObjects = [NSArray arrayWithObjects:@"Hello World", @"Bonjour tout le? mon...
分类:
其他好文 时间:
2014-08-14 16:01:28
阅读次数:
167
#include#include#includeusing namespace std;const int maxsize=100;void getnext(string t,int next[]){ int j,k; j=0; k=-1; next[0]=-1; while(j=int (t.le...
分类:
其他好文 时间:
2014-08-13 14:27:26
阅读次数:
227
Problem StatementThe Happy Letter game is played as follows: At the beginning, several players enter the field. Each player has a lowercase English le...
分类:
移动开发 时间:
2014-08-13 03:33:35
阅读次数:
201
题意 开始有n个盒子按1到n的顺序排列 对这些盒子进行m次操作 每次为把x移到y的左边 右边 交换x,y 颠倒顺序中的一个
求操作完成后所有奇数位原盒子序号的和;
直接模拟肯定会超时 用stl中的链表也超时 只能用数组自己模拟一个双向链表了 le[i],ri[i]分别表示第i个盒子左边盒子的序号和右边盒子的序号 代码中有注释...
分类:
其他好文 时间:
2014-08-06 23:04:22
阅读次数:
289
问题:从上到下打印二叉树的每一行分析:先搜出二叉树的高度,然后遍历高度,每次搜索一个高度class Solution {public: int dfs(TreeNode *root) { if(root==NULL) return 0; if(root->le...
分类:
其他好文 时间:
2014-08-06 21:53:32
阅读次数:
278
原文地址:http://ubuntuforums.org/showthread.php?t=2214042 Ubuntu14.04安装samba服务器后每次使用sudo命令都会出现no talloc stackframe at ../source3/param/loadparm.c:4864, le...
分类:
其他好文 时间:
2014-08-05 05:18:18
阅读次数:
203
Problem FReverse PrimeInput:Standard InputOutput:Standard OutputThere are a few 7 digit positive numbers whose reverse number is a prime number and le...
分类:
其他好文 时间:
2014-08-03 23:07:36
阅读次数:
469
permit 英 [p?'m?t] 美 [p?'m?t] vi. 许可;允许vt. 许可;允许n. 许可证,执照encapsulate 英 [?n'kæpsj?le?t; en-] 美 [?n'kæpsj?'let] vt. 压缩;将…装入胶囊;将…封进内部;概述vi. 形成胶囊pro...
分类:
其他好文 时间:
2014-08-01 19:11:52
阅读次数:
182
from:http://blog.csdn.net/jiang_dlut/article/details/8163731中文版维护者: 张乐 Zhang Le 中文版翻译者: 张乐 Zhang Le 中文版校译者: 王聪 Wang Cong wheelz 管旭东 Xudong Guan Li ...
分类:
系统相关 时间:
2014-08-01 15:48:01
阅读次数:
400