论文写作必备,看了,感觉不错,推荐给各位要写毕业论文的童鞋们
2023-03-04 10:58:20 11.84MB 论文写作必备
1
简介 · · · · · ·   One way to advance the science of computational geometry is to make a comprehensive study of fundamental operations that are used in many different algorithms. This monograph attempts such an investigation in the case of two basic predicates: the counterclockwise relation pqr, which states that the circle through points (p, q, r) is traversed counterclockwise when we encounter ... (展开全部)   One way to advance the science of computational geometry is to make a comprehensive study of fundamental operations that are used in many different algorithms. This monograph attempts such an investigation in the case of two basic predicates: the counterclockwise relation pqr, which states that the circle through points (p, q, r) is traversed counterclockwise when we encounter the points in cyclic order p, q, r, p,...; and the incircle relation pqrs, which states that s lies inside that circle if pqr is true, or outside that circle if pqr is false. The author, Donald Knuth, is one of the greatest computer scientists of our time. A few years ago, he and some of his students were looking at a map that pinpointed the locations of about 100 cities. They asked, "Which of these cities are neighbors of each other?" They knew intuitively that some pairs of cities were neighbors and some were not; they wanted to find a formal mathematical characterization that would match their intuition. This monograph is the result.  
2023-03-02 20:13:42 513KB Knuth Axioms and Hulls
1
计算机图形学基础 - 第五版 此版本的计算机图形学基础包括大量重写了材质的阴影,光线反射,路径跟踪,以及许多修正。 这些技术被称为基于物理的技术和渲染和正在成为在实际实践中的主导地位。
2023-03-01 14:20:40 50MB 图形学
1
awesome-bupt-scs 北京邮电大学计算机学院本科编程作业参考索引 项目介绍 该项目旨在收集 GitHub 上北京邮电大学计算机学院同学们已开源的课程编程作业,其目的在于为以后的学弟学妹们提供一个参考,方便快速入门,写出更加优秀的代码。 ,欢迎同学们 Star 和 PR。 如果您希望将自己的项目添加到列表中,请直接发起 。 注意:warning::请不要把该索引中的任何项目代码作为作业提交 资源列表 本科一年级 本科二年级 本科三年级 操作系统 操作系统课程设计 程序设计实践 数据库系统原理 数据库系统原理课程设计 软件工程 计算机系统结构 现代交换原理 网络技术实践 信息与知识获取 Linux 开发环境及应用 移动互联网技术及应用 自然语言处理 其它 awsome-bupt-rust 来自北邮的 Rust 手作 协议 该项目由贡献者编写的部分以 CC-BY-NC 4.0 协议共享。其余部分的
2023-02-28 21:55:02 17KB computer-science awesome lab awesome-list
1
锁定/解锁Ubuntu OS 介绍 我们可以使用面部识别来锁定和解锁我们的Ubuntu系统(目前仅在Ubuntu上)。 关于实施的文章 演示版 要求 安装在本地计算机中所需的库下面。 python 3.7 的opencv 4.1.0 麻木 人脸识别 sudo apt-get安装gnome-screensaver sudo apt-get安装xdotool 快速开始 我使用了三个python文件来解决此问题。 face_generate.py这将检测到您的脸并将其保存在数据集文件夹中,然后将使用您的名字创建新文件夹。 face_train.py这个python文件将打开数据集文件夹并
2023-02-27 21:43:38 14.91MB opencv computer-vision ubuntu numpy
1
google出版的最新技术书籍,关于数据中心逻辑层面的建设。
2023-02-27 16:59:38 3.15MB The datacenter computer google
1
这是计算机系统领域的经典著作(英文版),程序员修炼内功的必读书目。
2023-02-25 22:49:59 5.6MB 计算机系统
1
Gluon CV工具包 | | | | GluonCV提供了计算机视觉中最先进的(SOTA)深度学习模型的实现。 它是为工程师,研究人员和学生设计的,用于基于这些模型快速制作原型产品和研究思路。 该工具包提供四个主要功能: 训练脚本以重现研究论文中报告的SOTA结果 同时支持PyTorch和MXNet 大量的预训练模型 精心设计的API,可大大降低实施复杂性 社区支持 演示版 在或检查高清视频。 支持的应用 应用 插图 可用型号 识别图像中的物体。 50多个模型,包括 , , , ,... 用它们的检测多个对象图像中的边界框。 , , 关联图像的每个像素带有分类标签。 , , , , , , 检测物体并关联对象区域内的每个像素都有一个实例标签。 检测人体姿势从图像。 认识人类的行为在视频中。 MXNet: , , , , , , ,, PyTorch: , , , ,, , , 预测深度图从图像。 生成视觉欺骗性图像 , , 重新识别场景中的行人 安装 GluonCV构建在MXNe
1
PIFu:像素对齐的隐式函数,可实现高分辨率的带披肩的人类数字化 消息: [2020/05/04]添加了用于训练数据生成的EGL渲染选项。 现在,您可以使用无头机器创建自己的训练数据! [2020/04/13]提供了带有Google Colab的演示(包括可视化)。 特别感谢 !!! [2020/02/26]许可证已更新为MIT许可证! 享受! 该存储库包含“ ”的pytorch实现。 如果您发现该代码对您的研究有用,请考虑引用该论文。 @InProceedings{saito2019pifu, author = {Saito, Shunsuke and Huang, Zeng and Natsume, Ryota and Morishima, Shigeo and Kanazawa, Angjoo and Li, Hao}, title = {PIFu: Pixel-Ali
2023-02-21 13:22:34 197KB fashion computer-graphics human pytorch
1