码迷,mamicode.com
首页 >  
搜索关键字:hose    ( 390个结果
笨办法学Python3——习题6 字符串和文本
【代码】 【输出结果】 There are 10 types of people.Those who know binary and those who dont't.I said: There are 10 types of people.I also said: 'There are 10 ty ...
分类:编程语言   时间:2018-11-03 20:18:23    阅读次数:242
LinuxNotes
[ show all running processes ] ps -aux | less 'ps' means: Process Status The -a option tells ps to list the processes of all users on the system rathe ...
分类:系统相关   时间:2018-11-03 18:20:29    阅读次数:196
733. Flood Fill
An image is represented by a 2 D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate (sr, ...
分类:其他好文   时间:2018-11-01 14:08:44    阅读次数:143
mysqldump导出数据出现问题
利用mysqldump导出数据时提示warning,A partial dump from a server that has GTIDsubt@ubt-All-Series:~$ mysqldump -uroot -p sdxdb > sdxdb.sqlWarning: A partial dum ...
分类:数据库   时间:2018-10-31 15:41:47    阅读次数:198
电子病历管理系统参考论文
基于面向对象技术的病案管理系统的设计与实现 http://www.cnki.net/KCMS/detail/detail.aspx?QueryID=0&CurRec=2&filename=1018069753.nh&dbname=CMFD201801&dbcode=CMFD&pr=&urlid=&y ...
分类:其他好文   时间:2018-10-30 23:50:05    阅读次数:291
[kuangbin带你飞]专题六 最小生成树
首先介绍一下最小生成树的基本知识吧。 最小生成树(Minimum Spanning Tree,MST):或者称为最小代价树Minimum-cost Spanning Tree:对无向连通图的生成树,各边的权值总和称为生成树的权,权最小的生成树称为最小生成树。 构成生成树的准则有三条: <1> 必须只 ...
分类:其他好文   时间:2018-10-24 12:05:32    阅读次数:127
[Javascript] Replicate JavaScript Constructor Inheritance with Simple Objects (OLOO)
Do you get lost when working with functions and the new keyword? Prototypal inheritance can be completely replicated without either of those two conce ...
分类:编程语言   时间:2018-10-22 16:40:34    阅读次数:147
CF1063A Oh Those Palindromes
思路: 排序后输出即可。 证明: 令Nx表示字母x的数量,由于回文子串的首尾字母必须相等,那么即使所有以字母x开头和结尾的子串都是回文串,回文子串总数也不过Na * (Na + 1) / 2 + Nb * (Nb + 1) / 2 + ... + Nz * (Nz + 1) / 2,而排序后能达到同 ...
分类:其他好文   时间:2018-10-16 01:38:58    阅读次数:147
cf1063A Oh Those Palindromes (贪心)
给一些字符 求它们能拼成的字符串 的回文子串的个数最大值 对应的那个字符串 就是把相同的都放一起是最优的,排下序就行了... ...
分类:其他好文   时间:2018-10-15 21:17:15    阅读次数:165
UPenn - Robotics 2:Computational Motion Planning - week 1:Introduction and Graph-based Plan Methods
If you are really interested in the topic of computational motion planning in robotics, here are some related texts: Robot Motion Planning, Jean-Claud ...
分类:其他好文   时间:2018-10-15 12:11:45    阅读次数:250
390条   上一页 1 ... 10 11 12 13 14 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!