Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 工程代码
Search - 工程代码 - List
DL : 0
modbus通讯原代码工程程序-Modbus communications procedures for the original code
Date : 2025-12-20 Size : 40kb User : 徐松

DL : 0
将mcc生成的代码嵌入VC工程示范-will mcc generated code embedded VC model works
Date : 2025-12-20 Size : 32kb User : 高毅

内容简介    本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。 不同于一般的讲述VC++使用的书籍,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法的建议,为读者进一步的学习提供指导。 本书内容丰富、实用性强,许多代码可以直接应用到工程项目中。 本书的配套光盘还免费提供近乎45小时的VC++教学视频,读者在学习的过程中可以将视频和书互为参考,配合学习,这样可以更快、更好地掌握VC++编程。 本书适合于VC++ 6.0的初学者和使用VC++从事开发的程序员,对于具有一定VC++编程经验的读者,也具有很好的参考价值。 -err
Date : 2025-12-20 Size : 13.13mb User : libojeason

本书是把图像处理基础理论论述与软件实践方法相结合的第一本书,它集成了冈萨雷斯和伍兹所著的《数字图像处理》一书中的重要内容和MathWorks公司的图像处理工具箱。本书的特色在于它重点强调了怎样通过开发新代码来增强这些软件工具。本书在介绍MATLAB编程基础知识之后,讲述了图像处理的主要内容,具体包括亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界表示与描述以及对象识别等。 本书概念清晰,层次分明,可供从事信号与信息处理、计算机科学与技术、通信工程、地球物理、医学等专业的大专院校师生学习参考,也可供相应的工程技术人员参考使用。 -1 Introduction 2 Fundamentals 3 Intensity Transformations and Spatial Filtering 4 Frequency Domain Processing 5 Image Restoration 6 Color Image Processing ……
Date : 2025-12-20 Size : 36.67mb User : 程彩

使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWin内C++工程源码-Use: 1 to: AspriseOCR.dll, DevIL.dll, ILU.dll three dynamic link library file into the windows/system32 2 below, the development used aspriseOCR.jar component 3, the development instance of the code: (example code ) ParseJPEG_withOCR.java 4.CloseWin.exe is the destruction of the sdk dll is called pop-up Asprise buying tips, pictures during the mass identification CloseWin.exe run like a, thus lifting the window pops up to purchase this issue 5. file folder within the C++ works closeWin Source
Date : 2025-12-20 Size : 5.77mb User : 吕军

DL : 0
二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。-Two-dimensional images of three-dimensional display
Date : 2025-12-20 Size : 1.09mb User : biao

CUDA Fortran 高效编程实践_科学家和工程师特供 2007 年以来,以 nVidia GPU 为代表的加速器并行计算风起云涌,带有加速器的超级计 算机在 TOP500 中的份额逐年增加,支持加速器的主流应用软件也呈爆炸式增长,研究加速 器计算的技术人员数以百万计,世界范围内的大学、研究机构竞相开设相关课程。 目前流行的 GPU 通用编程语言是 CUDA C 和 OpenCL. 它们均是 C/C++语言的扩展,因 此可以方便地将 C/C++代码移植到 GPU 上。但对于科学与工程计算中的重要编程语言 Fortran,无法直接地改写为 CUDA C 或 OpenCL。很多久经考验的应用程序都是用 Fortran 开发,如果完全改写,工作量巨大,而且有不可估量的稳定性风险。 为使 Fortran 应用能够使用 GPU 加速,The Portland Group 设计了 CUDA Fortran 语言, 并在自家的 PGI 编译器中支持。气象、理论物理等领域的应用经过简单的改造,就能够利 用 GPU 的强大计算能力。(CUDA FORTRAN efficient programming practice Since 2007, with NVIDIA GPU as the representative of accelerator parallel computing, the share of supercomputers with accelerators in top 500 has increased year by year, and the mainstream application software supporting accelerators has also grown explosively. There are millions of technicians studying accelerator computing, and universities and research institutions around the world are competing to offer relevant courses. To enable FORTRAN applications to use GPU acceleration, the Portland group designed CUDA FORTRAN language, which is supported in its own PGI compiler. The application of meteorology, theoretical physics and other fields can make use of the powerful computing power of GPU after simple transformation.)
Date : 2025-12-20 Size : 2.04mb User : zzfthu
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.