-
MFC视频监控
应用背景应用于视频监控领域,可实现jpeg图像浏览关键技术用socket编程实现视频传输,MFC实现客户端实时监控
- 2022-07-21 16:26:26下载
- 积分:1
-
从网页里下载文章
从网页里下载文章-downloaded from the website article
- 2023-01-10 06:05:04下载
- 积分:1
-
免费版的电视网络,也找到了互联网
网络电视免费版,也是网上找的-free version of the television networks, but also find the Internet
- 2022-04-06 20:43:38下载
- 积分:1
-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
This the client part of the chat application. Clients can connect to the chat se...
This the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.-This is the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.
- 2022-10-16 01:05:03下载
- 积分:1
-
using dial
用拨号网络拨号及取得连接状态-using dial-up and dial-up Internet connections made state
- 2023-01-20 02:15:04下载
- 积分:1
-
留言版用ddd dd!
留言版用ddd dd!-using in message board.
- 2022-03-26 06:04:50下载
- 积分:1
-
jsp成绩管理系统
jsp成绩管理系统-jsp performance management system
- 2022-03-20 12:54:42下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
基于Qt的FTP客户端
基于Qt网络编程的FTP客户端,包含列出文件列表并下载。The FTP example demonstrates a simple FTP client that can be used to list the available files on an FTP server and download them.
- 2022-07-23 02:07:23下载
- 积分:1