{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
小象涂色 (elephant.pas/.c/.cpp) 时间限制:1s,空间限制 128MB 题目描述: 小象喜欢为箱子涂色。小象现在有 c 种颜色,编号为 0~c-1;还有 n 个箱子,编号为 1~n,最开始每个箱子的颜色为 1。小象涂色时喜欢遵循灵感:它将箱子按编号排成一排, 每次涂色时,它随机 ...
分类:
其他好文 时间:
2021-01-06 12:17:13
阅读次数:
0
行动!行动!(move.pas/.c/.cpp) 时间限制:1s;空间限制:128MB 题目描述: 大 CX 国的大兵 Jack 接到一项任务:敌方占领了 n 座城市(编号 0~n-1),有些城市之 间有双向道路相连。Jack 需要空降在一个城市 S,并徒步沿那些道路移动到 T 城市。虽然 Jack ...
分类:
其他好文 时间:
2021-01-06 12:16:46
阅读次数:
0
[dcc32 Error] dxGrDate.pas(1402): E2250 There is no overloaded version of 'GetTextExtentPoint32' that can be called with these arguments GetTextExtent ...
分类:
其他好文 时间:
2021-01-01 12:57:20
阅读次数:
0
import turtle def drawTriangle(num,len,flag):#flag用来调整画三角形的方向 flag*=-1 len/=2 if(num==1): if(flag==1): turtle.left(60) turtle.fd(len) turtle.right(120 ...
分类:
其他好文 时间:
2020-12-19 12:32:01
阅读次数:
1
TSynDictionary mormot.core.json.pas /// thread-safe dictionary to store some values from associated keys // - will maintain a dynamic array of values, ...
分类:
其他好文 时间:
2020-12-07 12:26:55
阅读次数:
5
mormot2 TRawByteStringStream mormot.core.base.pas /// TStream using a RawByteString as internal storage // - default TStringStream uses WideChars sinc ...
分类:
其他好文 时间:
2020-12-03 12:12:22
阅读次数:
5
mormot2 MultiPartFormData 1)MultiPartFormData 单元文件:mormot.core.buffers.pas TMultiPart = record TMultiPartDynArray = array of TMultiPart; /// decode mu ...
分类:
其他好文 时间:
2020-11-24 12:24:49
阅读次数:
7
mormot2 http.sys 单元文件:mormot.net.server.pas /// HTTP server using fast http.sys kernel-mode server // - The HTTP Server API enables applications to co ...
分类:
Web程序 时间:
2020-11-24 12:24:19
阅读次数:
8
本组囊括数组相关题目,且只包括两道有关杨辉三角的问题。 118. Pascal's Triangle 题目描述:简单 首先要知道杨辉三角:每个数等于它左上方和右上方两数之和,那么如果能够知道一行杨辉三角,我们就可以根据每对相邻的值轻松地计算出它的下一行。类似这种迭代的思想,官方也把它归到动态规划的思 ...
分类:
编程语言 时间:
2020-11-16 13:13:24
阅读次数:
10