-
cracker
黑客破解一类的书籍,不仅能破解网站,也能破解软件,好好学吧(Hackers break a class of books, not only to crack sites, but also crack the software, a good school bar)
- 2009-10-31 16:19:56下载
- 积分:1
-
Robert边缘检测
边缘检测的Robert算子Python实现,一个是带噪声,一个是不带噪声的代码(Implementation of Edge Detection)
- 2019-04-15 10:26:48下载
- 积分:1
-
新建 360压缩 ZIP 文件
可用于vrep仿真平台的python脚本 循迹(Can be used in the vrep simulation platform Python script tracking)
- 2018-03-01 14:28:13下载
- 积分:1
-
CC1020 SmartRF TI Chipcon
cc1020 smartRf TI Chipcon -cc1020 smartRf TI Chipcon
- 2022-03-18 22:30:17下载
- 积分:1
-
粒子群算法优化PID参数实例1
粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
- 2020-06-30 06:40:02下载
- 积分:1
-
GS1_DataMatrix_Introduction_and_technical_overvie
GS1 DataMatrix Introduction and technical overview
- 2010-10-21 15:26:04下载
- 积分:1
-
singlepoint
说明: 全球定位系统单点定位程序,根据N文件和O文件解算地面点的坐标(Global positioning system, single point positioning procedure, in accordance with N documents and O document solver coordinates of ground points)
- 2008-11-16 10:12:50下载
- 积分:1
-
n!
说明: 这个程序实现了大数的输出,n的阶层,包括100阶层以上(This program to achieve the output of large numbers, n class, including 100 class above)
- 2013-09-22 18:28:06下载
- 积分:1
-
zhishengji
直升机垂直起飞性能计算之一。直升机动力学基础(One of the helicopter vertical takeoff performance calculations.)
- 2021-03-13 19:29:24下载
- 积分:1
-
MainWindow
说明: 每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下:
Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。
线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)
- 2020-11-30 11:19:28下载
- 积分:1