码迷,mamicode.com
首页 >  
搜索关键字:light oj    ( 5088个结果
hustOJ 添加 golang 支持
hustOJ 支持Go1.7.1 是否为docker环境不重要,此处所有内容均为docker中执行,普通主机手动安装则更加如此 建议在docker中执行,因为OJ为严控恶意权限,judge_client做了很多特殊指令 hustOJ 虽然有部分代码涉及到了golang 但,实际还无法正常执行。 本次 ...
分类:其他好文   时间:2018-09-25 01:26:30    阅读次数:254
BubbleCup - Codeforces 1045C
Heavy Light Decomposition & Tarjan Description Given a simple connected graph. It is guaranteed that any set of points in a simple cycle includes a co ...
分类:其他好文   时间:2018-09-24 12:46:01    阅读次数:186
猴子课堂:插头DP(基于连通性状态压缩的动态规划问题)(让你从入门到绝望)
今天,我,Monkey ~~king~~ 又为大家带来大(ju)佬(ruo)的算法啦!——插头DP 例题(菜OJ上的网址:http://caioj.cn/problem.php?id=1489): 那么,这道题怎么做呢?~~(虽然菜OJ上有视频)~~ 插头DP能完美解决! 注:我采用的是括号表示法~ ...
分类:其他好文   时间:2018-09-24 11:13:26    阅读次数:164
ray tracing/shadow,reflection, caustic
看了一下午终于明白raytracing的算法了 不知道这次能记住多久 ssr我又完全不记得了 按照Henrik所说 理解raytracing的核心在于,它是从Eye到light反着走的 需要一个前序的概念 Light Transport Notation LD?S*E light source-Di ...
分类:其他好文   时间:2018-09-23 22:22:50    阅读次数:174
java中对象属性可以是另外一个对象或对象的参考
7.对象的属性可以是另外一个对象或对象的参考 (视频下载) (全部书籍) 通过这种方法可以迅速构建一个比较大的系统。 本章源码 class Motor { Light[] lights; Handle left, right; KickStart ks; Motor() { lights = new ...
分类:编程语言   时间:2018-09-23 11:49:08    阅读次数:158
二分答案
施工中... 题目 https://www.luogu.org/problemnew/show/P2678 https://www.nowcoder.com/acm/contest/172/A https://oj.bashu.com.cn/code/problempage.php?problem_ ...
分类:其他好文   时间:2018-09-22 21:19:52    阅读次数:212
importToMbtiles
import sqlite3, sys, logging, time, os, json, zlib, re'''MapDBImporter-latest -f png -mName "World Light" -mDescription "A simple, light grey world ma... ...
分类:其他好文   时间:2018-09-22 21:17:32    阅读次数:159
有毒的gets(),新OJ不能用!用scanf(%s)读入即可!
有毒的gets(),新OJ不能用!用scanf(%s)读入即可! ...
分类:其他好文   时间:2018-09-22 14:44:05    阅读次数:280
docker 搭建 hustoj
docker 搭建 hustoj hustoj 是个GPL开源的OJ,其提供了docker形式的安装方式。 为执行方便,选择使用aliyun提供的docker镜像来加速安装。 拉取镜像 执行镜像 9900 是物理机针对docker image 80端口的映射。 访问本机如下地址即可开始使用 hust ...
分类:其他好文   时间:2018-09-21 21:15:37    阅读次数:578
CSU OJ 1340 A Sample Problem
Description My girlfriend loves 7 very much, she thinks it is lucky! If an integer contains one or more 7, she will think it is lucky too! Description ...
分类:其他好文   时间:2018-09-21 15:22:06    阅读次数:186
5088条   上一页 1 ... 51 52 53 54 55 ... 509 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!