登录
首页 » Linux编程 » 运动目标跟踪

运动目标跟踪

于 2022-02-05 发布 文件大小:2.72 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

#包括;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Linux下Socket通讯
        使用Socket套接字编程,设计在Linux下的简单聊天程序。    程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册■ 用户登录,可验证用户名、密码■ 用户登出或注销账户    ■ 在线用户查询,客户端可得到所有在线用户  ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只      能给一个人发送消息)■  传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
    2022-01-26 00:24:55下载
    积分:1
  • Linux下的聊天室
    应用背景 This is the server and client code in C for a simple chat program for multiple client communication. This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program. 关键技术 The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur. The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
    2023-07-14 01:50:03下载
    积分:1
  • linux环境下QT开发的多线
    在linux环境下用QT编写的多线程聊天程序,对于初学linux环境下的QT编程者是一个很好的资源!!!!!!!!!!
    2022-08-14 22:03:24下载
    积分:1
  • iproute2, 内含linux ip工具源码,route/arp等工具
    Linux上强大的IP工具,用来查看与配置路由表、ARP表、NIC接口等信息。同时也是很好的网络编程学习范例。
    2022-01-31 18:30:08下载
    积分:1
  • 管道通信
    int main(int argc, char **argv){ int pipefds[2],pipefds2[2]; pid_t pid; int i,j; char buffer[255]; if(pipe(pipefds) < 0)  //第一个管道 { printf("error "); } pid=fork(); if(pid
    2022-12-15 02:55:04下载
    积分:1
  • IP冲突检测
    好不容易找到的检测IP地址冲突的代码,大家可以参考下。开发环境为Linux,C语言的代码。
    2022-04-27 02:21:47下载
    积分:1
  • speex 回音消除 JNI
    根据speex 提供的源码,写入调用jni ,实现基本的回音消除。 但是要运用到代码里面,还需要做进程控制
    2022-07-01 15:40:59下载
    积分:1
  • 用C实现的基于DIF的FFT源代码
    基于桑德-图基算法的FFT源代码,用c语言进行编写,可以直接在vc6.0以及linux环境下编译使用,使用简单,注意输入数据组时要求是2的几次幂才能进行运算,不然会出错
    2022-02-21 09:55:23下载
    积分:1
  • linux高级环境apue源代码
    linux高级环境编程apue源代码                                                                             包含了书中所有例子和图片                                                                
    2022-08-09 17:50:29下载
    积分:1
  • 此实用序计算文件的MD5校验码
    Linux md5sum 软件包。This utility computes MD5 checksums of files, ignoring end-of-lineconventions unless the -b (binary) flag is set.  The file "pgp23.md5"contains the signatures of all the files in the source.  If you arein the source directory and run "md5sum -c pgp23.md5", you will getan error message if any files fail to match.  If all files match,nothing will be printed.You need to borrow some files from the PGP sources to compile thisutility (md5.c, md5.h, and possibly the getopt implementation); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-05-25 00:40:03下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载