上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 78 下一页
摘要: #include<stdio.h> int main() { int x, i, a[10] = { 11,5,78,22,53,66,34,89,45 };//数组初始化 printf("请输入要查找的数据:\n"); scanf_s("%d", &x); for (i = 0; i < 10; 阅读全文
posted @ 2020-01-02 20:41 木子欢儿 阅读(1537) 评论(0) 推荐(0) 编辑
摘要: 长按图片或右键另存为保存哦(´-ω-`) 阅读全文
posted @ 2020-01-01 16:55 木子欢儿 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 2020年1月1日上线 访问地址:Kiwi浏览器中文网 - 不因何事去制作 只因兴趣而创造 (kiwibrowser.pages.dev) 阅读全文
posted @ 2020-01-01 09:47 木子欢儿 阅读(2353) 评论(0) 推荐(0) 编辑
摘要: #python 3.7.1 print("operation codes are:") print("1 for multiply") print("2 for division") print("3 for addition") print("4 for subtraction") num1=in 阅读全文
posted @ 2019-12-30 17:18 木子欢儿 阅读(217) 评论(0) 推荐(0) 编辑
摘要: import random import string print("欢迎使用密码生成器") def passlength(): print("你想要多长的密码:") global passlen try: input1=input() passlen=int(input1) except: pri 阅读全文
posted @ 2019-12-30 16:58 木子欢儿 阅读(754) 评论(0) 推荐(0) 编辑
摘要: name = input("请输入你的名字:") id = input("请输入你的身份证号码:") year = id[6:10] month = id[10:12] day = id[12:14] sex = id[16:17] sex = int(sex) if sex % 2 : sex = 阅读全文
posted @ 2019-12-30 16:49 木子欢儿 阅读(9908) 评论(0) 推荐(0) 编辑
摘要: 1.0代码: import time#引入time库 scale=10#文本进度条宽度 print(" 执行开始 ") for i in range(scale+1):#模拟一个进度 a='*'*i#字符串被复制的次数,"*"表示百分比所表达的信息 b='.'*(scale-i) c=(i/scal 阅读全文
posted @ 2019-12-29 13:33 木子欢儿 阅读(2747) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-29 11:59 木子欢儿 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-29 11:54 木子欢儿 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 一一对应 符号要用英文半角形式 阅读全文
posted @ 2019-12-29 11:38 木子欢儿 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 78 下一页