码迷,mamicode.com
首页 >  
搜索关键字:work    ( 9348个结果
UVA 10026-Shoemaker’s problem(贪心)
Shoemaker's Problem Shoemaker has N jobs (orders from customers) which he must make. Shoemaker can work on only one job in each day. For each ithjob, it is known the integer Ti (1i<=1000), th...
分类:其他好文   时间:2015-02-05 11:15:24    阅读次数:139
Maven nexus 管理员密码重置
D:\nexus-2.10.0-02-bundle\sonatype-work\nexus\conf\security.xml 密码改为:f865b53623b121fd34ee5426c792e5c33af8c227 重启服务!...
分类:其他好文   时间:2015-02-04 21:48:19    阅读次数:319
LeetCode[Tree]: Populating Next Right Pointers in Each Node II
Follow up for problem “Populating Next Right Pointers in Each Node”.  What if the given tree could be any binary tree? Would your previous solution still work?  Note: You may only use constant ex...
分类:其他好文   时间:2015-02-03 17:13:39    阅读次数:156
Using Gamma 2.2
This is a detailed description of the work with Gamma 2.2. If you are only interested in exact instructions of how to use Gamma please look at"Gamma 2...
分类:其他好文   时间:2015-02-03 14:32:49    阅读次数:166
Linux 上安装使用opencv环境准备
Installation in LinuxThese steps have been tested for Ubuntu 10.04 but should work with other distros as well.Required PackagesGCC 4.4.x or laterCMake...
分类:系统相关   时间:2015-02-03 10:43:50    阅读次数:173
[LeetCode]Populating Next Right Pointers in Each Node II
Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tree could be any binary tree? Would your previous solution still work? Note: You may only use constant ...
分类:其他好文   时间:2015-02-03 09:36:45    阅读次数:194
Counting Sort
1. Counting Sort doesn't work for negative number.2. Counting Sort assumes that each element is SMALL INTEGER.3. Time Complexity is O(Maximum value - ...
分类:其他好文   时间:2015-02-03 01:53:09    阅读次数:130
Yii1.1测试环境配置
一.安装wampserver wampserver集成了PHP、Apacha、MySql,可以省去分别安装的麻烦。wampserver的安装配置方法可以自行搜索。 wampserver安装完成后需要手动设置一下环境变量,把“F:\work\wamp\wamp\bin\php\php5.3.10”(根...
分类:其他好文   时间:2015-01-31 15:56:08    阅读次数:198
[Python 3.x 官方文档翻译]Whetting Your Appetite 欢迎您的使用
If you do much work on computers, eventually you find that there’s some task you’d like to automate. For example, you may wish to perform a search-and...
分类:移动开发   时间:2015-01-30 19:00:42    阅读次数:183
matlab路径操作实战(真正实现data和code分离)
假设data文件夹和work文件夹并列,我的所有数据存放于data文件夹里面,我的代码存放于code文件夹里面 1、在code文件夹里面写代码获取data文件夹下所有文件 mainpath=mfilename('fullpath'); index=strfind(mainpath,'\'); mainpath=[mainpath(1:index(end-1)) 'data\']...
分类:其他好文   时间:2015-01-29 14:46:57    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!