码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
WCF: Hosting WCF In IIS
1. Create an IIS Application as below 2. In the physical path, there're 2 files and 1 App_Code folder a. App_code contains the WCF Service contract an ...
分类:其他好文   时间:2017-06-15 00:39:09    阅读次数:190
Linux----Navigation
Navigation find permission denied http://www.codecoffee.com/tipsforlinux/articles/21.html https://www.computerhope.com/unix/ufind.htm making cd mkdir ...
分类:系统相关   时间:2017-06-14 02:49:36    阅读次数:283
ZOJ 2112 Dynamic Rankings(带修改的区间第K大,分块+二分搜索+二分答案)
The Company Dynamic Rankings has developed a new kind of computer that is no longer satisfied with the query like to simply find the k-th smallest num ...
分类:其他好文   时间:2017-06-10 21:29:19    阅读次数:179
Hdu2196 Computer
Computer HDU - 2196 Computer A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N ...
分类:其他好文   时间:2017-06-10 19:27:22    阅读次数:151
sort 命令
[root@root ~]# cat 1.txt # 无序 pen name computer wife apple [root@root ~]# sort 1.txt # 正序 apple computer name pen wife [root@root ~]# sort -r 1.txt # ... ...
分类:其他好文   时间:2017-06-10 13:49:13    阅读次数:171
Rethinking the inception architecture for computer vision的 paper 相关知识
这一篇论文很不错,也很有价值;它重新思考了googLeNet的网络结构--Inception architecture,在此基础上提出了新的改进方法; 文章的一个主导目的就是:充分有效地利用computation; 第一部分: 文章提出了四个principles: 原则1:设计网络的时候需要避免 r... ...
分类:其他好文   时间:2017-06-09 12:32:57    阅读次数:274
主存与Cache的地址映射
最近在复习计算机体系结构,选用的教材是名闻遐迩的《计算机体系结构 量化研究方法 第五版》(Computer Architecture A Quantitative Approach), 关于cache部分,书中着重讲的是如何优化cache,提高cache性能,提出了10种优化策略,但是关于cache ...
分类:系统相关   时间:2017-06-07 22:23:27    阅读次数:462
cmd 计划任务
Schtasks /create /sc ScheduleType /tn TaskName /tr TaskRun [/s Computer [/u [Domain\]User [/p Password]]] [/ru {[Domain\]User | System}] [/rp Password... ...
分类:其他好文   时间:2017-06-07 12:30:51    阅读次数:251
PLC基础入门
PLC编程入门基础技术知识学习 2016-06-27 xjp7879 摘自 电工技术知... 2016-06-27 xjp7879 摘自 电工技术知... 第一章 可编程控制器简介 可编程序控制器,英文称Programmable Controller,简称PC。但由于PC容易和个人计算机(Perso ...
分类:其他好文   时间:2017-06-07 00:47:05    阅读次数:311
Privilege(特权)
A privilege is the right of an account, such as a user or group account, to perform various system-related operations on the local computer, such as s ...
分类:其他好文   时间:2017-06-04 22:39:03    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!