码迷,mamicode.com
首页 >  
搜索关键字:smart scan    ( 9037个结果
Dynamic Programming
DP = Recursion + Memoization, A Smart Brute-force AlgorithmDivide the original problem into similar subproblems.Hard desgin part: what are the subprob...
分类:其他好文   时间:2015-01-11 14:41:02    阅读次数:235
迭代器概念
//迭代器是一种smart pointertemplateclass ListItem{public: T value()const { return _value; } ListItem *next()const { return _nex...
分类:其他好文   时间:2015-01-10 15:05:12    阅读次数:175
MT7681 Smart Connection 技术分析
MT7681 Smart Connection 技术分析 第一次接触MTK7681芯片时在14年10月份,那时用的当透传模块用,配合手机端实现远程控制,很自然到要能够在手机上对模块的wifi进行配置,当时好像还不支持AP模式,但是支持一种SmartConnection技术,可以不在不连AP的情况下对wifi进行配置,在手机(Android)上调用MTK提供的库就能对配置了。 一开始以为调用了一...
分类:其他好文   时间:2015-01-09 12:38:19    阅读次数:245
Demo on bar code printing using SAP Scripts/Smart forms
Demo on bar code printing using SAP Scripts/Smart forms...
分类:其他好文   时间:2015-01-08 22:47:07    阅读次数:940
最大数
题目描述有三个整数a b c,由键盘输入,输出其中的最大的数。输入一行数组,分别为a b c输出a b c其中最大的数样例输入10 20 30样例输出30提示max ?if(a>b) ?int main(){return 0;}题解:#includeint main(){int a,b,c;scan...
分类:其他好文   时间:2015-01-08 17:34:12    阅读次数:174
cassandra 的一次调试
配置好 cassandra.yaml 之后 ,两台主机竟然不通信: [root@SCAN_190 apache-cassandra-2.1.2]# cat conf/cassandra.yaml |grep 172 - seeds: "172.16.1.141,172.16.1.190" listen_address: 172.16.1.190 rpc_ad...
分类:其他好文   时间:2015-01-07 23:41:08    阅读次数:333
Android 小应用 - "Smart Help" 之模块介绍
前面介绍了整个应用的框架,下面接着继续介绍各模块设计的细节。   一.“交通篇”                 上面三幅图基本上就是交通版块所包含的内容了,其中,图二、三只涉及 Android 基本的控件 ExpandableListView 的使用,这里不作具体的讲解,我们重点来看图一的实现。 1. 输入框是什么控件? 为了达到提示用户输入的效果,这里不能使用最普遍的 Ed...
分类:移动开发   时间:2015-01-07 20:53:47    阅读次数:171
[漏洞检测]Proxpy Web Scan设计与实现(未完待续)
Proxpy Web Scan设计与实现 1、简介: Proxpy Web Scan是基于开源的python漏洞扫描框架wapiti改造的web漏洞扫描器,其主要解决以下几个问题而生: (1)、当前互联网业务处于快速发展阶段,由于小版本更新迭代快,很难做到发布前必定经过安全测试。此外,安全小组面临安...
分类:Web程序   时间:2015-01-07 20:43:52    阅读次数:228
Proxpy Web Scan设计与实现
组内交流培训
分类:Web程序   时间:2015-01-07 18:24:35    阅读次数:184
PHP is much better than you think
Rants about PHP are everywhere, and they even come from smart guys.When Jeff Atwood wrote yet another rant about PHP, it made me think about thegood parts of PHP. 对PHP的抱怨到处都有,他们有时甚至来自于一些聪明的人。当Jeff At...
分类:Web程序   时间:2015-01-07 14:57:47    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!