上一页 1 ··· 118 119 120 121 122 123 124 125 126 ··· 527 下一页
摘要: /*题目大意:填数解题思路:模拟填数的过程难点具体解释:模拟填数的过程考虑清楚就可以关键点:怎样填数。怎样控制填数的次数解题人:lingnichong解题时间:2014/08/16 12:40解题体会:是蛇形填数的第二种变形*/奇数阶魔方Time Limit : 2000/1000ms (Java... 阅读全文
posted @ 2016-01-04 15:55 zfyouxi 阅读(224) 评论(0) 推荐(0)
摘要: 近期画油量曲线须要用到ZoomLine官网看了好几天。如今整理出来供大家參考使用zoomline.html源码FusionCharts Free Documentation FusionCharts. ... 阅读全文
posted @ 2016-01-04 13:39 zfyouxi 阅读(375) 评论(0) 推荐(0)
摘要: insert into reg_user (id,name,password,area_code,reg_time,first_pswd,record_type) select l.reg_user_id,l.entry_person,'4QrcOUm6Wau+VuBX8g+IPg==',... 阅读全文
posted @ 2016-01-04 12:40 zfyouxi 阅读(859) 评论(0) 推荐(0)
摘要: 问题描写叙述:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally ident... 阅读全文
posted @ 2016-01-04 11:29 zfyouxi 阅读(128) 评论(0) 推荐(0)
摘要: pid=1231">最大连续子序列Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18461Accepted Submission(s): 8202... 阅读全文
posted @ 2016-01-04 09:50 zfyouxi 阅读(165) 评论(0) 推荐(0)
摘要: Notes: directory structure: cmake, cmake/Tutorial, cmake/Tutorial/MathLibs1. File lists in cmake/TutorialCMakeLists.txtTutorialConfig.h.intutorial.cxx... 阅读全文
posted @ 2016-01-04 09:13 zfyouxi 阅读(226) 评论(0) 推荐(0)
摘要: 1)打开"res/drawable"-->复制一张icon2.jpg图片到该drawable目录,同一时候,也将复制icon2.jpg图片到bin/res/drawable。2)改动AndroidMainfest.xml中的 将icon="@drawable/icon"改为icon="@drawab... 阅读全文
posted @ 2016-01-04 08:15 zfyouxi 阅读(345) 评论(0) 推荐(0)
摘要: 获取、改变当前文件夹:原型为:#include//头文件char*getcwd(char*buf,size_tsize); //获取当前文件夹。相当于pwd命令intchdir(constchar*path); //改动当前文件夹。即切换文件夹。相当于cd命令当中getcwd()函数:将当前的工作文... 阅读全文
posted @ 2016-01-03 21:03 zfyouxi 阅读(284) 评论(0) 推荐(0)
摘要: onkeypress事件是在按键開始按的时候发生;onkeydown事件是在按键已经按下的时候发生;onkeyup事件是在按键松开(释放)的时候发生。 阅读全文
posted @ 2016-01-03 19:57 zfyouxi 阅读(365) 评论(0) 推荐(0)
摘要: 逛C++吧的时候看到一个人说看不懂汉诺塔递归算法,我去玩了下发现就是小时候学习机上的一个游戏啊,那时候认为相当有难度,4个就弄不出来了之后细致分析了一下,发现还挺有意思的。先看看大致的步骤:1个盘1 a c2个盘1 a b2 a c1 b c3个盘1 a c2 a b1 c b3 a c1 b a... 阅读全文
posted @ 2016-01-03 18:21 zfyouxi 阅读(234) 评论(0) 推荐(0)
上一页 1 ··· 118 119 120 121 122 123 124 125 126 ··· 527 下一页