登录
首页 » Windows开发 » 2005最新 的C++经典著作 Addison.Wesley C++的经典教程

2005最新 的C++经典著作 Addison.Wesley C++的经典教程

于 2023-07-10 发布 文件大小:1.10 MB
0 138
下载积分: 2 下载次数: 1

代码说明:

2005最新 的C++经典著作 Addison.Wesley C++的经典教程-2005 latest C++ Classics Addison.WesleyC++ Classic tutorials

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

发表评论

0 个回复

  • A very simple ticketing management software, do not know All unqualified Dayong...
    一个非常简单的售票管理软件,不知道合不合格大用使用,-A very simple ticketing management software, do not know All unqualified Dayong use,
    2022-03-13 08:02:09下载
    积分:1
  • VC under automatic registration component method, we can make reference
    VC下实现自动注册组件的实现方法,可以参考-VC under automatic registration component method, we can make reference
    2023-05-07 21:10:03下载
    积分:1
  • 的keytree公用事业是一个集图书馆routinesfor C程序员的创造…
    The KeyTree Utilities is a set of library routinesfor C programmers for the creation,access and maintenance of indexed files of variable length records
    2022-06-29 01:07:56下载
    积分:1
  • Visual Assist X is a very good Visual Studio. NET 2003,2002 plug
    Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。 -Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages, also support VC++ 6, VC2B !+ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, contribute to the development process to enhance the development of automation and efficiency.
    2022-07-23 18:45:51下载
    积分:1
  • 通过串口利用手机或者GSM Modem收短信的一个例子程序
    通过串口利用手机或者GSM Modem收发短信的一个例子程序-through the serial port or use of GSM mobile phone SMS Modem Transceiver example of a procedure
    2023-07-13 11:55:04下载
    积分:1
  • CV++ 2005+ Ae9.2 map to achieve the basic browser
    CV++2005+ae9.2实现地图的基本浏览-CV++ 2005+ Ae9.2 map to achieve the basic browser
    2022-04-06 14:32:19下载
    积分:1
  • 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密....
    跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-Cross-platform exchange of information, based on TCP/IP (UDP), no servers, easy to use, can send files and folders, communication of data using RSA/Blofish encryption.
    2022-06-03 09:25:15下载
    积分:1
  • 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译
    动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern C usage, use module definition files to resolve the C++ Name adaptation problems. Typedef point to use the definition of function pointer type, how to obtain the dynamic link library function pointer.
    2022-03-24 10:37:39下载
    积分:1
  • LED控件,利用LED控件类实现的倒计时的程序.关键是LED控件类的使用方法....
    LED控件,利用LED控件类实现的倒计时的程序.关键是LED控件类的使用方法. -LED control ,make count down with LED control class.The class reference method should be concerned.
    2022-02-01 05:52:53下载
    积分:1
  • 利用粒子filger跟踪对象
    应用背景基于图形的物体跟踪是一个重要的计算机视觉科学的分支,是适用于这两个行业和其他方面。图像跟踪方法大致分为2个主类别:概率跟踪和确定跟踪。概率跟踪方法已成为占主导地位,由于其稳定和强大的性能。卡尔曼滤波器和粒子滤波是它们的经典代表。卡尔曼过滤器对系统模型和后验分布有严格的限制因此,仅仅是能够处理线性,高斯和单模态情况。然而,在图像跟踪应用程序,后密度是往往是非线性的,非高斯和多模态,从而应用卡尔曼滤波器是有限的。不同于卡尔曼滤波,粒子滤波因为它的维护能力,在跟踪领域有了很大的发展状态的多模态分布和噪声的鲁棒性。本文主要讨论了粒子滤波在图像跟踪中的应用一系列理论基础,并实现了一个简单的自适应粒子滤波。关键技术计算机视觉科学中的基于图像的目标追踪是一个重要的分支,无论是在工业界还是在其他领域都有非常广泛的应用。图像跟踪方法大致可分为两大类概率跟踪方法和确定性跟踪方法。概率跟踪方法由于性能稳定、可靠,已经成为图像跟踪的主流方法。卡尔曼滤波聚类方法和粒子滤波方法就是这类方法的典型代表。卡尔曼滤波聚类方法对系统模型和后验概率有很高的要求和严格限制,只能处理线性,高斯,单模态的情况,而在图像跟踪应用中,后验概率的分布往往是非线性、非高斯、多模态的,因此卡尔曼滤波聚类方法的应用收到一定限制。与卡尔曼滤波聚类方法不同,粒子滤波对于系统模型没有特殊要求,而且能够保持状态的多模态分布,不易受杂波的影响,在跟踪领域得到了很大发展。本文主要探讨粒子滤波算法在图像跟踪当中的应用,它的一系列理论基础,以及实现了一个简单的自适应粒子滤波算法。
    2022-10-07 02:10:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载