地址 https://pintia.cn/problem-sets/994805342720868352/problems/994805502658068480 主要是模拟 题意比较绕。 题目大意是 接受各个学生的三门成绩 C M E, 然后四舍五入计算出平均成绩A 在 接受询问的学生的id后 打印 ...
分类:
其他好文 时间:
2021-02-16 11:53:57
阅读次数:
0
The testing code for LX COG 12864R1. You can search the product in T-A-O-B-A-O. #define CS 2 #define RST 3 #define DC 4 #define SCL 21 #define SDA 20 ...
分类:
其他好文 时间:
2021-02-15 12:05:36
阅读次数:
0
Suppose you have to evaluate an expression like ABCDE where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which ...
分类:
其他好文 时间:
2021-02-08 11:54:10
阅读次数:
0
http://labelary.com/viewer.html Sample ^XA ^FX Top section with logo, name and address.^CF0,60^FO50,50^GB100,100,100^FS^FO75,75^FR^GB100,100,100^FS^FO ...
分类:
移动开发 时间:
2021-02-01 11:42:26
阅读次数:
0
无意间看到一个网站有图片动画,而且可以随着鼠标在动,关键是动画还蛮好看的,觉得探讨一波,话不多说,上个效果图 <script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.m ...
分类:
Web程序 时间:
2021-01-18 10:47:16
阅读次数:
0
272. 爬楼梯 II 中文English 一个小孩爬一个 n 层台阶的楼梯。他可以每次跳 1 步, 2 步 或者 3 步。实现一个方法来统计总共有多少种不同的方式爬到最顶层的台阶。 样例 Example 1: Input: 3 Output: 4 Explanation: 1 + 1 + 1 = ...
分类:
其他好文 时间:
2021-01-13 10:36:17
阅读次数:
0
FastDFS分布式文件存储系统 一、FastDFS是什么 1.1 简介 FastDFS是C语言编写的一个开源的轻量级分布式文件系统,它由淘宝资深架构师余庆编写并开源。FasdDFS专为互联网量身定制,充分考虑到了冗余备份、负载均衡、线程扩容等机制。并注重高可用、高性能等指标,使用FastDFS很容 ...
分类:
其他好文 时间:
2021-01-12 10:45:35
阅读次数:
0
asp.net core 5.0 中的 JsonConsole Intro asp.net core 5.0 中日志新增了 JsonConsole,还是输出日志到 Console,但是会应用 Json 格式的一个 Formatter 把日志序列化成 json 再输出到控制台 Sample 一起来看一 ...
分类:
Web程序 时间:
2021-01-11 10:50:29
阅读次数:
0
在需要的请求中注入注解 @CrossOrigin(origins = {"http://172.12.0.123:8080", "https://h5.sample.com"}, maxAge = 3600) ...
分类:
编程语言 时间:
2021-01-08 10:38:27
阅读次数:
0
yaml演示 unit Tests.Neslib.Yaml.Sample; interface uses DUnitX.TestFramework, Neslib.Yaml; type TestYamlSample = class private procedure CheckStream(cons ...
分类:
其他好文 时间:
2021-01-06 11:41:39
阅读次数:
0