CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 图片 二进制

搜索资源列表

  1. base64

    0下载:
  2. AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。 AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files. md5 encrypt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:715
    • 提供者:Frank
  1. RW-Binary

    0下载:
  2. 基于vb用二进制实现图片文件的合并与分解-Vb-based binary image files to achieve consolidation and decomposition
  3. 所属分类:File Operate

    • 发布日期:2017-11-16
    • 文件大小:556521
    • 提供者:陆永
  1. InsertImageToDB

    0下载:
  2. 采用二进制的方式,向数据库中插入图片,并从数据库中读取存入的二进制图片-Binary manner, to the database, insert pictures, and read from the database into a binary image
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:410532
    • 提供者:HUJUN
  1. PictureStream

    0下载:
  2. 研究图片格式的源代码.图片的数据流,二进制流操作-research picture format source code, the stream of picture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4659178
    • 提供者:ultrain
  1. TestNetWorkConAPI

    0下载:
  2. 在asp.net中将图片一二进制的方式存入到数据库中并且在读取出图片-In a binary image asp.net will be credited to the database and read out of the picture
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:821574
    • 提供者:wangjing
  1. ReadFrxRes

    0下载:
  2. VB提取frx、ctl、ctx等二进制文件中的图片资源-VB extract frx, ctl, ctx binary files such as pictures and other resources
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5947
    • 提供者:桂花翅子
  1. 876545678

    0下载:
  2. 本实例企业员工IC卡考勤系统用到了IC卡自带的Mwic_32.dll组件,运行前,需将该组件拷贝到Debug文件夹中。可由此开发一个为企业内部员工IC卡考勤的程序,。通过这个源码你还可以学习如何使用和声明动态链接库,设置的一个变量,用于控制一张IC卡只读取一次以及向数据库中只添加一次内容,向IC卡中写数据,读取IC卡中数据,核对卡密码,调用公共类中的ReadIC方法开始循环读取IC卡,端口初始化,设备密码格式,将数据库中的图片转换成二进制流,将字节数组存入到二进制流中,将图片存入到指定的路径等,
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:636068
    • 提供者:余香肉丝
  1. 54845745

    0下载:
  2. 二进制存取图片,C#经典编程实例源码,很好的参考资料。-Binary image access, classic instance of C# programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:46361
    • 提供者:糟熘鱼片
  1. Virtual-Machine

    1下载:
  2. C++模拟mips处理器,能执行mips二进制代码,支持大部分mips指令,可选文字显示和图片显示两种模式-C++ simulation mips processor can execute binary code mips, support most mips instruction, optional text display and picture display modes
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-18
    • 文件大小:601088
    • 提供者:Chan Cheng
  1. test

    0下载:
  2. 可以把图片转换成二进制,对企业的上传文件很有用-Can convert image to binary, upload a file is very useful to the enterprise
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:29663
    • 提供者:zhangqi
  1. access_VB_1

    0下载:
  2. 这个例子一定可以教会你怎么用datagirdview来读写改access数据库,并教会你怎样将图片保存成二进制数据到access数据库里。全网是强大的例子。是一个西安的朋友帮我写的。谢谢这个西安何小梅。-it s a sample telling you how to ADD DEL Modify access via datagirdview. add picture in stream .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:317616
    • 提供者:Plum
  1. Create-Picture

    0下载:
  2. 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:367063
    • 提供者:themostfreeboy
  1. pic_pocess_yuv

    1下载:
  2. 1)C# 编写的图像处理程序,可以将YUV格式数据与RGB格式数据相互转换,并显示。 2)可打开YUV格式的原始数据,并转换为图片并保存; 3)打开任意格式的图片,以二进制格式数据显示RAW DATA-1) C# prepared by the image processing program, you can YUV and RGB format data format data conversion and display. 2) Open the original data YUV
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:104802
    • 提供者:wzf
  1. Hex2Jpg

    1下载:
  2. 将JPG以二进制文件读出,并用十六进制显示到文本框; 将文本框中的十六进制数据转换成JPG图片文件; 并显示图片,图片显示采用GDI+库。-JPG to read binary files, and hexadecimal display into the text box Convert hexadecimal data in a text box into JPG image file And display pictures, pictures showed using GDI+ li
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2267634
    • 提供者:张希
  1. ReadImages

    0下载:
  2. 读取数据库二进制图片数据,转换成本地图片文件-read image data and write file to local
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:56733
    • 提供者:kelvin
  1. binaryproto2npy

    0下载:
  2. 将二进制形式的图片均值文件转换成python形式的一个工具(# "source" is the binary file converted by the command shell # "des" is the binary file with python format converted from "source")
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:600064
    • 提供者:yang2096
« 1 2 3 4»
搜珍网 www.dssz.com