socket
光子乘羽
我从来没有长大,也从来没有停止过成长。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu_socket通信_g++
客户端将消息传送到服务端,在服务端显示 sever.cpp #include #include #include #include #include #include #include #include #define DEFAULT_PORT 8000 #define MAXLINE 4096 int main(int argc, char** ar原创 2016-01-21 18:24:20 · 1588 阅读 · 2 评论 -
ubuntu_socket通信_g++编译
sever.cpp #include #include /* inet(3) functions */ #include #include #include #include #include #include #include #include #define PORT原创 2016-01-21 22:15:10 · 1476 阅读 · 0 评论 -
ubuntu_socket通信传送文件_g++编译
sever.cpp #include #include #include #include #include #include #include #include #define PORT 4321 #define BUFFER_SIZE 1024 #define MAX_QUE_CONN_NM 5 int main() { struc原创 2016-01-21 22:22:33 · 738 阅读 · 0 评论 -
ROS_OpenCV_socket传送图像_结果不对
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_bridge t原创 2016-01-25 17:03:10 · 1250 阅读 · 0 评论 -
ROS_OpenCV_socket客户端传送图像
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_bridge t原创 2016-01-25 17:12:08 · 688 阅读 · 0 评论 -
ROS_OpenCV_socket客户端发送kinect图像及接受图像
//Includes all the headers necessary to use the most common public pieces of the ROS system. #include //Use image_transport for publishing and subscribing to images in ROS #include //Use cv_brid原创 2016-01-26 18:50:52 · 969 阅读 · 1 评论
分享