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

搜索资源列表

  1. pack

    1下载:
  2. 文件打包解包和文件的CRC32校验,将多个单一文件转化为单个二进制文件,并能恢复到原来的单个文件,并用crc32校验和验证文件的完整性-File packing and unpacking and the files CRC32 checksum, a plurality of single files into a single binary file, and can restore individual files to the original, and with crc32 check
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6012
    • 提供者:郑漾
  1. UDP_filetranser

    0下载:
  2. UDP利用socket编程实现二进制文件的传输-UDP use of socket programming binary file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9942254
    • 提供者:黄攀
  1. xlsx2csv

    0下载:
  2. 一般对于csv表格文件,在linux可以直接以文本形式打开,并用sed、awk等流编辑器进行格式化处理。但是,对于xls表格文件,需要安装软件包catdoc,之后可以用命令xls2csv将xls表格文件转换为csv文件,接着就可以处理了。但是,对于office 2007以后的xlsx格式,在linux下是二进制文件,无法直接以文本形式打开。并且,xls2csv对于xlsx格式无法直接转换,因此我找到一个python实现的xlsx2csv.py程序-General for the CSV form
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-03
    • 文件大小:588834
    • 提供者:zhghggjy
  1. 179

    0下载:
  2. 可以将已知的产品销售二进制文件记录按产品 代码排序,若代码相同,就按金额排序,将排序结果输出到另外文件中-Can be known binary file record sales by product code sort, if the code is the same, according to the amount of the sort will sort the output to another file
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:724
    • 提供者:tao840628
  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. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:nw690801
  1. Class3ds

    0下载:
  2. 在VC++环境下调用3DS模型的一个类,采用读二进制文件的方式将一个3DS文件读入系统,并显示纹理-In VC++ environment called 3DS model of a class, using a binary read of papers will be read a 3DS file into the system, and display the texture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:8032
    • 提供者:zen840628
  1. kiushi2

    0下载:
  2. 编写C++程序完成以下功能:(1) 输入一个文本文件名(2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、-The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstream to a binary file in the output of variou
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:shanag80628
  1. pickfile

    0下载:
  2. 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录/文件列表中的下所有的二进制文件或文本文件。请使用 -? 、 -h 或 -H 命令选项察看帮助。-This tool is used to pick out text or binary files under the specified directory or in the specified file list.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1971
    • 提供者:baa5gn493
  1. file

    0下载:
  2. 两个文件操作类,cfile写二进制文件,sdk写文件文件,很有参考意义-VC++ ADO operations, support for paging
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2911
    • 提供者:农民
  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. Bank-account-management-system

    0下载:
  2. 建立二进制文件存储银行帐户信息,其中每个用户帐户信息中要求保存帐号、用户身份证号码、用户姓名、用户地址、帐户余额等,完成以下功能: 1)开户:录入新帐户; 2)查询帐户情况,根据输入的帐号查询用户情况和帐户余额; 3)修改帐户信息,要求用户输入帐号,根据用户需要修改除了帐号之外的其余信息; 4)删除帐户:根据输入的帐号找到要删除的帐号信息以后,经确认后删除该帐号信息; 5)使用MFC制作图形界面。 -Build the binary file store your ban
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1891932
    • 提供者:张淑静
  1. binary

    0下载:
  2. 简单的C#读写二进制文件的代码,在Visual Studio 2010平台上编写-Reading and writing binary files using c#
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:78956
    • 提供者:车彩玲
  1. BinaryRW

    0下载:
  2. c#二进制文件读写程序,经过测试,可以运行,适合初学者-C# the binary file to read and write procedures, through the test, you can run, suitable for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:216383
    • 提供者:杨磊
  1. BinaryWRDemo

    0下载:
  2. 读写二进制文件,在UI上显示转为ASCII码形式。-Read and write the binary file,and show it in ascii
  3. 所属分类:File Operate

    • 发布日期:2017-05-23
    • 文件大小:6751494
    • 提供者:jamT
  1. 2RWBFileByIO

    0下载:
  2. c sharp 项目实战 22章例22.27,(二进制文件读取)源代码 -c sharp project combat chapter 22 cases 22.27, (read binary files) source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:47934
    • 提供者:武勇123
  1. rawbytes

    0下载:
  2. 难得一见的编写RAPID中RAWBYTES类型的示例程序,用于实现RAPID程序读取二进制文件,从而丰富与加强RAPID的应用范围和参数。-A rare type of preparation of RAPID in RAWBYTES sample program for implementing the RAPID program to read binary files, to enrich and strengthen the scope and parameters RAPID.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3407
    • 提供者:gbq
  1. caoTangzs

    0下载:
  2. 详细介绍 - [ 公交查询周边搜索草堂助手源码 ] 公交查询周边搜索草堂助手源码主要实现了周边查询和公交查询,公交查询可以选择填写学校名,也可以选择在列表中寻找学校名,然后根据学校名,列出公交路径,有一个智能填充的选框,只要用户输入前两个字,就可以列出相应的学校名,另外还有文件浏览器、二维码图片解码、SQLite数据库的管理、网络状况检查、百度地图的使用等功能,项目编译版本4.4.2默认编码GBK源码有中文注释在caotang文件夹下,bin存放的是软件的安装包,配置等二进制文件-Detai
  3. 所属分类:android

    • 发布日期:2017-05-28
    • 文件大小:10243483
    • 提供者:yuzhou
  1. binary_input_output

    0下载:
  2. 这是一个二进制文件传输的例子。首先计算百鸡问题并得到结果,然后将结果二进制传输与磁盘文件,显示器再从磁盘文件中提取结果信息并显示-binary iostream fstream
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2224754
    • 提供者:shenyueling
  1. tslib-1.4-for-arm

    0下载:
  2. 触摸屏或者QT需要使用的tslib库,版本为1.4,包含源码和已经编译好的二进制文件,可直接使用。-Touch screen, or QT tslib need to use the library, version 1.4, including source code and precompiled binaries can be used directly.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-11
    • 文件大小:2135104
    • 提供者:meng
  1. filesystem

    0下载:
  2. 查看指定文件属性 根据部分文件名查找文件 转换二进制文件-See the specified file attribute lookup based on partial filename file into a binary file
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:20729
    • 提供者:ylx
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com