码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
Python Ethical Hacking - TROJANS Analysis(1)
TROJANS A trojan is a file that looks and functions as a normal file(image, pdf, song ..etc). When executed: 1. Opens the normal file that the user ex ...
分类:编程语言   时间:2019-10-13 15:15:38    阅读次数:78
Step Functions
AWS Step Functions 是一项 Web 服务,让您能够使用可视化工作流来协调分布式应用程序和微服务的组件。您可通过能执行离散函数(或称为任务)的各单独组件构建应用程序,这样您能够快速扩展和更改应用程序。 Step Functions 提供可靠的方法来协调组件和逐步执行应用程序的函数。S ...
分类:其他好文   时间:2019-10-07 19:29:10    阅读次数:61
Analysis of sort() in STL
"1. Introduction" "2. Preparations" "2.1. Inline functions" "2.2. Templates" "2.3. RandomAccessIterator" "3. Explore sort() in STL" "3.1. Introduction ...
分类:其他好文   时间:2019-10-06 20:27:44    阅读次数:75
Python Ethical Hacking - KEYLOGGER(3)
Object-Oriented Programming Keylogger Classes Way of modeling program(blueprint). Logically group functions and data. Makes code more readable. More r ...
分类:编程语言   时间:2019-10-05 14:28:55    阅读次数:80
使用nginx做 tcp/udp 负载均衡
目标:对非http流量进行负载均衡 可选技术:nginx + docker-compose ,,,, 过程: 负载tcp/udp流量需要重新构建一下nginx,官网原文是 built with the --with-stream ,于是找了几个带参数的Dockerfile,大都是半年一年之前的文章了 ...
分类:其他好文   时间:2019-10-04 19:02:06    阅读次数:114
在Jetson TX2上安装OpenCV(3.4.0)
参考文章:How I built TensorFlow 1.8.0 on Jetson TX2 与参考文章大部分都是相似的,如果不习惯看英文,可以看看我下面的描述 在我们使用python3进行编程时,import cv2不起作用。由于预先安装的opencv是与python2.7绑定的,如果想在pyt ...
分类:其他好文   时间:2019-10-04 15:09:06    阅读次数:454
Cg 标准函数库
1. 数学函数(Mathematical Functions); 2. 几何函数(Geometric Functions); 3. 纹理映射函数(Texture Map Functions); 4. 偏导数函数(Derivative Functions);5. 调试函数(Debugging Func... ...
分类:其他好文   时间:2019-10-03 22:13:53    阅读次数:258
map member functions
http://www.cplusplus.com 搜了才发现map的成员函数这么多orz,跟着cplusplus按字典序走一遍叭(顺序有微调orz <1> map::at (c++11) <2> map::begin/end <3>map::cbegin(c++11) <4> map::clear ...
分类:其他好文   时间:2019-10-03 17:46:58    阅读次数:94
Hash table and application in java
集合hashset底层用的是hashmap hash algorithm,HA是一类算法;hash table,HT是一种数据结构;hash functions,HF是支撑hash table的一类函数 HA:从不同的输入中,通过一些计算摘取出来一段数据值,来进行区分输入数据。(例:MD5);目的: ...
分类:移动开发   时间:2019-10-03 16:23:14    阅读次数:98
CF788A Functions again dp
求一个最长子段和就完了,可以出T1? code: ...
分类:其他好文   时间:2019-10-03 10:23:37    阅读次数:60
2913条   上一页 1 ... 24 25 26 27 28 ... 292 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!