-
HOUGH
HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助(HOUGH transform circle detection, can simultaneously detect multiple round)
- 2010-08-03 09:38:56下载
- 积分:1
-
supervivi_mini2440
2440的vivi镜像文件,已测试,没有问题。(Vivi the image file 2440, have been tested, no problem.)
- 2009-05-14 17:10:39下载
- 积分:1
-
I wrote the first multi
我写的第一个多线程下载文件程序,连接是通过tcp连接的,最多可以有五个线程。-I wrote the first multi-threaded program to download files, connect through tcp connection, can have up to five threads.
- 2022-03-12 04:25:40下载
- 积分:1
-
ModifyMemory (4)
内存检索 指定进程 并 查找内存中需要的值(Memory Retrieval Specify the process and find the values needed in memory)
- 2019-06-03 11:24:42下载
- 积分:1
-
资料汇总 杨秀珠
说明: 在单片机上用C语言实现煤气报警器,一旦煤气浓度超过预制,就会报警(Gas Alarm Based on Single Chip Microcomputer)
- 2019-03-29 11:47:16下载
- 积分:1
-
中国移动CMPP短信开发平台,一个用JAVA程序编写的程序开发包,是一个事例,对手机通讯这块很有帮助。...
中国移动CMPP短信开发平台,一个用JAVA程序编写的程序开发包,是一个事例,对手机通讯这块很有帮助。-CMPP China Mobile SMS platform, a Java programmers using the procedure development kits, it is an example of this helpful in mobile communications.
- 2022-05-12 19:08:36下载
- 积分:1
-
PowerDataRecovery
Detailed upload features, including the content description (at least 20 words). Try not to let the station to the time spent on your revised instructions. Compression
- 2014-03-29 10:05:40下载
- 积分:1
-
routing_aodv
aodv源代码,RREP路由回复,RREQ路由请求,RRER路由错误的编写,以及aodv中没有字段中每个参数的描述,以及函数的实现,数据发送的处理和数据接收的处理(aodv,RREP,RRER protocol ,RREQ)
- 2012-01-10 19:09:51下载
- 积分:1
-
MIMO MATLAB
说明: 仿真MIMO信道容量与信噪比和发收天线数目的关系,(Simulated MIMO Channel Capacity)
- 2021-05-14 04:30:02下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1