CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - CAN VC

搜索资源列表

  1. MFC-view-

    0下载:
  2. 通过view3ds将3d模型转换为opengl能读的两个文件,通过加入工程,在VC环境下实现模型的控制-3d model by view3ds opengl can read the two documents by adding engineering control model, in the VC environment
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:87561
    • 提供者:gaohongxian
  1. 201111241047308096

    0下载:
  2. 基于vc++的人脸识别程序,有详细的开发过程和功能描述,可以供初学者参考和使用-Face recognition program based on vc++ detailed development process and functional descr iption, you can reference and use for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:5410912
    • 提供者:ss
  1. battery-icons

    0下载:
  2. 电池图标,可用于vc++上位机系统的开发。-battery icons, which can be used for development of vc++ position machine sysytem.
  3. 所属分类:File Formats

    • 发布日期:2017-11-22
    • 文件大小:2671380
    • 提供者:胡硕
  1. Virtual-screen-and-realization-

    0下载:
  2. Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:9031
    • 提供者:iwen
  1. TeeChart1

    2下载:
  2. 为满足工业控制等领域对数据进行曲线分析的需要,应用TeeChart控件,对需要实时曲线或历史曲线方式的数据,实现显示、对比等分析功能,并且分析结果可以保存为各种文件形式.给出了VC++软件开发环境下的相关实现代码. -Curve analysis of the data needs to meet in areas such as industrial control, given TeeChart control applications, the need for real-time
  3. 所属分类:软件工程

    • 发布日期:2013-11-12
    • 文件大小:362656
    • 提供者:王伟
  1. RTS24_Load

    0下载:
  2. 用VC++的STL计算生成的IEEERTS-96的一年52周364天的每天24小时的负荷值的有名值,可用于计算电力系统的可靠性的分析-Calculated using VC++ the STL generated IEEERTS-96, 52 weeks a year a day, 364 days a famous 24-hour load value value can be used to calculate the reliability of the power system anal
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:21367
    • 提供者:徐志成
  1. Transfer-files

    0下载:
  2. 经过调试可以进行传输文件的VC++源代码程序-After debugging can transfer files VC++ source code program
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:143062
    • 提供者:些致远
  1. Chapter2

    0下载:
  2. 微软公司的visual studio平台支持的面向对象语言,可用来开发具有标准窗口界面的程序,学习VC的人很有用的哦-Microsoft visual studio platform support object oriented language, can be used to develop applications with the standard Windows interface, learning VC useful oh
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:70812
    • 提供者:山清水秀
  1. spider

    0下载:
  2. vc环境下编写的蜘蛛程序,可以下载网页,控制网页下载层数,分析网页中的元素-the vc environment written spider can download web pages, to control web download layers, analysis of elements in a web page
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:9013
    • 提供者:
  1. 6480

    0下载:
  2. 运动控制卡编程例程,运动控制编程,经典的程序本程序是VC运动控制卡上面的很好例子,接上运动控制卡可以很好控制电机启停。-Motion Control Card programming routines, motion control programming, classic procedures of this program is a good example of the above in the VC motion control card, connected to the motion
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:90353
    • 提供者:chengtao
  1. C

    0下载:
  2. 关于VC++编程,可以初步认识C+语言的基本知识,用到的基本语言- About vc++ programming, and can preliminary understanding C+ basic knowledge of the language, the use of basic language
  3. 所属分类:Document

    • 发布日期:2017-12-10
    • 文件大小:1989
    • 提供者:STAR
  1. VTK-based-on-VCPP

    2下载:
  2. 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通
  3. 所属分类:software engineering

    • 发布日期:2015-02-03
    • 文件大小:4524032
    • 提供者:邹春华
  1. digital-image-watermark

    0下载:
  2. 本文通过VC技术实现了数字图像水印LSB算法 ,嵌入与提取密钥是对称密钥算法中的序列密码算法。通过设计可以方便地在宿主图像中嵌人大量数字信息 ,在嵌入水 印容量上能实现较高容量和在最低位嵌入时有较好的不可见性。LSB算法的优点是其算法简单,计算速度比较快。但是对图像的各种操作如压缩、剪切等 ,都会使算法的可靠性受到影响,也有可能通过噪声增加或有损 压缩而消除水印,即鲁棒性较差 。  -In this paper, VC technology LSB algorithm of digital im
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1959850
    • 提供者:腾飞
  1. MSINET

    0下载:
  2. MSINET.OCX是VB\VC\C#程序运行和编译不可缺少的控制窗体正常化的组见,编译的时候缺少它,开发人可以运行,客户将无法运行它你的程序.-MSINET.OCX is VB \ VC \ C# program to run and compile an indispensable form of normalization control group See compile time without it, developers can run, customers will not be
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:51954
    • 提供者:ZY
  1. AniGIF_2013

    0下载:
  2. AniGIF_2013.ocx是一款运用于所有WINDOWS编程序(VB\VC\C#)的GIF动画控制组件,并能参与图片的合成与转化.-AniGIF_2013.ocx is a applied to all WINDOWS programmed (VB \ VC \ C#) animated GIF control components, and can participate in the synthesis and transformation of images.
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:118609
    • 提供者:ZY
  1. OpenGLrumen

    0下载:
  2. 讲了opengl的入门知识,可以帮助您认识opengl,了解opengl,学习opengl,并能用opengl在vc环境下编程。-Stresses the opengl introductory knowledge that can help you understand opengl, learn opengl, learn opengl, and can be used in vc opengl programming environment.
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:788717
    • 提供者:jinglingcc
  1. wuziqi

    0下载:
  2. 这是一个可实现人人对战的五子棋游戏,纯原创,绝对不是网上那些千篇一律的,亲测在vc++6.0下可运行。-This is an achievable all Battle 331 games, pure originality, definitely not those online stereotyped, pro-test can be run in vc++6.0.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2107
    • 提供者:嘻哈仔
  1. feipingtaikehuduan-SDK_DLL

    0下载:
  2. 一个网络摄像头的SDK,和demo。可以通过vc++进行二次开发,demo是用vs2010写的。-A web camera SDK, and demo. Can through the vc++ for secondary development, the demo was written in vs2010.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5841176
    • 提供者:zhang san
  1. VCPP-bianmaguifan

    0下载:
  2. VC++编码规范,可以帮助大家在编写代码时注意代码的编写的风格,注意事项,养成良好的习惯,增加了代码的可读性。-VC++ coding standards, can help you pay attention when you write code written in code style, precautions, develop good habits, increasing the readability of the code.
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:18755
    • 提供者:Blood
  1. Graphic

    0下载:
  2. 在vc++环境下实现画板的功能,可以更改输出的颜色,线条的线型和粗细;可以输出字体,退格换行;可以更改对话框的颜色和对话框的字体颜色。-In vc++ environment to achieve Sketchpad features, you can change the output of color, line thickness and line style may output the font, backspace wrap dialog box, you can change
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4828870
    • 提供者:蒋欣
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com