某业界大牛推荐最佳的途径是从raytracing入门,所以本屌开始学习《Ray Tracing In One Weekend》。 该书是基于C++的。本屌从未学过C++。感觉告诉我,要先搭环境。至于为什么选择CodeBlocks,不解释。当下载的CodeBlocks版本不包含GCC时,自己配置GCC ...
分类:
编程语言 时间:
2018-10-04 16:01:06
阅读次数:
214
xu言: have a nice weekend... sentences How many people are there in you family? they are 3 people in my family ... a member of ... I am a member of Men ...
分类:
其他好文 时间:
2018-08-11 01:38:11
阅读次数:
151
[Verse 1: Adam Levine]Spent 24 hours, I need more hours with youYou spent the weekend getting even, oohWe spent the late nights making things right be ...
分类:
其他好文 时间:
2018-07-19 23:25:08
阅读次数:
210
Description Davy decided to start a weekend market stall where he sells his famous cakes. For the first market stall, Davy decided to bake n cakes. Ea ...
分类:
其他好文 时间:
2018-05-20 23:16:12
阅读次数:
262
周数据会有weekbegin和weekend两个字段,用来描述周的开始日期和结束日期。 现在项目中的日历控件不支持周查询,只支持日期查询,所以目前面临的问题是,根据时间范围,查询周。 最终sql如下: 使用的穷举法做的处理,即罗列出所有的情况进行or查询。 简单说一下逻辑思考过程: 周开始时间结束时 ...
分类:
数据库 时间:
2018-05-16 16:44:23
阅读次数:
206
https://vjudge.net/problem/Gym-101020H 题意:正常读取方式给你一个图(双向的),然后给你f个点,让你找一条路从1到n的最短路,要求经过f个点(以任意顺序)。 题解:一开始还想dijkstra+dp,发现根本下不了手。后来看了题解,发现只要floyd+next_p ...
分类:
其他好文 时间:
2018-03-09 20:25:15
阅读次数:
162
函数: CREATE OR REPLACE FUNCTION count_weekend(start_date IN DATE, end_date IN DATE)RETURN NUMBER IS V_COUNT INT;BEGINSELECT count(*) INTO V_COUNT FROM ...
分类:
数据库 时间:
2018-01-18 13:21:21
阅读次数:
257
This weekend, I decided it was time: I was going to update my Python environment and get Keras and Tensorflow installed so I could start doing tutoria ...
Gappu has a very busy weekend ahead of him. Because, next weekend is Halloween, and he is planning to attend as many parties as he can. Since it's Hal ...
分类:
其他好文 时间:
2017-05-28 23:52:13
阅读次数:
345