码迷,mamicode.com
首页 >  
搜索关键字:cargo    ( 117个结果
Truck History - poj 1789 (Prim 算法)
Time Limit:2000MSMemory Limit:65536KTotal Submissions:20884Accepted:8075DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some ...
分类:编程语言   时间:2015-07-15 22:24:15    阅读次数:114
poj 1789 Truck History
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:20850Accepted:8065DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:其他好文   时间:2015-07-14 00:05:28    阅读次数:216
Rust中文翻译18
文档对于任何代码来说都很重要,对于Rust来说是头等重要.我们来讨论一下Rust使用文档的工具. 关于rustdoc Rust发行版包含一个工具,rustdoc,它可以生成文档.rustdoc也可以被Cargo使用,通过cargo doc命令. 文档可以通过2中方式生成:源码,独立的Markdown文件. Page 85 从源码生成文档 ...
分类:其他好文   时间:2015-07-10 15:26:34    阅读次数:201
Maven Cargo 远程部署到tomcat7x
pom.xml中加入cargo的Plugin声明: 1 2 org.codehaus.cargo 3 cargo-maven2-plugin 4 1.4.9 5 6 7 ...
分类:其他好文   时间:2015-07-10 09:15:42    阅读次数:237
poj1789 Truck History
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:20768Accepted:8045DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:其他好文   时间:2015-07-08 14:17:05    阅读次数:91
POJ1789 Truck History 【最小生成树Prim】
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:18981Accepted:7321DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:其他好文   时间:2015-07-02 22:19:36    阅读次数:126
poj1787 Charlie's Change
Description Charlie is a driver of Advanced Cargo Movement, Ltd. Charlie drives a lot and so he often buys coffee at coffee vending machines at motorests. Charlie hates change. That is basically th...
分类:其他好文   时间:2015-06-30 16:34:13    阅读次数:148
学习Rust Book之写Cargo配置文件
不知道为什么这个文件就是编译不过[package]name = "hello_world"version = "0.0.1"author = "Noah"后来发现...目录结构应该是这样的,然而书里没写清楚有歧义----Cargo.toml ---src--- |------main.rs配置...
分类:其他好文   时间:2015-06-21 19:44:33    阅读次数:291
poj 2263 Heavy Cargo(floyd+dijkstra)
floyd、dijkstra...
分类:其他好文   时间:2015-06-15 14:41:37    阅读次数:128
rust-install
? ?rust ?curl -sf -L https://static.rust-lang.org/rustup.sh | sh Welcome to Rust. This script will download the Rust compiler and its package manager, Cargo, and install them to /usr/local. You ...
分类:其他好文   时间:2015-05-16 18:49:39    阅读次数:141
117条   上一页 1 ... 6 7 8 9 10 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!