-
robotDLL
额。。这是川大 机器人足球 5v5 仿真 给的测试dll 还是不错的 额。。其实我是求分的(Amount. . This is a 5v5 Sichuan robot soccer simulation to test dll is good amount. . In fact, I find points)
- 2020-12-05 21:09:22下载
- 积分:1
-
Photo
说明: 图形处理功能,有滤波功能,边缘提取等各个方面,值得一看(Graphics processing capabilities, has filtering, edge detection and other aspects, see)
- 2008-08-30 17:26:54下载
- 积分:1
-
人脸模型和移动
这是模型和移动的人脸。希望你喜欢
- 2022-12-19 21:55:03下载
- 积分:1
-
GA-code-for-VRP-in-C
用遗传算法解决VRP问题的C语言源代码,欢迎交流(VRP with a genetic algorithm to solve the problem of the C language source code, welcomed the exchange)
- 2020-10-31 17:09:55下载
- 积分:1
-
4.3
主要用途是对抗多径衰落。由于多径衰落的存在,使得同一个帧由于路径不同,到达用户端的时延有先有后。在相关的频域上的会造成子载波之间的相互干扰,影响 性能。另外,由于有了循环前缀,使得IFFT FFT操作把原来的线性卷积变成循环卷积,大大简化了相应的信号处理复杂度(The main purpose is to fight against multipath fading. Due to the presence of multipath fading, the first after they have the same frame different paths to reach the client delay. Would cause mutual interference between sub-carriers in the frequency domain, affecting performance. In addition, thanks to the cyclic prefix, so IFFT FFT operation to the linear convolution of the original into a circular convolution, greatly simplifying the corresponding signal processing complexity)
- 2012-08-24 15:17:41下载
- 积分:1
-
基于CAsynSocket网络通信
// MySocket.cpp : 实现文件
//
#include "stdafx.h"
#include "TalkS.h"
#include "MySocket.h"
#include "TalkSDlg.h"
// CMySocket
CMySocket::CMySocket()
:m_pDlg(NULL)
{
}
CMySocket::~CMySocket()
{
}
// CMySocket 成员函数
void CMySocket::SetParent(CTalkSDlg*pDlg)
{
m_pDlg = pDlg;
}
void CMySocket::OnAccept(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnAccept();
//CAsyncSocket::OnAccept(nErrorCode);
}
void CMySocket::OnClose(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnClose ();
//CAsyncSocket::OnClose(nErrorCode);
}
- 2023-03-24 00:30:26下载
- 积分:1
-
writeAvifromYuv_src
write avi from yuv420
- 2009-04-01 17:37:02下载
- 积分:1
-
Com_Queue
单片机串口接收缓存队列的简单实现,由C语言实现,性能稳定,移植方便可靠!(Microcontroller serial port to receive buffer queue to achieve a simple, achieved by the C language, stable performance, reliable and convenient transplantation!
)
- 2012-05-10 14:28:24下载
- 积分:1
-
网口通讯调试
网口通讯调试,需要者自行下载学习,是用vc++6.0写的,比较介绍了SOCKET通信的基本原理。
- 2022-08-25 18:41:43下载
- 积分:1
-
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想 VC and MFC
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用户界面的实例,讲述MFC内部处理方面的实例,讲述打包实例。(the book through 85 examples on the application of comprehensive MFC Visual C Programming for the idea. Each case were preparing an application to take steps to prepare. The book is divided into four parts, is the foundation of knowledge about the user interface example, about the internal processing MFC example, about packing case.)
- 2020-06-26 09:20:02下载
- 积分:1