-
图像处理与图像分析
图像处理与图像分析-image processing and image analysis
- 2022-03-24 05:32:04下载
- 积分:1
-
这是我自己写的一个远程调用程序,功能是证明在一定范围内的任意偶数可分为两个素数的和。其中素数 的判断方法在远程实现。可能比较简单,但我希望为大家提供帮助。...
这是我自己写的一个远程调用程序,功能是证明在一定范围内的任意偶数可分为两个素数的和。其中素数 的判断方法在远程实现。可能比较简单,但我希望为大家提供帮助。- A few of them- the judgment of the remotely. May be rather simple, but I hope for you to help.
- 2022-11-08 10:20:03下载
- 积分:1
-
用NET_VIDEO 视频捕获,压缩,回放,传送控件写的在局域网上实现视频点对点的例子...
用NET_VIDEO 视频捕获,压缩,回放,传送控件写的在局域网上实现视频点对点的例子-NET_VIDEO use video capture, compression, playback, the transmission control was achieved in LAN point-to-point video examples
- 2023-08-21 17:05:05下载
- 积分:1
-
用汇编写的Http、ftp文件下载器
用汇编写的Http、ftp文件下载器-was compiled with the Http, ftp download it! !
- 2023-03-13 18:25:04下载
- 积分:1
-
一个聊天的程序,一个是客户端一个服务器端!很好的小程序!
一个聊天的程序,一个是客户端一个服务器端!很好的小程序!-a chat program containing the server side and client side.perfect!
- 2022-03-29 15:09:38下载
- 积分:1
-
/ *
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测试二:
启动两个运行实例,本地地址与目标地址用不同的端口(它要求是偶数端口号)
两个实例互发
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Here sa small IPv4 example: it asks for a portbase and a destination and starts sending packets to that destination. The IPv4 version of the example: It requires portbase (local port) and destination (destination port) and then send a message but also monitor the news . Examples of test 1: Start a running instance, a local address with the destination address port 8888 using the same test two examples: the two start to run instances, the local address and destination address with a different port (it requires the port number is even) two examples of inter- examples of explanation issued by the Chinese hanyuejun add, have any questi
- 2022-11-02 16:55:03下载
- 积分:1
-
powerful ftp server source code
功能强大的ftp服务器源代码-powerful ftp server source code
- 2022-02-06 19:29:27下载
- 积分:1
-
VC++实现的多页面浏览器....实现了多种功能
VC++实现的多页面浏览器....实现了多种功能
- 2022-07-16 16:20:19下载
- 积分:1
-
jsp网校源码,一个进行JSP学习的网站的源码部分。采用acce
jsp网校源码,一个进行JSP学习的网站的源码部分。采用acce-jsp Wang Xiao Source
- 2022-11-05 21:35:03下载
- 积分:1
-
c++ socket编程实例(含服务端和客户端及日志写入)
本代码是c++ socket编程实例。包含服务端和客户端代码,可以实现客户端发送消息,服务端接收消息并写入日志。server.cpp为服务端。client.cpp为客户端。首先,需要准备好C++环境。先编译运行server.cpp,显示:“server is start,waiting for client.”表示启动成功。再编译运行client.cpp,这时再看服务端,显示:“Hello, This is client whg”,表示收到客户端发来的消息。
- 2022-04-16 12:24:48下载
- 积分:1