码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
针对于sqlserver中创建链接服务器图解教程补充
http://www.cnblogs.com/spring_wang/p/5409394.html 起别名: EXECUTE sp_addlinkedserver 'u8', '', 'SQLOLEDB', '192.168.20.145' EXECUTE sp_addlinkedsrvlogin  ...
分类:数据库   时间:2020-06-30 12:33:21    阅读次数:54
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:51:57    阅读次数:104
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:25:26    阅读次数:77
CodeForces - 469A I Wanna Be the Guy
There is a game called "I Wanna Be the Guy", consisting of n levels. Little X and his friend Little Y are addicted to the game. Each of them wants to ...
分类:其他好文   时间:2020-06-27 21:41:11    阅读次数:90
莫队算法~练习一
莫队算法~练习一 gym卡了莫队,于是趁这个机会学一下莫队 莫队的核心是分块排序,这种特殊的排序方法将任务按排序后的顺序完成,可以在解决绝大多数无修改的离线区间问题中极大的优化时间(优化了$\sqrt n$左右)。 Sona NBUT - 1457 题意:n个数,寻问10000次,任意区间内的相等数 ...
分类:编程语言   时间:2020-06-26 14:25:50    阅读次数:58
C中的字符串
L关键字 关键字“L”,则是不管编码环境是什么,都是将其后面的字符串以Unicode方式保存。 即每个字符占用两个字节! 例: cout << sizeof("wang") << endl; 结果为5 //包含字符串结束符'\0' cout << sizeof(L"wang") << endl; 结 ...
分类:其他好文   时间:2020-06-23 13:10:56    阅读次数:52
练习7--打印打印
1 注释:写注释是为了帮助理解代码里面比较难得一部分内容,不是没一行代码都需要写注释 2 字符串创建:单引号双引号都可以,但在python中,比较短的字符串的创建一般用单引号 3 代码: print("Mary had a little lamb.") # 输出“玛丽有一只小羊羔” print("I ...
分类:其他好文   时间:2020-06-19 23:06:38    阅读次数:72
【Kali】Kali Linux搭建Metasploitable3靶机详细过程
概述 Metasploitable3是Metasploitable2的升级版本,它是一个虚拟靶机系统,里面含有大量未被修复的安全漏洞,它主要是用于metasploit-framework测试的漏洞目标。众所周知Metasploitable2由于年久失修,被更好的Metasploitable3给取代了 ...
分类:Web程序   时间:2020-06-16 13:01:08    阅读次数:84
Codeforces258D Little Elephant and Broken Sorting
做多网络流之后来个期望水一发 Description link 有一个 $1 \sim n$ 的排列,会进行 \(m\) 次操作,操作为交换 \(a,b\)。每次操作都有 $50%$ 的概率进行。 求进行 \(m\) 次操作以后的期望逆序对个数。 \(n,m\le 1000\) Solution 首 ...
分类:其他好文   时间:2020-06-13 17:48:36    阅读次数:90
IMPROVING ADVERSARIAL ROBUSTNESS REQUIRES REVISITING MISCLASSIFIED EXAMPLES
Wang Y, Zou D, Yi J, et al. Improving Adversarial Robustness Requires Revisiting Misclassified Examples[C]. international conference on learning repre ...
分类:其他好文   时间:2020-06-13 10:42:27    阅读次数:66
2433条   上一页 1 ... 3 4 5 6 7 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!