题目描述Dominos are lots of fun. Children like to stand
the tiles on their side in long lines. When one domino falls, it knocks down the
next one, which k...
分类:
其他好文 时间:
2014-06-13 08:09:51
阅读次数:
318
原文:A first-person engine in 265
lines(2014-6-11)翻译:Jaward华仔今天,让我们进入一个可以伸手触摸的世界吧。在这篇文章里,我们将从零开始快速完成一次第一人称探索。本文没有涉及复杂的数学计算,只用到了光线投射技术。你可能已经见识过这种技术了,比如《上...
分类:
编程语言 时间:
2014-06-12 20:56:55
阅读次数:
365
比如需要生成sqoop import语句,用newlisp脚本:(set 'import-cmd (format "%s/sqoop-import --options-file media_options.txt --table %s --where \"ID = 2\" --target-dir %s -m 1 --fields-terminated-by '%s' --lines-term...
分类:
其他好文 时间:
2014-06-11 07:06:00
阅读次数:
351
ARM 汇编语言源代码行的语法规则
3.1 Syntax of source lines in assembly language
汇编器首先解析汇编语言源代码,然后把源代码汇编成目标文件。汇编语言源代码的每一行都要符合如下所示的语法格式:
{symbol} {instruction|directive|pseudo-instruction}...
分类:
编程语言 时间:
2014-06-10 15:44:52
阅读次数:
264
题目描述Dominos are lots of fun. Children like to stand
the tiles on their side in long lines. When one domino falls, it knocks down the
next one, which k...
分类:
其他好文 时间:
2014-06-10 12:08:55
阅读次数:
232
VCF is a text format. It contains
meta-information lines, a header line, and then data lines each containing
information about a posittion in the geno...
分类:
其他好文 时间:
2014-06-10 11:35:34
阅读次数:
771
LINUX 如下:
1)导出数据
[root@www.cnscn.org ~]$ mysqldump -u root -p dbname --default-character-set=gbk > base_user.sql;
2)查看导出的sql文件的编码
[root@www.cnscn.org ~]$ file base_user.sql
base_user.sql: UTF-8 Unicode text, with very long lines
3)转成要用的编码
[root@www.cn...
分类:
数据库 时间:
2014-06-10 11:14:39
阅读次数:
394
简单字符串。 1 #include 2 #include 3 4 #define MAXLEN 105
5 #define MAXN 25 6 7 char keys[MAXN][MAXN]; 8 char lines[MAXN][MAXLEN]; 9 int
nums[MAXN];10...
分类:
其他好文 时间:
2014-06-09 19:29:31
阅读次数:
190
Ubuntu装完后要做的几件事改hosts无论哪里,改hosts都是第一件事,没hosts咋google。没google咋活。在终端输入命令sudo
gedit /etc/hosts在# The following lines are desirable for IPv6 capable hosts...
分类:
其他好文 时间:
2014-06-09 15:16:01
阅读次数:
225