登录
首页 » Visual C++ » Mono_Interop_with_Native_Libraries_(1_Q_yuhen_file

Mono_Interop_with_Native_Libraries_(1_Q_yuhen_file

于 2010-12-14 发布 文件大小:40KB
0 205
下载积分: 1 下载次数: 3

代码说明:

  Interop with Native Libraries》 的学习笔记。 (Interop with Native Libraries》)

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

发表评论

0 个回复

  • lijiushenmfc
    本书的中心就是深入浅出地解析MFC 类库,分析怎么使用MFC 类库以及MFC 类库的 内部实现,揭开MFC 复杂、深奥的面纱,让读者对MFC 有一个全面、透彻、清晰的理解。(The center of this book is a layman' s language parsing MFC libraries, analyze how to use MFC class library, as well as the internal MFC class library implementation, opened MFC complex, esoteric veil, so that readers MFC has a comprehensive, thorough, clear understanding.)
    2010-01-26 11:09:46下载
    积分:1
  • Log
    有了合适的处理对象,剩下的就是技术问题了。在数字运动检测中运用的关键技术有图像数据读取、图像的中值滤波、图像灰度化、图像梯度的获取、图像特征区域的确定、两幅图像的匹配、图像二值化、图像细化、图像去离散点的操作、物体的区域定位、物体中心点的取得,最后再从图片中得到物体运动轨迹。本运动检测系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹。本文主要阐述了什么是数字图像处理、数字图像处理的基本要求、数字图像处理的实践及开发工具的特点、功能、()
    2008-05-24 13:11:44下载
    积分:1
  • visualstudio_learn
    C++学习资料,很有助于初学者的学习,很有帮助。(C++ learning materials, it helps beginners learn to deal with it.)
    2014-11-02 18:01:23下载
    积分:1
  • yanse
    说明:  一个基改变对话框的背景颜色于对话框的MFC AppWizard应用程序中(A base to change the background color of dialog in the MFC AppWizard dialog application)
    2011-02-27 13:00:45下载
    积分:1
  • _充流管道单向流固耦合数值模拟自动化研究
    说明:  针对充流管道单向流固耦合数值模拟过程复杂、数据在耦合传递中存在偏差的问题,采用 C++语言编制了充流管道单向流固耦合数值模拟程序,实现了从模型建立、流体计算到结构分析 过程的自动化,确保了从流体计算到结构计算过程中数据传递的准确性.利用参考文献中的试验数 据验证了此程序计算结果的正确性,以实际发电厂的一段疏水管道为例进行单向流固耦合数值模 拟,描述了程序自动建立管道模型、模拟管内流体压力分布以及将流体压力数据导入管道结构中进 行管道应力计算的过程.结果表明:该充流管道单向流固耦合数值模拟程序具有结果准确、操作简 便的特点,可应用于多种充流管道的设计改造和风险预测中(Aiming at the complex numerical simulation process of one-way fluid-structure coupling in flow-filled pipeline and the deviation of data in coupling transmission, the method is adopted. C++ language has compiled the numerical simulation program of one-way fluid-structure coupling for filling pipeline, which has realized the process from model establishment, fluid calculation to structure analysis. The automation of the process ensures the accuracy of data transfer from fluid calculation to structural calculation. The correctness of the calculation results is verified by the program, and the one-way fluid-structure coupling numerical model is carried out for a section of)
    2020-06-23 01:00:01下载
    积分:1
  • Accelerated-CPP
    C++经典教程《Accelerated C++》,中文翻译版,复印版(failed to translate)
    2013-05-07 20:06:31下载
    积分:1
  • videocompressionpaper
    本论文首先系统地介绍了视频压缩编码的基本原理和方法,以及各国际标准 化组织提出的压缩标准;其次分析了JPEG和MPEG-4的主要技术,据此提出 MPEG-4简单框架编码器的软件实现方案,给出流程图,在VC++环境下用C语言 程序实现了JPEG压缩及MPEG-4简单框架的视频压缩功能,采用测试序列验证 无误,并对两种标准的压缩比进行试验对比,突出压缩的关键技术为DCT和运动 估计算法;接着深入研究了DCT变换、运动估计和补偿算法并进行了优化改进, 给出了用于快速匹配块的自适应十字模式搜索算法,并给出了对各种块匹配估计 算法的仿真结果。然后详细介绍了TI公司TMS320C6711DSP的软硬件特性,并 在此基础上提出系统的硬件实现方案。接着介绍了基于系统软硬件环境的移植问 题和优化方法,并针对算法移植和仿真过程中的问题进行了说明。 最后就课题设计过程中研究的结果予以总结,并阐述了以后课题研究的要点。(In this thesis,an introduction to video compression principal,methods and central international video coding standards is done firstly.Then analyzing the core techniques of JPEG and MPEG-4 and proposing a scheme of MPEG-4 SP encoder,the coding function of JPEG and MPEG-4 is achieved in C successfully with test sequence Then compare the compressed ratio of two standards,point out the key of compression is DCT and Motion Estimation algorithm.Afterwards,studying the DCT/Motion Estimation/Motion Compensation algorithm in detail and giving an adaptive rood pattern search for fast Block-Matching motion estimation.Then the simulation of several motion estimation algorithms based block-matching is given.Accordingly,a scheme of a DSP-based video compression system is put forward,with the features of TI’s TMS320C6711 DSP.At last,the transplant and optimization are considered on the basis of soft and hard environments,also the simulation process. In the end,the summarization about the)
    2009-09-18 10:40:44下载
    积分:1
  • Array
    C语言数组的精致习题及源码,供初学者及在职软件开发人员巩固C语言基础知识。(Elaborate exercises & source code of C language array, for beginners and in-service software developers to consolidate the basic knowledge of C language.)
    2017-01-08 11:01:08下载
    积分:1
  • 郑莉《C 语言程序设计(第4版)》1-8章课件
    C++语言程序设计课件,清华大学版!郑莉(C++ language program design courseware)
    2018-03-08 18:45:52下载
    积分:1
  • Machine-Vision-Theory
    机器视觉理论PPT,入门者可看下,主要介绍一些机器视觉入门内容(Machine vision theory PPT, beginners can look, introduces some of the machine vision getting started)
    2016-08-18 15:54:08下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载