资源列表
[Internet/网络编程] ethernet-camera-2
说明:基于qt5.4的s5pv210开发板usb摄像头服务器端程序,虽然是服务器端,也有一个显示界面-Based qt5.4 of s5pv210 development board usb camera server-side program, although it is on the server side, there is also a display interface<王刚> 在 2025-01-31 上传 | 大小:286kb | 下载:0
[Internet/网络编程] VB-to-write-a-copy-the-FTP
说明:用VB写的FTP网络文件上传下载服务端源代码,仅供学习参考-Written in VB FTP network file upload download server source code, for educational purposes only<lijing> 在 2025-01-31 上传 | 大小:3kb | 下载:0
[Internet/网络编程] Based-on-vc-P-P-
说明:用VC++写的基于服务器的点对点文件传输实例-Written in vc++ peer-to-peer file transfer based on the server instance<lijing> 在 2025-01-31 上传 | 大小:22kb | 下载:0
[Internet/网络编程] samba-4.1.20.tar
说明:samba 是一款开源的Linux系统下可以互相访问查看windows文件共享软件源码-Samba is an open source Linux system can access to view each other under the Windows file sharing software source code<lijing> 在 2025-01-31 上传 | 大小:18.66mb | 下载:0
[Internet/网络编程] shell
说明:LINUX的打字游戏。打数字,字母充值之类的功能-LINUX‘s play game,number,word..<hetao> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[Internet/网络编程] mjpg-streamer-mini2440-read-only
说明:一个开源的视频传输服务程序,可以直接交叉编译后在mini2440上运行,已经过测试-An open-source video transmission service program can be directly run on mini2440 cross-compiled, has been tested<晴朗> 在 2025-01-31 上传 | 大小:1.11mb | 下载:0
[Internet/网络编程] ch01
说明:企业日常事务管理系统,由jsp+mysql制作,满足你的需要。-Business daily transaction management system.<jhon> 在 2025-01-31 上传 | 大小:2.24mb | 下载:0
[Internet/网络编程] ch02
说明:投票系统,简单的,代码完整,可运行,由jsp+mysql制作,满足你的需要。-Voting system, a simple, code can be run<jhon> 在 2025-01-31 上传 | 大小:5.66mb | 下载:0
[Internet/网络编程] ch03
说明:在线考试系统,驾校学生与老师登录,jsp+mysql制作-Online examination system, driving school students and teachers login, jsp+ mysql production<jhon> 在 2025-01-31 上传 | 大小:4.46mb | 下载:0
[Internet/网络编程] ch04
说明:博客网站系统,可以注册博客,登录博客,上传影音,照片,留言等功能。-Blog site systems, you can register blog, log blog, upload video, photos, messages and other functions.<jhon> 在 2025-01-31 上传 | 大小:19.57mb | 下载:0
[Internet/网络编程] src
说明:a.确定本机的IP和端口,socket只有与某一IP和端口绑定,才能发挥其功能。 b.确定通讯协议:TCP 或 UDP。 编程步骤: a.建立一个套接字 b.绑定本机的IP和端口 c.如果是TCP,因为是面向连接的,要利用Listen()方法来监听网络上是否有人给自己发东西 如果是UDP,因为是无连接的,所以来者不拒。 d.TCP情况下,如果监听到一个连接,就可以使用accept来接收这个连接,然后就可以利用Se<刘洋> 在 2025-01-31 上传 | 大小:3kb | 下载:0