-
XIAOQIUf
在使用TURBO C学习时编写的贪球游戏
功能十分简单
但是确是劳动的成果
希望大家支持(TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support)
- 2009-01-09 20:57:12下载
- 积分:1
-
DMA_鹰眼摄像头OV7725串口显示
该资料主要讲的是利用ov7725摄像头进行航拍和循迹,其中采用dma来采集图像,然后通过串口显示采集到的图像,至于之间的配置也是很复杂的。
- 2022-01-26 06:34:19下载
- 积分:1
-
sanjiaoxing
说明: 在VC++环境下,机器人走三角形的程序,希望有需要的下载(In VC++ Environment, the robot follow the procedures for the triangle, I hope there is a need to download)
- 2008-11-26 19:58:32下载
- 积分:1
-
opencv透视变换源码
//依据opencv源码改编而来,代码中已剔除opencv源码中优化部分
void MywarpPerspective(const Mat &_src, Mat &_dst, const Mat &_M0,
Size dsize, int flags, int borderType, const Scalar& borderValue)
{
Mat src = _src, M0 = _M0;
_dst.create(dsize.empty() ? src.size() : dsize, src.type());
Mat dst = _dst;
if (dst.data == src.data)
src = src.clone();
double M[9];
Mat matM(3, 3, CV_64F, M);
int interpolation = flags & INTER_MAX;
if (interpolation == INTER_AREA)
interpolation = INTER_LINEAR;
M0.convertTo(matM, matM.type());
for (int i = 0; i < roiPoints.size(); i++)
{
double X0 = M[0] * roiPoints[i].
- 2022-08-13 06:32:18下载
- 积分:1
-
kaikuohaohebikuohaodepipei
开括号和比括号的匹配,数据结构内容,很不错(More than brackets and brackets to open the match, the contents of data structure)
- 2009-04-13 14:35:56下载
- 积分:1
-
71477213StuMis
说明: 学生信息管理 学生信息管 (Student Information Student Information Management tube)
- 2008-10-27 19:49:38下载
- 积分:1
-
347013
OPNET 无线仿真 PPT + 源码 好好学习吧(OPNET wireless simulation PPT source code)
- 2019-01-04 05:14:51下载
- 积分:1
-
Thread
线程简单例子 C#实现 vs2008开发工具 简单例子(Threads simple example vs2008 C# development tool to achieve a simple example)
- 2011-11-18 08:32:41下载
- 积分:1
-
MFCWindows12
MFC Windows程序设计(第二版)中文版
很多人说孙鑫或者vc++技术内幕很经典,但是我要说这本书才是(我认为)学习mfc最经典的教材。至于深入浅出mfc太注重底层细节技术,就像看电视知道怎么开就行,不需要知道太多集成电路板的原理。
另外学习mfc还有没有必要,我觉得有个承上启下的作用,很多mfc编写的大量源代码可以参考,自己重新写可能有点费劲。新的.net平台也支持,并且有了c++基础学习C#其实也很快。
可以单独下载,单独解压。看着觉得合适再下载其他部分。(MFC Windows Programming (second edition) A lot of people say the Chinese version of SUN Xin or vc technology is a classic insider, but I have to say this book is (I think) mfc learning materials and classic. As easy mfc too focused on the bottom of the details of technology, like watching television know how to open on the line, do not need to know that too many of the principles of integrated circuit board. In addition there is no need to learn mfc there, I think there is a role of connecting many mfc prepared a large number of source code can refer to his own re-write may be a bit strenuous. New. Net platform also supports, and with c -based learning is also soon CSharp. Available as a separate download, a separate decompression. Looking at the right feel)
- 2009-01-24 17:03:23下载
- 积分:1
-
YS-XFS5152芯片资料
YS-XFS5152芯片资料,包含规格书,PCB,原理图,程序等(YS - XFS5152 chip information, including specifications, PCB and schematic diagram, program, etc)
- 2019-04-26 10:49:52下载
- 积分:1