码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
1147 Heaps
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2018-08-23 19:26:03    阅读次数:288
UVA506-System Dependencies(拓扑序)
Problem UVA506-System Dependencies Accept:285 Submit:2824 Time Limit: 3000 mSec Problem Description Components of computer systems often have dependen ...
分类:其他好文   时间:2018-08-22 21:58:11    阅读次数:223
POJ1236_A - Network of Schools _强连通分量::Tarjan算法
Description A number of schools are connected to a computer network. Agreements have been developed among those schools: each school maintains a list ...
分类:编程语言   时间:2018-08-22 21:54:38    阅读次数:199
No, Machine Learning is not just glorified Statistics
This meme has been all over social media lately, producing appreciative chuckles across the internet as the hype around deep learning begins to subsid ...
分类:系统相关   时间:2018-08-22 15:01:14    阅读次数:176
进程命令(taskkill)
taskkill 命令: // 描述: 结束一个或多个任务或流程。 // 语法: taskkill [/s <computer> [/u [<Domain>\]<UserName> [/p [<Password>]]]] {[/fi <Filter>] [...] [/pid <ProcessID> ...
分类:系统相关   时间:2018-08-21 16:03:39    阅读次数:218
powershell for rename server name
Rename server name if server has not yet joined AD $Hostname = "newname" $username = "Administrator" $Password = "xxxxxxxx" $pwd = $Password | Convert ...
分类:系统相关   时间:2018-08-20 17:19:19    阅读次数:189
航电多校第八场-A-Character Encoding
题目描述 In computer science, a character is a letter, a digit, a punctuation mark or some other similar symbol. Since computers can only process numbers, ...
分类:其他好文   时间:2018-08-19 20:58:35    阅读次数:172
POJ 1511 Invitation Cards(逆向思维 SPFA)
Description In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They want ...
分类:其他好文   时间:2018-08-19 20:57:40    阅读次数:138
POJ-3436:ACM Computer Factory (Dinic最大流)
题目链接:http://poj.org/problem?id=3436 解题心得: 题目真的是超级复杂,但解出来就是一个网络流,建图稍显负责。其实提炼出来就是一个工厂n个加工机器,每个机器有一个效率w,q个材料入口,q个材料出口,每个口有三个数表示状态,1表示一定有入/出的材料,0表示没有入/出的材 ...
分类:其他好文   时间:2018-08-18 17:49:06    阅读次数:183
B - Battle City bfs+优先队列
"来源poj2312" Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now. What we are d ...
分类:其他好文   时间:2018-08-18 15:30:27    阅读次数:157
2862条   上一页 1 ... 61 62 63 64 65 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!