码迷,mamicode.com
首页 >  
搜索关键字:sea    ( 3752个结果
前端工程师必需知识点
1,HTML 2,CSS 3,JavaScript 4,JQuery 5,JSON 6,HTML DOM 7,AJAX 进阶教程: 1,Bootsrap 2,sea.js 3,node.js 4,AngularJS 5,prototype 6,CSS 7,HTML5 其他知识点 1,Python 2,Linux 设计思想 1,设计模式 2,MVC设计...
分类:其他好文   时间:2015-03-15 21:24:52    阅读次数:171
面试10大算法题汇总-字符串和数组9
20.寻找2D矩阵 给定一个从左到右从上到下递增的m*n矩阵,判断target是否在矩阵中 例: [  [1,  3,  5, 7],  [10, 11, 16, 20],  [23, 30, 34, 50] ] Target=3 返回:true   思路:二分查找 Code: public class test { public static boolean sea...
分类:编程语言   时间:2015-03-12 11:37:11    阅读次数:186
模块化开发之sea.js实现原理总结
seajs官网说:seajs是一个模块加载器,所以学习它并不难。在我的理解就是:本来我们是需要手动创建 script标签 引入 js文件的,但用seajs后,它就自动帮我们完成这些工作。这里只说实现原理,具体使用请看seajs官网:http://seajs.org/docs/下面总结一下:1. se...
分类:Web程序   时间:2015-03-11 19:28:45    阅读次数:150
(hdu step 6.1.7)Connect the Cities(在有的路已经修建好的情况下,求让n个点连通的最小费用)
题目:Connect the CitiesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 391 Accepted Submission(s): 139 Problem DescriptionIn 2100, since the sea leve...
分类:其他好文   时间:2015-03-10 21:28:14    阅读次数:132
使用 WPF 创建预加载控件
IntroductionAt the time when WPF applications do a very long process like getting response from a web server, download file from a distant server, sea...
分类:Windows程序   时间:2015-03-04 18:51:02    阅读次数:392
Radar Installation
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2015-03-04 14:36:56    阅读次数:151
hdu 3665 Seaside floyd+超级汇点
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3665题意分析:以0为起点,求到Sea的最短路径。 所以可以N为超级汇点,使用floyd求0到N的最短路径。/*SeasideTime Limit: 2000/1000 MS (Java/Others) ...
分类:其他好文   时间:2015-02-25 11:38:36    阅读次数:142
hdu 3371 Connect the Cities Prim + Kruskal两种算法分别AC 水过~~~~
Problem Description In 2100, since the sea level rise, most of the cities disappear. Though some survived cities are still connected with others, but most of them become disconnected. The government wants to build some roads to connect all of these cities ...
分类:编程语言   时间:2015-02-23 17:57:24    阅读次数:271
微软职位内部推荐-SOFTWARE ENGINEER II
微软近期Open的职位:Job DescriptionGroup: Search Technology Center Asia (STCA)/Search Ads - MTTitle: Software Engineer IILocation: Suzhou, ChinaThe R&D of Sea...
分类:其他好文   时间:2015-02-18 15:14:08    阅读次数:176
Connect the Cities(MST prim)
Connect the CitiesTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 3371DescriptionIn 2100, since the sea leve...
分类:其他好文   时间:2015-02-13 14:40:39    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!