码迷,mamicode.com
首页 >  
搜索关键字:NPU    ( 4242个结果
while练习
""" 例如:passwd = {"admin":"123456", "user1","123321"} 1.设计一个登录程序,不同的用户名和对应密码存在一个字典里面, 输入正确的用户和密码去登录 1)首先输入用户名,如果用户名不存在或为空,则一直提示输入正确的用户名 2)当用户名正确时,提示去输入 ...
分类:其他好文   时间:2020-01-24 17:15:09    阅读次数:64
[北大机试C]:走迷宫(BFS)
一个迷宫由R行C列格子组成,有的格子里有障碍物,不能走;有的格子是空地,可以走。给定一个迷宫,求从左上角走到右下角最少需要走多少步(数据保证一定能走到)。只能在水平方向或垂直方向走,不能斜着走。Input第一行是两个整数,R和C,代表迷宫的长和宽。( 1<= R,C <= 40)接下来是R行,每行C ...
分类:其他好文   时间:2020-01-24 16:03:12    阅读次数:82
PAT甲级——1001 A+B Format (20分)
Calculate a+b and output the sum in standard format – that is, the digits must be separated into groups of three by commas (unless there are less than ...
分类:其他好文   时间:2020-01-24 09:27:01    阅读次数:89
518. Coin Change 2
You are given coins of different denominations and a total amount of money. Write a function to compute the number of combinations that make up that a ...
分类:其他好文   时间:2020-01-24 09:18:30    阅读次数:75
vue中checkbox
<form action="http://www.baidu.com" method="get"> <label for=""> <input type="checkbox" v-model="hobbies" value="study code">study code </label> <inpu ...
分类:其他好文   时间:2020-01-23 16:46:55    阅读次数:87
SDNU_ACM_ICPC_2020_Winter_Practice_1st
A Petya is a big fan of mathematics, esecially its part related to fractions. Recently he learned that a fraction is called proper iff its numerator i ...
分类:Windows程序   时间:2020-01-22 21:50:13    阅读次数:89
凉脾的比赛
A - DRM Messages DRM Encryption is a new kind of encryption. Given an encrypted string (which we’ll call a DRM message), the decryption process involv ...
分类:其他好文   时间:2020-01-22 20:06:36    阅读次数:61
shell命令--uniq
shell命令 uniq 0、uniq命令的专属图床 "点此快速打开文章" 【 图床_shell命令uniq 】 1、uniq命令的功能说明 ? 命令用于检查及删除文本文件中重复出现的行列,一般与 命令结合使用。 可检查文本文件中重复出现的行列。 2、uniq命令的语法格式 3、uniq命令的选项说 ...
分类:系统相关   时间:2020-01-22 18:29:59    阅读次数:123
C#中TripleDES对应Java中的DESede即大家说的3DES,附C#及Java加解密结果一致的控制台程序例子
直接上代码了。 Java控制台代码: C#控制台代码: Java和C#运行结果一致,如下: 明文:20200121密钥:Tt3rLPrDIVIhXqAz密文:jHaDswvQaPn4ZvashXOTNQ==解密:20200121 本文首发于我的CSDN博客:https://blog.csdn.net ...
分类:编程语言   时间:2020-01-22 16:08:34    阅读次数:129
python网站目录爬行
default.php index.php view.html.php helper.php controller.php frontend.php backend.php colorConfig.ini.php config.php router.php view.php search.php u ...
分类:编程语言   时间:2020-01-22 16:02:31    阅读次数:304
4242条   上一页 1 ... 93 94 95 96 97 ... 425 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!