no.14 I leave no trace of wings in the air, but I am glad I have had my flight.--Rbindranath Tagore 《Flying fire》 We always struggle to grasp somethin
分类:
其他好文 时间:
2016-03-16 22:19:09
阅读次数:
224
电脑型号 X86 兼容 台式电脑 (扫描时间:2016年03月15日)操作系统 Windows 7 旗舰版 32位 ( DirectX 11 ) 处理器 AMD Athlon(速龙) 64 X2 双核 5200+主板 华硕 M2N68-AM SE2 ( Nvidia PCI standard RAM
分类:
其他好文 时间:
2016-03-16 00:54:44
阅读次数:
236
#!/bin/bash
#szkwritenis2016/3/13
#宝宝,好玩不?
while:
do
read-p"请输入您的成绩:"n
n1=`echo$n|sed‘s/[0-9]//g‘`
if[-z$n]
then
echo"您未曾输入,请输入您的成绩"
continue
elif[!-z$n1]
then
echo"您输入的不是数字,请重新输入"
continue
fi
break
done
if[$n-lt60]&am..
分类:
其他好文 时间:
2016-03-13 18:08:44
阅读次数:
145
#include<iostream> #include<string> using namespace std; void main() { string str1("i am here!"); string str2="where are you?"; cout << str1[0] << str
分类:
其他好文 时间:
2016-03-12 01:36:29
阅读次数:
235
I AM A ABAPER! 科技的进步,一定会使一些东西变得越来越精简! 大道至简!!! 文章很好!!!!!!!!!!! ----------------------------------------------------------------------------------------
分类:
其他好文 时间:
2016-03-11 11:46:05
阅读次数:
716
第10题 翻转句子中单词的顺序。 题目:输入一个英文句子,翻转句子中单词的顺序,但单词内字符的顺序不变。 句子中单词以空 符隔开。为简单起见,标点符号和普通字母一样处理。 例如输入“I am a student.”,则输出“student. a am I”。 思路:首先将整个句子按字符翻转,然后将句
分类:
编程语言 时间:
2016-03-10 20:31:34
阅读次数:
203
转自http://blog.csdn.net/lvhao92/article/details/50817110 怀着复杂的心情诉说着SVM。以一个别处听到的故事为开场白,源自Please explain Support Vector Machines (SVM) like I am a 5 year
分类:
其他好文 时间:
2016-03-10 10:39:17
阅读次数:
319
写时拷贝(COW)的实现:#include<iostream>
#include<cassert>
usingnamespacestd;
classString
{
public:
String(char*str="")
:_str(newchar[strlen(str)+sizeof(int)+1])
{
*(int*)_str=1;
_str+=4;
strcpy(_str,str);
}
String(constString&am..
分类:
其他好文 时间:
2016-03-09 19:09:10
阅读次数:
151
一,php 脚本(test.php)
$smarty = new Sys_SmartyWork(CRON_HOME."/modifyInfo/tpl",CRON_HOME."/modifyInfo/tpl_c");
$hash = array();
$info = array();
$info ['smarty'] = 'i am smarty!';
$info ['php'] = 'i...
分类:
Web程序 时间:
2016-03-07 17:05:18
阅读次数:
164
一,php 脚本(test.php)
$smarty = new Sys_SmartyWork(CRON_HOME."/modifyInfo/tpl",CRON_HOME."/modifyInfo/tpl_c");
$hash = array();
$info = array();
$info ['smarty'] = 'i am smarty!';
$info ['php']...
分类:
Web程序 时间:
2016-03-07 17:04:20
阅读次数:
181