码迷,mamicode.com
首页 >  
搜索关键字:correct    ( 753个结果
Codeforces Round #602 (Div. 2, based on Technocup 2020 Elimination Round 3) F2. Wrong Answer on test 233 (Hard Version) dp 数学
F2. Wrong Answer on test 233 (Hard Version) Your program fails again. This time it gets "Wrong answer on test 233" . This is the harder version of the ...
分类:其他好文   时间:2019-11-25 00:15:57    阅读次数:68
go语言设计模式之Concurrency barrier
barrier.go package barrier import ( "fmt" "io/ioutil" "net/http" "time" ) var timeoutMillseconds int = 5000 type barrierResp struct { Err error Resp s... ...
分类:编程语言   时间:2019-11-24 11:58:22    阅读次数:72
bugku|ctf|杂项|啊哒(有趣的表情包 来源:第七届山东省大学生网络安全技能大赛)
下载打开 查看图片属性 发现了这么一串16进制数 16进制到文本字符串的转换 得到 sdnisc_2018 将图片后缀改为 zip格式 再解压 需要密码 输入刚刚16进制转换的字符:sdnisc_2018 解压后得到 打开 flag.txt得到flag 提交Flag correct,解决! ...
分类:其他好文   时间:2019-11-24 11:47:09    阅读次数:183
CGCTF WxyVM1 WriteUp——IDA Python的使用
CGCTF WxyVM1 WriteUp——IDA Python的使用 准备工作 + "题目地址" + 首先查看文件信息,可以看到,这是个64位elf文件 + 在Linux上运行起来简单看一下,如果提示没有权限,可以使用 来给予执行的权限 + 然后拖到IDA 64bit中逆向 分析伪代码 + 在ma ...
分类:编程语言   时间:2019-11-20 12:27:49    阅读次数:151
tensorflow机器学习模型评估
在搭建网络模型时通常要建立一个评估模型正确率的节点(evaluation_step) 这里介绍一个对于分类问题可以用的评估方法: 代码: correct_prediction = tf.equal(tf.argmax(logits, 1), tf.argmax(groundtruth_input, ...
分类:其他好文   时间:2019-11-17 11:09:02    阅读次数:141
centos7 ftp报错 530 Login incorrect
ftp 登录提示 530 Login incorrect
分类:其他好文   时间:2019-11-17 01:55:56    阅读次数:121
Hackintosh
Hackintosh http://ju.outofmemory.cn/entry/369297 https://blog.daliansky.net/Add-the-CLOVER-boot-to-the-correct-posture-of-the-UEFI-Boot-Option-Menu.ht ...
分类:其他好文   时间:2019-11-16 23:14:24    阅读次数:73
teamviewer_14.7.1965_amd64.deb 安装问题
Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt --fix-broken install' to correct the ...
分类:其他好文   时间:2019-11-16 14:17:54    阅读次数:148
使用vue搭建应用——加入element及SCSS
安装使用 element 1.安装 2.使用 (1)在 main.js 中引入 element main.js 为修改 (2)简单应用 修改 src/components/HelloWorld.vue 重新启动,预览 http://localhost:8080,变为 (3)修改路由 将src下的co ...
分类:Web程序   时间:2019-11-14 15:19:51    阅读次数:182
c语言中qsort函数的使用、编程中的一些错误
qsort()函数: 功能:相当于c++sort,具有快排的功能,复杂度的话nlog(n)注:C中的qsort()采用的是快排算法,C++的sort()则是改进的快排算法。两者的时间复杂度都是nlogn,但是实际应用中,sort()一般要快些,建议使用sort()。 头文件:stdlib.h用法: ...
分类:编程语言   时间:2019-11-14 14:59:28    阅读次数:137
753条   上一页 1 ... 8 9 10 11 12 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!