码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
USACO Runaround Numbers 模拟
根据题意的 Runaround 规则去找比当前数大的最近的一个 Runaround数字模拟题~Source code:/*ID: wushuai2PROG: runroundLANG: C++*///#pragma comment(linker, "/STACK:16777216") //for c...
分类:其他好文   时间:2015-02-17 21:02:04    阅读次数:148
U-boot Introduction
The "Universal Bootloader" ("Das U-Boot") is a monitor program.Free Software: full source code under GPLhosted on SourceForge: http://www.denx.de/wiki...
分类:其他好文   时间:2015-02-16 14:16:54    阅读次数:137
创业公司常用服务
国内创业公司常用的服务基础服务DomainNamecheapNameSiloName.com别去 GodaddyDNSDNSPodVPSLinodeUCloudQingCloud别用 PaasCDN七牛协作服务Source Code HostingStashGithub OrganizationGi...
分类:其他好文   时间:2015-02-16 10:10:07    阅读次数:266
USACO Healthy Holsteins DFS
使用排列组合,遍历所有可能的情况C(1)+C(2)+C(3)……C(n)= 2^G种组合数据规模不大,暴力过去最多也就是2^15 = 23768种情况所以就暴力咯,不过还是Debug了一会Source Code:/*ID: wushuai2PROG: holsteinLANG: C++*///#pr...
分类:其他好文   时间:2015-02-14 16:14:46    阅读次数:121
存储效率:Git > CVS > SVN
Mozilla's CVS repository was 2.7 GB in size; when imported to Subversion the size grew to 8.2 GB, and when put under Git the size got shrunk to 450 MB. For a source code of size 350 MB it's fairly ni...
分类:其他好文   时间:2015-02-10 15:19:57    阅读次数:157
Codeforces 510B Fox And Two Dots 【DFS】
好久好久,都没有写过搜索了,看了下最近在CF上有一道DFS水题 = =数据量很小,爆搜一下也可以过额外注意的就是防止往回搜索需要做一个判断。Source code://#pragma comment(linker, "/STACK:16777216") //for c++ Compiler#incl...
分类:其他好文   时间:2015-02-06 23:12:07    阅读次数:240
Groovy的调试环境
除了基本的把官网down下来的source code加到工程中外,还需要两件事 一是从http://forge.ow2.org/projects/asm/ 上下载最新的asm jar包,解决了import org.objectweb.asm.Opcodes 等编不过的问题 这个时候java compile在Elipse里面还是有很多红叉 主要纠结在 groovyjarjarantlr 下的类...
分类:其他好文   时间:2015-02-03 23:00:10    阅读次数:226
python3获取中文网页乱码的问题
在python3中读取网页的时候,会有乱码的问题,如果直接打开,会有错误Traceback (most recent call last): File "E:/Source_Code/python34/HTMLParser_in_3.py", line 81, in context = f...
分类:编程语言   时间:2015-02-02 12:19:17    阅读次数:582
图片点击放大效果
点击放大图片/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla ...
分类:其他好文   时间:2015-01-26 16:56:08    阅读次数:209
SGI STL 源码下载
Download STL source code-> http://www.sgi.com/tech/stl/download.html
分类:其他好文   时间:2015-01-26 14:51:16    阅读次数:519
706条   上一页 1 ... 54 55 56 57 58 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!