码迷,mamicode.com
首页 >  
搜索关键字:adaptive control sys    ( 31540个结果
HDU 4289 Control (最大流+拆点)
http://acm.hdu.edu.cn/showproblem.php?pid=4289题目讲的是有一些恐怖分子要从S市去往D市,要求在一些城市中安排特工,保证一定能够抓住恐怖分子,因为安排特工需要一定的费用,所以希望找出最小的花费。思路:可以把每个城市,即每个点拆分成进来的点和出去的点,如x点...
分类:其他好文   时间:2014-08-13 12:53:26    阅读次数:210
C/C++ Windows移植到Linux
近期写了有关Socket的程序,需要从windows移植到linux。现把有用的东东收集整理记录下来。1.头文件windows下winsock.h或winsock2.h;linux下netinet/in.h(大部分都在这儿),unistd.h(close函数在这儿),sys/socket.h(在.....
分类:编程语言   时间:2014-08-13 12:42:36    阅读次数:288
oracle 全文检索
一、使用 sys 用户登录oracle(1)运行—cmd—sqlplus — sys/密码 @连接字符 as sysdba二、授权1、grant ctxapp to 全文检索使用用户;2、grant execute on ctx_dll to 全文检索使用用户;3、全文检索使用用户 登录oracle...
分类:数据库   时间:2014-08-13 12:40:06    阅读次数:230
[WinForm]按名称递归查找控件
关键代码: /// /// 向下递归查找控件 /// /// 查找控件的父容器控件 /// 查找控件名称 /// 若没有查找到返回NULL public static Control DownRecursiveFindControl(this Control parentContr...
分类:Windows程序   时间:2014-08-13 12:28:06    阅读次数:240
iOS 获取 当前设备 可用内存 及当前 应用 所占内存
//?获取当前设备可用内存及所占内存的头文件 #import?<sys/sysctl.h> #import?<mach/mach.h> ? ? //?获取当前设备可用内存(单位:MB) - (double)availableMemory { ??vm_statistics_data_t?vmStats; ?...
分类:移动开发   时间:2014-08-13 10:44:25    阅读次数:272
Network Attack
Network AttackNicola regularly inspects the local networks for security issues. He uses a smart and aggressive program which takes control of computer...
分类:Web程序   时间:2014-08-13 10:18:05    阅读次数:247
ubuntu系统设置选项显示不全
原因:缺少unity-control-center解决:安装sudoapt-getinstallunity-control-center
分类:其他好文   时间:2014-08-13 03:42:55    阅读次数:189
The cregister Keyword
6.5.2 The cregister Keyword The compiler extends the C/C++ language by adding the cregister keyword to allow high level language access to control registers. When you use the cregister keyword on an...
分类:其他好文   时间:2014-08-13 01:21:04    阅读次数:309
HTTP 学习笔记03
通用信息头Cache-Control : no-cache(不缓存当前请求) [*]Connection:close(返回当前请求后立即断开)[*]Date:。。。(HTTP消息产生的时间)Pragma:no-cache (不缓存) [*]Trailer:Date(哪些能放到实体内容后的头字段)T....
分类:其他好文   时间:2014-08-13 01:06:14    阅读次数:169
编译Nginx支持Tcp_warppers
Tcp wrappers : Transmission Control Protocol (TCP) Wrappers 为由 inetd 生成的服务提供了增强的安全性。TCP Wrappers 是一种对使用 /etc/inetd.sec 的替换方法。TCP Wrappers 提供防止主机名和主机地址...
分类:其他好文   时间:2014-08-13 00:59:34    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!