登录
首页 » 文件处理 » Binary view the source code

Binary view the source code

于 2022-12-03 发布 文件大小:3.47 MB
0 101
下载积分: 2 下载次数: 1

代码说明:

利用MFC写的二进制查看源代码。 -Binary view the source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A class that makes it easy to implement an INI settings file in your application...
    一个类,它使在应用程序中实现INI设置文件变得容易。
    2022-03-20 01:16:19下载
    积分:1
  • decomposition document management : achieving reading documents and documents of...
    文件分解管理器:实现读文件并进行文件的分解,界面比较完善,有调试和错误记录功能-decomposition document management : achieving reading documents and documents of decomposition, interface sound, and debugging and error recording
    2022-04-25 04:43:01下载
    积分:1
  • 二进制到 ASCII 液晶显示器 16 * 2
    主机 InterfaceThere 是三个寄存器、 指令寄存器、 状态寄存器和数据注册,可见通过主机接口。指令 RegisterWrite 只有 8 位寄存器。当指令字节写入这个寄存器时,指令解码器执行指令。在执行过程中,将设置忙标志 (BF)。处理时间不同,不同的指示。状态 RegisterRead 只有 8 位寄存器。MSB 表示高炉和较低的位表示地址计数器的值。BF 是标志指示内部进程和指令寄存器和数据寄存器不可访问。在访问这些寄存器之前, 请确保高炉清除。当访问没有此检查寄存器,每次访问的时间间隔必须比执行时间更长的时间。数据 RegisterRead/写 8 位寄存器。当写入一个字节时,它写给尼日利亚采购喷气式飞机或 CCRAM 由地址计数器指示的位置,然后地址计数器改变到下一个。在阅读时,地址计数器将更改为下一个然后尼日利亚采购喷气式飞机或 CCRAM 的位置读取和为下一次读取到数据寄存器存储的值。读取的操作也发生在设置地址 incstruction。BF 是在这些操作过程中设置的。二进制到 BCD ConverterShift 并添加 3 AlgorithmShift 二进制数留下一位。如果 8 的转变已经发生,BCD 号码是在数百人、 数十米和单位列。如果任何的 BCD 列中的二进制值是 5 或更高版本,请将 3 添加到那,BCD 该列中的值。请转到 1。
    2023-06-02 13:50:03下载
    积分:1
  • 概率潜在语义分析的MATLAB
    应用背景概率潜在语义分析(PLSA),也被称为概率潜在语义索引(芯片,特别是在信息检索界)是两模式和共生数据分析的统计技术。关键技术MATLAB(矩阵实验室)是一个多模式的数值计算环境和第四代编程语言。由Mathworks公司专有的编程语言,MATLAB允许矩阵运算,函数和数据绘图,算法实现,用户界面的创建,并与其他语言编写的程序接口,包括C,C++,Java,Python语言和。
    2022-01-26 00:44:21下载
    积分:1
  • c++ builder 调用子窗体,一个例子,满足用户开发
    c++ builder 调用子窗体,一个例子,满足用户开发-c builder called child windows, an example to satisfy users
    2022-01-28 13:11:16下载
    积分:1
  • 对于大于1GB的,该软有较好的查看能力
    对于大于1GB的文本文件,该软件有较好的查看能力-for more than 1GB of text files, the software has a better ability View
    2023-08-06 19:05:03下载
    积分:1
  • 本程序可实现自动分割与合并,特别适合于邮应用中对大进行分割后发送,并在接收端合并。...
    本程序可实现文件自动分割与合并,特别适合于邮件应用中对大文件进行分割后发送,并在接收端合并。-The program can automatically split files and merge, particularly suited to e-mail application to split large files after sending and the receiving end merger.
    2022-04-10 15:43:00下载
    积分:1
  • Code Line counter/code generator
    此应用程序是代码行计数器。它计算一个项目中的代码行。
    2022-01-21 21:18:02下载
    积分:1
  • 用C语言编写程序,以单链表为存储结构,对学生成绩进行,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个...
    用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序; (5)按成绩由高到低的顺序输出两个班的成绩总表,含班级、学号、成绩信息。 -C language programming, a single-linked list structure for storage, for the performance of their students, call for the following functions : (a) a duty free importation of at least 10 people, the school, achievements, data based on merit is in the order kept in a single-linked list; free importation of two classes of at least 10 people, the school, achievements, data based on merit is in the order of another single-linked list; (2) at least four pairs of accomplishments that, the importation of class, school and accomplishments amendments, such as 5,-3,-10, 2, but they still maintain data based on merit ranking and orderly; (3) the sequence of two classes of output reports. (4) the two classes of sin
    2023-08-05 15:45:03下载
    积分:1
  • TinyXML is an open
    TinyXML是一个开源的解析XML的解析库。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。给出了tinyxml应用示例,vc实现。-TinyXML is an open-source parsing XML parsing library. The analytical model of the library by parsing XML file, and then generate the DOM model in memory, so that we are very convenient to traverse the XML tree that lesson. Tinyxml application examples are given, vc achieved.
    2022-03-22 06:35:10下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载