自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

翻译 PyTorch Geometric Introduction by Example 中文

PyTorch Geometric官方文档Introdoction by Example翻译

2020-12-12 19:47:08 1240

原创 2019年PAT甲级考试第二题

2019年PAT甲级考试第二题题目大意是给你两个链表L1和L2,然后在L1中每隔两个节点插入一个L2中的节点。节点结构为Address data next,其中Address 和 next均是以字符串的格式给出。当next 为 -1表示下一节点为空输入样例:首行给出两个链表的首地址和节点数N,接着是N行节点信息00100 01000 438975 5 0010200100 6 389...

2019-09-10 21:22:28 244

原创 PAT甲级——Counting Leaves

A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.Input Specification:Each input file contains one test case. Each case starts w...

2019-07-14 19:37:11 122

原创 PAT甲级——A+B for Polynomials

This time, you are supposed to find A+B where A and B are two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line contains the informati...

2019-07-14 12:57:27 135

原创 PAT甲级——A+B Format

PAT甲级——A+B FormatCalculate a+b and output the sum in standard format – that is, the digits must be separated into groups of three by commas (unless there are less than four digits).Input Specificati...

2019-07-14 12:42:40 73

原创 C++入门教程:IDE安装与第一个程序“Hello,world!"

什么是IDEIDE的全称是集成开发环境(IDE,Integrated Development Environment ),顾名思义,IDE就是一款包含了的我们开发软件时所需要的各种功能与工具的一款软件。安装DEV—CPPDev-C++是一个C&C++开发工具,使用 Delphi/Kylix 开发, 它是一款自由软件,遵守GPL协议。它集合了GCC、MinGW等众多自由软件,并且可以...

2019-03-15 22:20:21 769

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除