码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
#2 create and populate a database && realistic and practical applications
The Chapter3 & Chapter4 of this book tells you how to create a realistic app on the web through the lab.That is really amazing when you finished yours...
分类:移动开发   时间:2015-08-20 15:16:25    阅读次数:189
Picking up Jewels
Picking up Jewels There is a maze that has one entrance and one exit. Jewels are placed in passages of the maze. You want to pick up the jewels after getting into the maze through the entran...
分类:其他好文   时间:2015-08-19 11:23:51    阅读次数:1384
hdu-1142-A Walk Through the Forest
问题描述  给定一个长度为n的字符串S,还有一个数字L,统计长度大于等于L的出现次数最多的子串(不同的出现可以相交),如果有多个,输出最长的,如果仍然有多个,输出第一次出现最早的。输入格式  第一行一个数字L。   第二行是字符串S。   L大于0,且不超过S的长度。输出格式  一行,题目要求的字符串。  输入样例1:   4   bbaabbaaaaa  输出样例1:   bbaa  输...
分类:其他好文   时间:2015-08-17 15:41:09    阅读次数:101
8,16小感
"People in the young age should suffer, it should go through life experiences of society. When you have not been to the freedom of capital life, you have to put down the hearts of fantasy, down to e...
分类:其他好文   时间:2015-08-16 16:42:04    阅读次数:124
POJ-3083 Children of the Candy Corn (BFS+DFS)
DescriptionThe cornfield maze is a popular Halloween treat. Visitors are shown the entrance and must wander through the maze facing zombies, chainsaw-...
分类:其他好文   时间:2015-08-16 16:37:35    阅读次数:112
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'
报错信息:ERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/tmp/mysql.sock‘(2)[root@mysql5~]#mysql-uroot-pxxxxERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/tmp/mysql.sock‘(2)[root@mysql5~]#[root@mysql5~]#[root@mysql5~]#[root@mysq..
分类:数据库   时间:2015-08-15 06:53:21    阅读次数:160
UVa 10564 DP Paths through the Hourglass
从下往上DP,d(i, j, k)表示第(i, j)个格子走到底和为k的路径条数。至于字典序最小,DP的时候记录一下路径就好。 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int n, sum; 7 int a[50...
分类:其他好文   时间:2015-08-13 12:00:13    阅读次数:109
Balanced Binary Tree
Given a binary tree , determine if it is height-balancedimplement method is in java language,iterator through the height rather than the depthpublic i...
分类:其他好文   时间:2015-08-12 21:32:32    阅读次数:116
Mercedes Benz MB-PRO IR Code Reader Introduction
Wobd2 recently released Mercedes Benz MB-PRO IR Code Reader. This device can can read or write eeprom through IR or PCB, renew original Mercedes NEC c...
分类:其他好文   时间:2015-08-12 16:18:47    阅读次数:216
网络IO的虚拟化模型小结
网络IO的虚拟化模型随着技术发展,出现了多种方式,例如emulation、para-virtualization、pass-through和SR-IOV等,本文试图对其做一个简单的总结。 Emulation(仿真): 全虚拟化是最早出现的IO虚拟化方式,效率也最低。以接收网络报文为例,其处理步骤可以...
分类:其他好文   时间:2015-08-12 06:42:22    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!