- 博客(5)
- 收藏
- 关注
原创 1123 舍入 测试点
测试点1:负整数的舍入测试点5:第3种情况的四舍六入测试点7:连续进位测试点8:输入为负值,输出为零时,零的符号问题。
2024-01-02 15:33:36
1243
3
原创 python清华镜像
在cmd命令行键入如下命令载入清华镜像urlpip install pip -Upip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2022-04-11 14:28:33
841
1
原创 A + B for Polynomials
#include <stdio.h>#include <stdlib.h>/* 注:1. 多项式采用单链表结构存储,表结点为结构体类型2. 指数默认递减输入,因此对于输入不需要再进一步排序,实际上此题类似于两个 有序单链表的合并。3. 两个指数相同结点的系数之和可能为0,此时不计入最终结果即可。*/// 结点数据类型定义typedef struct{ int exponents; float coexponents;}Elemtype; // 单链
2022-01-15 13:37:06
209
原创 英语单词默写本的制作
利用python-docx完成单词默写本的制作创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入from docx import Documentfrom docx.shared import Ptfrom docx.enum.text import WD_PARAGRAPH_ALIGNMENTdef Read_csv_all(filena
2021-09-04 21:26:38
3162
原创 11-散列3 QQ帐户的申请与登陆(C语言实现 小白专场)
11-散列4 Hashing - Hard VersionGiven a hash table of size N, we can define a hash function H(x)=x%N. Suppose that the linear probing is used to solve collisions, we can easily obtain the status of the hash table with a given sequence of input numbers.Howe
2020-08-20 17:32:24
1742
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅