Fermat's theorem states that for any prime number p and for any integer a > 1, ap = a (mod p). That is, if we raise a to the pth power and divide by p ...
分类:
其他好文 时间:
2019-07-25 00:39:48
阅读次数:
104
Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one test ...
分类:
其他好文 时间:
2019-07-20 23:38:26
阅读次数:
129
虚拟机设置CD/DVD(IDE)-->使用ISO映像文件(安装包)[root@hdp-03 yum.repos.d]# ls -l /dev/|grep cdromlrwxrwxrwx. 1 root root 3 Mar 21 00:57 cdrom1 -> sr0crw-rw . 1 root ...
分类:
其他好文 时间:
2019-07-20 13:18:25
阅读次数:
117
The regime of a small but wealthy dictatorship has been abruptly overthrown by an unexpected rebel-lion. Because of the enormous disturbances this is ...
分类:
其他好文 时间:
2019-07-20 00:19:35
阅读次数:
112
Stancu likes space travels but he is a poor software developer and will never be able to buy his own spacecraft. That is why he is preparing to steal ...
分类:
其他好文 时间:
2019-07-13 12:07:28
阅读次数:
109
1、配置yum源文件[mongodb-org-4.0]name=MongoDBRepositorybaseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-4.0.
分类:
数据库 时间:
2019-07-04 19:00:22
阅读次数:
165
前言 这一节有一点高级了 参考 Mastering ROS 学习记录 使用3D视觉传感器 这是实现抓取任务的基础 注意!传感器可以由Gazebo模拟,也可以直接和物理设备相连传入Gazebo中 确认Gazebo插件正确工作 使用RViz查看Gazebo插件传出的点云数据 roslaunch seve... ...
分类:
其他好文 时间:
2019-07-02 00:13:23
阅读次数:
349
/* Name : p146.c Author : zhangsan Version : Copyright : Your copyright notice Description : 1+2+3+4+...+10, 教材p146 */ #include <stdio.h> #include <st ...
分类:
其他好文 时间:
2019-06-30 09:57:43
阅读次数:
174
一、reduce函数 本函数释义: (1)原意是归并,缩减 (2)把一个可迭代的对象最后归并成一个结果 (3)对于作为参数的函数要求:必须由两个参数,必须返回一个结果 释义:我们递归的对列表进行加和,1+2=3,3+3=6,6+4=10,10+5=15,15+6=21,通过定义一个规则(也就是这里面 ...
分类:
编程语言 时间:
2019-06-26 00:55:46
阅读次数:
134
好久没写过博客了,这学期不是很有热情去写博客,写过的题也懒得写题解。现在来水一水博客,写一下若干年前的题目的题解。 Atlantis Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Tot ...
分类:
其他好文 时间:
2019-06-06 00:39:13
阅读次数:
180