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

搜索资源列表

  1. szsbxt

    0下载:
  2. 关于矩阵类库的VC++源代码 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件-On the matrix class library VC++ Source code since it has been preserved trained network weights, so the identification procedures used for the first time, you can directly run th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:174306
    • 提供者:李荣华
  1. imageTechFunction

    0下载:
  2. vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2042
    • 提供者:李昀
  1. MakeSeal

    2下载:
  2. 本代码为 一个VC++环境下的公章绘制程序,应用到windows GDI的相关对象,还可以实现公章的保存-The code for a VC++ Environment official mapping procedures, applied to the relevant windows GDI objects, but also to achieve the preservation of official
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:40349
    • 提供者:徐凯
  1. VC6.0++MyText

    0下载:
  2. 记事本-编程实例 用VC做一个记事本实在不很复杂,我们完全可以通过向导来很方便地做出来。但本文只打算讨论用手动方法制作记事本,旨在向VC初学者展示:学VC原来是如此容易! 通过阅读、研究本文并按本文所述进行尝试,初学者将学到很多东西,如怎样使用RichText控件来打开和保存文件,怎样制作菜单、工具栏和状态栏以及如何对其编写代码等。 -Notepad- programming examples of using VC to make a Notepad is not very
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:32359
    • 提供者:bridge
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. xml_edit

    0下载:
  2. xml_edit:VC++实现的一个备忘录xml文件编译工具,可以编辑并保存xml文件。运行环境:VC6.0,Windows XP,并安装微软msxml.msi 4.0。 -xml_edit: VC++ achieve a memorandum of xml file compiler tools, you can edit and save xml file. Operating Environment: VC6.0, Windows XP, and install Microsoft m
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:251930
    • 提供者:zhenyan
  1. bmp

    0下载:
  2. 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5610
    • 提供者:
  1. Text

    0下载:
  2. 这是一个用VC做的简单的文本编辑器,实现文本的输入,保存,字体的修改和文字颜色的修改。对初学者理解视图与文档的关系具有很好的作用。-This is a VC to do with a simple text editor, the realization of text input, preservation, font changes and the text color changes. For beginners to understand the relationship between
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:44732
    • 提供者:孙凡淋
  1. weitusheji

    0下载:
  2. 位图,是重要的一种现代计算机图形,它使得计算机可以用1和0的形式保存复杂的图像。本文从位图文件组成部分入手,利用VC++内部成员函数了解位图的设计及其显示。-Bitmaps, it is important to a modern computer graphics, it makes the computer can use 1 and 0 to preserve the form of complex images. In this paper, an integral part of bi
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:9790
    • 提供者:wuzhicheng
  1. digital

    0下载:
  2. 用VC++实现印刷体数字的自动识别,首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:14831
    • 提供者:宋欢
  1. BinFileEx_VcCode

    0下载:
  2. BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:773784
    • 提供者:罗伟
  1. vc_showdib

    0下载:
  2. 用于打开,保存,编辑图像的VC代码。。也可以进行二值化-open image jkdjkadj dkdkdk dk d ,d,d,
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:352311
    • 提供者:李娟
  1. bjq

    0下载:
  2. 用vc实现编辑器功能,能自动换行,打开文件,保存等功能-Edit function implementation using Vc 。Automatically wrap, open the file, save functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1995
    • 提供者:刘莉
  1. jietu

    0下载:
  2. VC++实现的截图程序,由鼠标左键选择区域,双击保存为bmp,可运行。经过测试-VC++ implementation of the screenshot process, select the region from the left mouse button, double-click the saved as bmp, can run. Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:44805
    • 提供者:王刚
  1. Make_Save_Copy

    0下载:
  2. 介绍了基于vc++和opencv的图片生成处理和保存-Introduction based on vc++ and opencv generated picture of the treatment and preservation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:638755
    • 提供者:
  1. 01

    0下载:
  2. 使用vc++构造一个DIB类,并打开一副位图。 有保存,粘贴,复制等功能 -Using vc++ to construct a DIB class, and open a pair of bitmaps. Have saved, paste, copy and other functions
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:88409
    • 提供者:bonnie
  1. drawTool

    1下载:
  2. 一个VC双缓冲绘图例子,解决了屏幕闪烁的缺点,可以绘制鼠标轨迹任意曲线,另外可以实现打开,修改和保存图片等.-A double buffer drawing VC example, to solve the shortcomings of the screen flashes, you can draw any curve track the mouse, and can open, edit and save pictures.
  3. 所属分类:图形图象

    • 发布日期:2013-01-03
    • 文件大小:281773
    • 提供者:刘琛
  1. openbmp

    0下载:
  2. 在VC环境下打开、浏览、保存bmp图像,-open bitmap by VC workplace
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1889825
    • 提供者:zs
  1. paixu

    0下载:
  2. 基于vc++的数字排序功能,另外还有文件打开和保存功能-Vc++ based on the number of ranking features, as well as file open and save functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3500995
    • 提供者:waaldfj
  1. Ex030101

    0下载:
  2. 用VC++编写的windows窗口程序实例,实现了新建、保存、编辑、打开文件的功能。-VC++ to prepare with the windows window instance, the realization of a new, save, edit, open the file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7486670
    • 提供者:lu
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 39 »
搜珍网 www.dssz.com