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

搜索资源列表

  1. bin2dec

    0下载:
  2. 将二进制数转换成十进制数,并输出显示。需要的下。-Binary convert decimal
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2282
    • 提供者:lxm
  1. otxt2bintxt2otxt

    0下载:
  2. 将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22636
    • 提供者:zheng ziran
  1. Binary

    0下载:
  2. 超强二进制读取,写入文件,并对数据库实时控制,本文以写好了2个类!-Super-binary read, write files, and database, real-time control, this paper written by two classes!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-17
    • 文件大小:5025013
    • 提供者:
  1. zhenfengzhuang

    0下载:
  2. 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2075
    • 提供者:
  1. 2

    0下载:
  2. 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1219383
    • 提供者:闻悦
  1. binarytranfer

    0下载:
  2. 随机数,二进制转十进制,十进制转十六进制-Random numbers, binary switch to decimal, decimal, hexadecimal switch
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:9162
    • 提供者:rainy
  1. lontest

    0下载:
  2. 读取钱龙软件的股票信息,并讲数据库中的二进制文件转换为文本文件查看-read qinlong Stock software infomation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:34687
    • 提供者:renzhen
  1. RS

    1下载:
  2. RS码的编码过程,其中的十进制与二进制之间的转换函数MATLAB里面有自带的函数。当然你也可以自己编写-RS code encoding process in which the conversion between decimal and binary function of MATLAB which has built-in functions. Of course, you can also write your own
  3. 所属分类:Other systems

    • 发布日期:2015-11-30
    • 文件大小:1578
    • 提供者:chencifu
  1. 2jzbjq

    0下载:
  2. 二进制编辑器,VC sdi单文档写的,实现编辑定位功能-AppWizard has created this 二进制编辑 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:48392
    • 提供者:wangzhe
  1. 123456

    0下载:
  2. 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:15224
    • 提供者:黎民
  1. 11.24

    0下载:
  2. 本MATLAB小波程序包程序,不仅包括了MATLAB中的正交小波,还包括了二进制小波,连续小波-The MATLAB Wavelet package procedures, including not only the orthogonal wavelet of MATLAB also includes a binary wavelets, continuous wavelet
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3222721
    • 提供者:李泽敏
  1. Lesson12

    0下载:
  2. 孙鑫第12课: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:53420
    • 提供者:徐杰
  1. zdgys

    0下载:
  2. 利用VHDL实现求两个二十四位二进制数的最大公约数-Use VHDL to find the greatest common divisor of two number
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:86484
    • 提供者:TY
  1. FileWrite

    0下载:
  2. 读写二进制文件,简单程序,可以作为程序开发时的参考-Reading and writing binary files, a simple procedure, can be used as a reference when program development
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1902393
    • 提供者:黄斌
  1. vb.net

    0下载:
  2. 图片转二进制,包括源代码和可运行文件 -Image transfer binary
  3. 所属分类:Oracle

    • 发布日期:2016-01-27
    • 文件大小:2115433
    • 提供者:陈建
  1. BFD_single_file

    0下载:
  2. 对单个文件读取文件的二进制值,并且将相应的16进制存到另外一个文件中。 以及硬盘常见故障修复-Read the file on a single file binary value, and the corresponding 16 hex deposit to another file.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:20416
    • 提供者:tang
  1. CLONOLGbinarycode

    0下载:
  2. 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:14003
    • 提供者:gou jingxiang
  1. erjzediter

    0下载:
  2. VC++ 二进制文件浏览编辑器源代码,以前老看到有人在论坛上寻找二进制浏览、编辑代码,个人觉得写个这玩意并不难,为何不自己 写呢?这些天工作不是太忙,索性自己动手,丰衣足食吧,就摸索着写了这个程序,或许不算完美,不过已经说清楚了原理-VC++ binary editor, file browser source code, before the old to see people at the forum to find a binary view, edit code, personally
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:28024
    • 提供者:zhengjr123
  1. logical-operation-ASCI

    0下载:
  2. ASCII及进制转换: 2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:341893
    • 提供者:杨云
  1. vhdllock

    0下载:
  2. 用vhdl设计的8位二进制串行密码锁,设计简单实用-Vhdl design with 8-bit binary serial lock design is simple and practical
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:1782
    • 提供者:liuyunyu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com