码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Crazy Computer
题目链接:http://codeforces.com/problemset/problem/716/A 题目大意: 把题读懂就是水题了。题目是说打下下一个字母的时候,如果和之前字母打下的时间不超过k的话,则保留前面的继续打,如果超过了,则前面的字母全部消失,只留下这一个字母。 哭泣。一直在读错题意! ...
分类:其他好文   时间:2019-07-20 00:01:30    阅读次数:118
poj 2586 Y2K Accounting Bug
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18534 Accepted: 9346 Description Accounting for Computer Machinists (ACM ...
分类:其他好文   时间:2019-07-17 18:33:27    阅读次数:62
柯里化--函数式编程--总结
1、局部化函数、变量化(返回值化)函数; 2、局部化函数的栈捕获外部函数的变量为其上下文; 3、序列化调用; 4、尾调用,栈优化; 尾调用 In computer science, a tail call is a subroutine call performed as the final act ...
分类:其他好文   时间:2019-07-11 20:35:00    阅读次数:113
HDU-1054-Strategic Game
链接: https://vjudge.net/problem/HDU 1054 题意: Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution f ...
分类:其他好文   时间:2019-07-10 23:09:56    阅读次数:148
五星宏辉游戏项目小结
五星宏辉游戏项目小结 web服务端和game服务端的区别 Server的定义和分类 wiki对Server的定义: In computing, a server is a computer program or a device that provides functionality for oth ...
分类:其他好文   时间:2019-07-09 00:02:30    阅读次数:116
上周热点回顾(7.1-7.7)
热点随笔: · 为什么建议大家使用 Linux 开发(夏日浅笑、)· 我为能准时下班而做的准备,以及由此的收获,同时总结下不足(hsm_computer)· surging 微服务引擎 2.0 会有多少惊喜?(fanly11)· 程序员,你自豪什么(沉默王二)· 如何两个月刷400道leetcode ...
分类:其他好文   时间:2019-07-08 09:22:36    阅读次数:95
python爬取网页文本、图片
从网页爬取文本信息: eg:从http://computer.swu.edu.cn/s/computer/kxyj2xsky/中爬取讲座信息(讲座时间和讲座名称) 注:如果要爬取的内容是多页的话,网址一定要从第二页开始,因为有的首页和其他页的网址有些区别 代码 输出 数据库连接成功! ('2018- ...
分类:编程语言   时间:2019-07-07 12:47:50    阅读次数:115
[Windows]Allow Administrator account mstsc multi login / 允许Administrator账号多用户远程登录
gpedit.msc Computer Configuration - Administrative Templates - Windows Components - Remote Desktop Services - Remote Desktop Session Host - Connection ...
分类:Windows程序   时间:2019-07-02 19:36:27    阅读次数:142
Uva540(队列)
Team Queue UVA - 540 Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so we ...
分类:其他好文   时间:2019-06-23 17:25:35    阅读次数:91
Uva10129(欧拉回路)
Play on Words UVA - 10129 Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doo ...
分类:其他好文   时间:2019-06-23 14:20:09    阅读次数:119
2862条   上一页 1 ... 36 37 38 39 40 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!