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

搜索资源列表

  1. BitIO

    0下载:
  2. 二进制位流压缩解压- The binary position class compression decompresses
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:吴永茂
  1. 876545678

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

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

    1下载:
  2. 1. 利用二进制流读取Bitmap位图文件; 2. 把读取彩色图像转换成灰度图像; 3. 提取并且显示彩色图像各个色彩通道;-1. Using the binary stream to read Bitmap bitmap file 2. To read the color image is converted into grayscale images 3. Extracting and displaying a color image of each color channel
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:2017
    • 提供者:yuchen
  1. cpp

    0下载:
  2. 首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5338448
    • 提供者:江鹏源
  1. file

    0下载:
  2. java写的文件操作,包括读写和二进制流读写,调试通过可运行的程序-java file operations, including literacy and reading and writing binary stream, the debugger can be run through
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:3411
    • 提供者:jana
  1. WindowsApplication1

    0下载:
  2. C# WinForm程序将图片保存到数据库,并实现图片显示、修改、加边框等一系列操作,是把图片转成 Byte型二进制流存储到SQLSERVER中,先把二进制流读入缓冲区,然后使用正常sql语句将图片二进制流插入数据库-C# WinForm program will save the image to the database, and to achieve the picture display, modify, add borders and a series of operations, t
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:138994
    • 提供者:ypudn56
  1. dds

    0下载:
  2. 在altera的FPGA上实现直接数字频率合成,即用verilog实现DDS,输出正弦波形,在modelsim软件中仿真通过,已包含所有代码和工程以及二进制流文件。-The realization of direct digital frequency synthesis in the Altera FPGA, which is implemented by Verilog DDS, the output sine wave, through the simulation in Modelsim
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:694210
    • 提供者:汪少锋
  1. testStreamToBase64

    0下载:
  2. 实现二进制流转换为base64, 在java文件和js文件中可以进行互转-Achieve binary stream is converted to base64, the java files and js file system conversion can be carried out
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:32514
    • 提供者:xiangzi
  1. ReadWriteBinfile

    0下载:
  2. 该CPP使用了三种方式对于不同需求的二进制流文件进行读写-This CPP can read and write the binary files using three methods for three demands.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:刘康
  1. VB-reads-jpeg-file-binary-write

    0下载:
  2. 对jpeg文件进行二进制流存入,然后再读取出来,非常好用-For jpeg files stored in a binary stream, and then read it, very easy to use
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:320192
    • 提供者:孙钦
  1. imageSend

    0下载:
  2. 将图片通过二进制流发送到服务器端并可以在客户端显示-The picture is sent to the server via a binary stream and can be displayed in the client
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-25
    • 文件大小:67542
    • 提供者:pangyuhai
  1. mysql_binary

    0下载:
  2. c代码,连接mysql数据库,操作二进制文件,对二进制流与数据库之间完成数据的存取-c code , connect mysql , manipulating binary files , to be completed between the binary stream data access and
  3. 所属分类:MySQL

    • 发布日期:2017-04-11
    • 文件大小:1403
    • 提供者:biqier
  1. readBMP

    0下载:
  2. C++读取bmp图像文件demo,以二进制流形式读入,从二进制流中解析bmp数据格式,并完成OpenCV格式的转换-A demo for reading BMP image using C++, binary stream is used as input, and parse data format bmp binary stream, finally complete the conversion OpenCV format
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:943463
    • 提供者:allen
  1. Create-Picture

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

    • 发布日期:2017-04-25
    • 文件大小:367063
    • 提供者:themostfreeboy
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
  1. base64

    0下载:
  2. 可实现不定长度的二进制流转换为Base64格式,末尾补‘=’。可实现符合规则的Base64字符串转换为二进制流。已手动对原代码进行修改,可适应无=,一个= 两个= 的字符串。亲测可用。适合单片机使用-It can realize the binary indefinite length of the stream is converted into Base64 format, at the end of fill = . Can conform to the rules of the Bas
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1063
    • 提供者:海亮
  1. stringFile

    0下载:
  2. 将文件转为二进制,可将二进制转为文件。二进制与文件流相互转换(Convert files to binary,and convert binary to file)
  3. 所属分类:.net编程

    • 发布日期:2018-01-03
    • 文件大小:1509376
    • 提供者:浩洁
  1. BinaryAnalysis

    0下载:
  2. 当前只实现了十六进制格式的解析,支持自定义格式解析字节串,主要用于分析数据流格式;[#OFFSET:n],[#SET:VAR=xx],[#IF:VAR]指令,以及解析参数[Para_Name:{type in [INT,BYTE,INT64,CHAR,STRING]}:EXTRA_PARA](At present, it only implements sixteen binary format parsing, supports custom format parsing byte strin
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:90112
    • 提供者:pptang
  1. C#文件编辑器源码

    0下载:
  2. 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:46080
    • 提供者:哦嘞嘞
  1. VB从二进制文件生成BMP

    0下载:
  2. VB从二进制文件生成BMP,二进制文件为示波器存储的标准数据流文档,默认为800*480
  3. 所属分类:文件操作

« 1 2 34 5 6 7 »
搜珍网 www.dssz.com