这是苏黎世联邦理工学院 Niklaus Wirth 的原始 Pascal-S 项目。 它一步编译和解释 Pascal 语言的一个子集,并且只用了大约 2000 行。 您可以在 sourceforge 中找到所有 Pascal-P 版本:https://sourceforge.net/projects/pascal-s/ https://sourceforge.net/projects/pascal-p2/ https://sourceforge.net/项目/pascalp4/ https://sourceforge.net/projects/pascalp5/ https://sourceforge.net/projects/pascal-p6/
2022-03-18 22:08:38 6.25MB 开源软件
1
通过学习功能金字塔来培训ImageNet和PASCAL VOC2012 该代码由提供(也提供了)。 中山大学(SYSU) 目录 介绍 该存储库通过学习功能金字塔(LFP)包含和上的培训和测试代码。 LFP最初用于人体姿势机器,在论文“学习用于人体姿势估计的特征金字塔”( )中进行了描述。 我们将其扩展到语义图像分割。 结果 细分可视化: (a)输入图像; (二)细分结果。 (a)图像和事实真相; (b)学习特征金字塔的三图; (c)原始ResNet的三图。 在PASCAL VOC2011细分排行榜上,它达到了81.0%的mIoU,比其基准DeepLabV2(79.6%)有了显着提高。 影像网 训练脚本: cd pyramid/ImageNet/ python imagenet-resnet.py --gpu 0,1,2,3,4,5,6,7 --data_form
2022-03-18 09:32:43 3.35MB Python
1
这里我使用的是pascal voc2007+2012联合训练的。 (1)下载数据 wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCdevkit_08-Jun-2007.tar wget http://host.robots
2022-03-15 00:05:24 152KB al AS asc
1
pascal编程,语法介绍,手册
2022-03-11 08:52:23 4.62MB pascal编程
1
SEUIF97 SEUIF97 is the high-speed shared library of IAPWS-IF97. It is suitable for computation-intensive calculations,such as heat cycle calculations, simulations of non-stationary processes, real-time process monitoring and optimizations. Through the high-speed library, the results of the IAPWS-IF97 are accurately produced at about 3x speed-up compared to the repeated squaring method for fast com
2022-03-07 09:23:05 2.69MB python java rust pascal
1
多人ELO 多人ELO计算 基于此处显示的算法/代码: : 计算多人游戏ELO的简单方法。 当前的C,C#,C ++,Java,Objective-C,Python,PHP,Swift和Delphi版本。 慢慢做更多。 用法: $ match = new ELOMatch (); $ match -> addPlayer ( "Joe" , 1 , 1600 ); $ match -> addPlayer ( "Sam" , 2 , 1550 ); $ match -> addPlayer ( "Ted" , 3 , 1520 ); $ match -> addPlayer ( "Rex" , 4 , 1439 ); $ match -> calculateELOs (); $ match -> getELO ( "Joe" ); $ match -> getELO ( "S
2022-03-03 03:16:16 17KB Pascal
1
Turbo Pascal 7,经典软件,学习Pascal必备。解压后直接使用
2022-03-02 10:35:37 511KB pascal 信息学
1
win10 使用 fpc 编译Pascal Bare Bones 操作系统
2022-02-10 21:02:32 1.81MB pascal fpc OS
1
Object Pascal 程序语言手册 V2015-08.pdf
2022-01-31 00:19:52 8.03MB Delphi
1
lazarus 1.6.0, lazarus-1.6.0-fpc-3.0.0-win32.exe 基于Free Pascal 3.0编译器。好用的Pascal IDE
2022-01-29 02:29:44 114.38MB lazarus 1.6.0 Pascal IDE
1