▍1. 网络编程模拟ftp
linux 下c语言实现的类似ftp小程序,旨在了解网络编程的原理。分为客户端和服务器。
linux 下c语言实现的类似ftp小程序,旨在了解网络编程的原理。分为客户端和服务器。
基于TCP协议的socket套接口编程小程序,可以在两个进程(一个客户端,一个服务器)之间收发内容,使用了epoll方式I/O复用,内容简洁易懂,是初步学习套接口编程及epoll复用的绝佳例程。
在mini2440 嵌入式平台上完成了图像数据采集及无线网卡视频流上传的功能。压缩包移植的是X264。该代码可以用来开发视频小车。另外,在开发的过程中,为了进一步提高压缩率,需要采用更强的压缩算法。
说明: Hadoop building and eclipse development environment setting
说明: 运行tcl脚本来实现隐藏节点问题,再通过nam仿真动画观察隐藏节点实验结果。从而理解隐藏节点问题的原理以及解决途径。 注意:请下载全所有的文件后进行仿真,仿真时需下载好mudp.cc、mudp.h、mudpsink.cc、mudpsink.h 模块在ns2上编译后即可使用Hidden_Terminal.tcl文件进行仿真。(Run TCL script to realize the hidden node problem,and then observe the hidden node experimental results through the Nam simulation animation. So as to understand the principle of hidden node problem and the solution. Note:please download all the files for simulation,and download them well during simulation mudp.cc,mudp.h,mudpsink.cc,after the mudpsink.H module is compiled on NS2,you can use hidden_ Terminal.tcl File for simulation.)
基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used in network topology configuration and simulation)
说明: CUPS Installation and Configuration Tutorial
一本实用的Linux运维实践指导书,由大牛所写,获益匪浅(A practical Linux Operations and Maintenance Practice Guide, written by Daniel, has benefited a lot.)
说明: 一本实用的Linux运维实践指导书,由大牛所写,获益匪浅(A practical Linux Operations and Maintenance Practice Guide, written by Daniel, has benefited a lot.)
说明: 如何自己写一些渗透测试和黑客工具。从各种黑客工具的安装使用,到自己写一些黑客工具。(This book is for medium level guys who get worked in security and coding area.)
这是 attention is all your need 的pytorch 代码实现(this is the article "attention is all your need " code)
深度学习框架,适合人工智能学习以及刚入门的知识普及(Deep Learning Framework)