资源列表
rcnn-master
- 残差网络模型,通过将原始输入直接通过桥梁输送到后面的几层,减少梯度弥散(The residual network model reduces the gradient dispersion by transmitting the original input directly through the bridge to the latter layers)
libnl-1.1.4.tar
- Linux USBwifi 驱动,hostapd编译库文件(Linux USBwifi driver, hostapd compiler library file)
IPSec VPN技术规范
- IPSec VPN技术规范,对IPSec VPN的技术协议、产品管理和检测进行了规定。(The IPSec VPN specification specifies the technical protocols, product management, and testing of the IPSec VPN.)
员工管理系统
- 用于学习参考的管理系统,使用了TCP,多线程,文件IO等相关知识(Management system for learning reference)
Linux简单的shell实现(附源代码)
- linux shell简单实现源码,包括源码注释和说明(Linux shell simple implementation of the source code, including source code, notes and instructions)
Lecture_2
- this is pascal programng
PIC_Hi-Tech_C_PIC18F4550_USB_CDC_example_v1-02
- PIC High technology for USB
linux-x86-allnoconfig.tar
- Linux kernel, compiled realy tiny config
XBone_1.tar
- Xbox one FAKE emulator. coded on x64 with SDL2 and gcc. under Arch. its a fake emulator. only shows 3 images and does some fake printf. images are disquised as rom or disk files.
opkg-618.tar
- 支持openwrt系统opkg-618,解决编译过程中的问题(Support openwrt system opkg-618, solve the problems in the compilation process)
hxvqp
- Six degrees of freedom to achieve inverse kinematics algorithm, PSS primary synchronization signal in the time domain simulation related, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the val
01_session_daemon_test
- 在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,