登录
首页 » Windows开发 » HEX

HEX

于 2022-05-29 发布 文件大小:3.85 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation/editor, while not perfect, but that is a running version, the preparation of this procedure is designed to explore the depth process. Program Interface documents show a 16 per band, ascii code, binary and decimal bytes. Hexadecimal displayed on the left side, 18 minutes, the corresponding code ascii value shown on the right. The binary and decimal value shows optional. The procedures used turbo c 3.1 development. In other dos compatible with the compiler can be compiled, but not tested.

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

发表评论

0 个回复

  • .写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个...
    .写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个那样的substring, 只要打出那个字母顺序排后面的-. To write a program that can read his string, and then played the longest substring p (is the longest small clause), and request that a small clause appears more than once. If there is more than one kind of substring, as long as the shot was behind schedule in alphabetical order
    2022-06-30 23:39:46下载
    积分:1
  • MP3 codec original procedure, in two parts, part of the code is part of decoding
    MP3编解码原程序,分两部分,一部分是编码,一部分是解码-MP3 codec original procedure, in two parts, part of the code is part of decoding
    2022-03-24 11:35:44下载
    积分:1
  • 犯错
    在本人用完计算机之后,往往不希望别人发现你做过什么,和浏览过什么网址。(特别是和多人共用一台机子时)。当然,你可以手工清理那些记录。 但那是多么繁杂的一件事啊。 我想没人愿意那样做。于是,我想到用一个软件来一次性完成上述工作。清除历史记录的文章很多,但是一般都不够全面。本人经过整理和收集一些资料,加以融合。得到了一个较全面的历史记录清除方法。在这里要指出代码能完成,要特别感谢朋友 xzhang 左图便是本文例子程序的运行效果图,我们可以从中看到该例子具体能实现的清除内容-err
    2022-04-19 17:04:16下载
    积分:1
  • 实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式...
    实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式-Segment achieved a point of synthesis of linear interpolation to optimize the design, there are easy-to-use interface and input methods
    2023-01-07 01:35:04下载
    积分:1
  • 一个用matlab编的可以动的飞机动画制作小程序(源程序在网上下载,经本人稍加改动),注意六个状态值是需要外部输入的,比较适合做飞行器仿真试验用。...
    一个用matlab编的可以动的飞机动画制作小程序(源程序在网上下载,经本人稍加改动),注意六个状态值是需要外部输入的,比较适合做飞行器仿真试验用。-a series of the aircraft can move small animation (downloaded from the Internet source, I is modified), to six state value is a need for external input, more suitable for aircraft simulation experiment.
    2022-02-03 06:21:40下载
    积分:1
  • 一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用
    一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用-A used vc++ Written to test the keyboard, mouse input, very suitable for beginners to learn the exchange of only
    2023-01-13 14:30:04下载
    积分:1
  • 用UML 制做的银行存款系统
    用UML 制做的银行存款系统-活动图.用于分析各活动状态的变化.-UML produced deposits in the bank system-activity diagram. For analysis of the state of activity changes.
    2023-06-23 11:25:02下载
    积分:1
  • 到中国的农历日历公历
    使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
    2022-02-13 07:36:19下载
    积分:1
  • a simply programe for scrolling text in direction selected
    a simply programe for scrolling text in direction selected-a simply programe for scrolling text in dir ection selected
    2023-01-28 09:20:03下载
    积分:1
  • In VC++ Environment procedures for the preparation of the Nine
    在VC++环境下编制的九宫问题程序,程序已经过调试。-In VC++ Environment procedures for the preparation of the Nine-palace problems, procedures have been debug.
    2022-03-22 21:53:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载