-
DB2
说明: DB2数据库安全性全面介绍.doc DB2数据库安全性全面介绍.doc DB2数据库安全性全面介绍.doc(DB2 database on a comprehensive security. Doc DB2 database on a comprehensive security. Doc DB2 database on a comprehensive security. Doc)
- 2009-08-17 10:45:25下载
- 积分:1
-
AVR_memory_Malloc
对于有限的AVR内存分配,本程序能够非常好地解决内存分配问题,传统的malloc存在一定的不好的地方,因为资源有限。(avr memory malloc program)
- 2013-08-06 11:27:00下载
- 积分:1
-
VCPainter-
MFC实现的画板程序,能够画图并保存,适合初学者(Sketchpad program, implemented by MFC drawing and save for beginners)
- 2012-10-09 21:20:54下载
- 积分:1
-
电力系统33节点粒子群算法。(一般用于配网重构)
电力系统33节点粒子群算法。(一般用于配网重构)
- 2019-03-12下载
- 积分:1
-
Notepad
c# windowsform 制作的文本编辑器,简单的记事本源码。(c# windowsform produced a text editor, simple notepad source.)
- 2014-02-11 22:24:22下载
- 积分:1
-
JingZiQi
“一字棋”游戏(又叫“三子棋”或“井字棋”),是一款十分经典的益智小游戏。“井字棋”的棋盘很简单,是一个3×3的格子,很像中国文字中的“井”字,所以得名“井字棋”。(experiment " word game" game (also known as " third son of Chess" or " tic-tac-toe game" ), is a very classic puzzle game. " Tic-tac-toe game," the board is very simple, is a 3 × 3 lattice, much like Chinese characters of " Well,")
- 2014-04-25 09:52:21下载
- 积分:1
-
Esp8266-WiFi_USART
可以实现ESP8266远程控制,AP,station和AP+station模式,手机和STM32f103开发板通信。(ESP8266 can achieve remote control, AP, station and AP+station mode, the phone and STM32f103 development board communications.)
- 2021-01-08 09:38:51下载
- 积分:1
-
4525A
步进电机高效驱动器,高细分,高电流,高电压(Efficient stepper motor drives, high segmentation, high current, high voltage)
- 2013-04-03 09:53:11下载
- 积分:1
-
开关电源随机总电流按比例分电流
通过采集电路中的电流数据,通过STM32来设置pwm波占空比,来分配输出的电流的比例,可以1:1之类的。(By collecting current data in the circuit and setting PWM wave duty ratio through STM32, the ratio of output current can be distributed, such as 1:1)
- 2020-06-22 21:20:01下载
- 积分:1
-
SYN端口扫描
设计实现 TCP 的 SYN 扫描,打印出被扫描主机上开启的 TCP 端口号
void scanbysyn(IN_ADDR *src_ip,IN_ADDR *dst_ip,int startport,int endport)
参数:
src_ip:指向扫描主机 IP 地址的指针
dst_ip:指向目标主机 IP 地址的指针
startport:扫描起始端口号
endport:扫描终止端口号
原理: 扫描器向目标主机的一个端口发送请求连接的 SYN 包,扫描器在收到 SYN/ACK 后,
不是发送的 ACK 应答而是发送 RST 包请求断开连接。这样,三次握手就没有完成,无法建
立正常的 TCP 连接,因此,这次扫描就不会被记录到系统日志中。这种扫描技术一般不会在
目标主机上留下扫描痕迹。但是,这种扫描需要有 root 权限。
- 2023-08-14 03:50:03下载
- 积分:1