240 发简信
IP属地:广东
  • PAT1003 Emergency (25)(Dijkstra算法)

    题目 As an emergency rescue team leader of a city, you are given a special...

  • Visual Question Answering: A Survey of Methods and Datasets

    VQA: Given an image and a question in natural language, it requires reas...

  • Resize,w 360,h 240
    深度学习在SR应用论文总结

    Image Super-Resolution Using Deep Convolutional Networks (SRCNN ) 想法来源模拟...

  • 主流手机对比

    参数对比: 数据来源:中关村在线华为官网以上数据不一定准确(主要是价钱和存储,其余应该不会有太大变化,以实际购买时候为准,具体可以在京东商城查看...

  • Resize,w 360,h 240
    ccf 201809-3 元素选择器

    代码 总结 这是一道考试时候没写出来的题目,有点难过。 属于模拟题,主要是考查了字符串的匹配、截取的一些操作,熟悉 find, rfind, s...

  • Resize,w 360,h 240
    Device-to-Device Communication in 5G Cellular Networks: Challenges, Solutions, and Future Direct...

    vocabulary Abstract Conventional cellular systemdevices are not allowed ...

  • PAT1079 Total Sales of Supply Chain (25)(dfs,树的遍历)

    题目 A supply chain is a network of retailers(零售商), distributors(经销商), and...

  • Resize,w 360,h 240
    PAT1053 Path of Equal Weight (30) (树的遍历)

    题目 Given a non-empty tree with root R, and with weight Wi assigned to ea...

  • PAT1043 Is It a Binary Search Tree (25)(二叉查找树BST)

    类型 二叉搜索树, 先序后序转换 题目 A Binary Search Tree (BST) is recursively defined as...