码迷,mamicode.com
首页 >  
搜索关键字:finished    ( 359个结果
UVA - 10410 Tree Reconstruction
Description   You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:其他好文   时间:2014-07-18 22:19:15    阅读次数:249
SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
Eclipse从svn上迁出项目的时候报以下的错误:SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or can...
分类:其他好文   时间:2014-07-07 20:34:09    阅读次数:1988
Methods throughout the lifespan of a view controller
Method DescriptionloadView Creates or returns a view for the view controller.viewDidLoadView has finished loading.viewWillAppear: View is about to app...
分类:其他好文   时间:2014-06-27 22:00:54    阅读次数:276
Euler_problem_18 for python
如下所示 给出2个解法 def euler_problem_18_1():     """     this problem spend my half-day but noting to finished ,so bad     """     rows = '''     3     7 4     2 4 6     100 5 9 3     '''     ...
分类:编程语言   时间:2014-06-07 01:28:18    阅读次数:261
Get the largest sum of contiguous subarray in an int array
When I finished reading this problem,I thought I could solve it by scan every single subarray in the array,and the time complexity is cubic.Every su.....
分类:其他好文   时间:2014-06-04 15:30:52    阅读次数:255
Fedora19安装smplayer后遇到"Mplayer has finished unexpectedly. Exit code 127"的错误
Fedora19安装smplayer后遇到"Mplayer has finished unexpectedly. Exit code 127"的错误...
分类:其他好文   时间:2014-05-18 03:31:20    阅读次数:186
Android多线程——Handler (二)
传递消息的集中方式:一:Messagemessage=Message.obtain(); message.obj=data; message.what=IS_FINISHED; handle.sendMessage(message);二:Messagemessage=Message.obtain(handle); message.obj=data; message.sendToTarget();三:可以在message中传递复杂数据Messag..
分类:移动开发   时间:2014-05-14 18:59:52    阅读次数:331
VHDL TestBench 测试终止时自动结束仿真——assert方法
可在结束仿真位置添加如下代码:assert false report "Simulation is finished!" severity Failure;则在Modelsim run -all下自动终止并打印"Simulation is finished!"。
分类:其他好文   时间:2014-05-05 23:41:00    阅读次数:1045
福州大学第十一届程序设计竞赛
福州大学第十一届程序设计竞赛 Contest Finished! Tag Pro.ID Problem Title Ratio(AC/Submit) 1 大王叫我来巡山呐 80.31%(261/325) 2 防守阵地 I 23.48%(193/822) 3 shadow 13.23%(97/733) 4 ...
分类:其他好文   时间:2014-04-27 21:21:59    阅读次数:300
359条   上一页 1 ... 34 35 36
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!