码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Friend
Description On an alien planet, every extraterrestrial is born with a number. If the sum of two numbers is a prime number, then two extraterrestrials can be friends. But every extraterrestrial ca...
分类:其他好文   时间:2015-05-22 09:43:20    阅读次数:161
【Leetcode】【Medium】Binary Tree Right Side View
Given a binary tree, imagine yourself standing on therightside of it, return the values of the nodes you can see ordered from top to bottom.For exampl...
分类:其他好文   时间:2015-05-22 09:22:05    阅读次数:84
一种FPGA图像处理算法的快速验证方式
其实就是用验证平台代替板级验证。we can instantiate a mem block in testbench and put a .mif file into the mem block. This .mif file is transferred from an image file b...
分类:编程语言   时间:2015-05-22 01:45:35    阅读次数:238
LightOJ1030 Discovering Gold 概率DP 水题
Time Limit:2000MSMemory Limit:32768KB64bit IO Format:%lld & %lluDescriptionYou are in a cave, a long cave! The cave can be represented by a1 x Ngrid. ...
分类:其他好文   时间:2015-05-22 00:30:06    阅读次数:196
Candy Sharing Game(hdoj1034)
Problem DescriptionA number of students sit in a circle facing their teacher in the center. Each student initially has an even number of pieces of can...
分类:其他好文   时间:2015-05-22 00:23:25    阅读次数:125
FindBugs Tutorial
FindBugs is an useful tool that can find potential problematic code in your Java program. It differs from CheckStyle and PMD in that it analyzes Java ...
分类:数据库   时间:2015-05-22 00:19:25    阅读次数:269
【C++注意事项】5 Top-level const , The auto and decltype Type Specifier
top-level constAs we’ve seen, a pointer is an object that can point to a different object. As a result, we can talk independently about whether a pointer is const and whether the objects to which it ca...
分类:编程语言   时间:2015-05-21 22:38:05    阅读次数:270
poj 1080 ——Human Gene Functions——————【最长公共子序列变型题】
Human Gene FunctionsTime Limit:1000MSMemory Limit:10000KTotal Submissions:17805Accepted:9917DescriptionIt is well known that a human gene can be consi...
分类:其他好文   时间:2015-05-21 22:18:05    阅读次数:115
you can Solve a Geometry Problem too(hdoj1086)
Problem DescriptionMany geometry(几何)problems were designed in the ACM/ICPC. And now, I also prepare a geometry problem for this final exam. According ...
分类:其他好文   时间:2015-05-21 21:43:33    阅读次数:129
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
First make a backup of your /var/lib/mysql/ directory just to be safe.sudo mkdir /home//mysql/cd /var/lib/mysql/sudo cp * /home//mysql/ -RNext purge M...
分类:数据库   时间:2015-05-21 19:18:08    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!