-
HEX
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.
- 2022-05-29 10:48:14下载
- 积分:1
-
给出四个整数,找出24点解法,二进制状态枚举
给出四个整数,找出24点解法,二进制状态枚举-Give four integers, find the 24-point method, the binary status enumeration
- 2022-02-12 15:08:52下载
- 积分:1
-
二
二层电梯模拟程序-two-story elevator simulation program
- 2023-07-09 13:35:03下载
- 积分:1
-
java struts的经典教材之一,有学习此意想的同志有必要好好研究...
java struts的经典教材之一,有学习此意想的同志有必要好好研究-java struts one of the classic textbook, this study intended comrades should properly study
- 2023-06-07 21:05:03下载
- 积分:1
-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
WINDOWS 托盘图标源程序代码
WINDOWS 托盘图标源程序代码-tray icon Windows source code
- 2022-03-05 08:57:05下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
传统的实施简化为英语,简化为传统
实现中文繁体转换成简体字,简体转换成繁体-Traditional implementation into simplified English, simplified into traditional
- 2022-03-26 05:54:09下载
- 积分:1
-
算法实现题2
算法实现题2-1 输油管道问题
« 问题描述:
某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油
田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油
井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,
即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道
的最优位置。
« 编程任务:
给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是油井数n,1£ n£ 10000。接下来n 行是
油井的位置,每行2个整数x和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是油井到
主管道之间的输油管道最小长度总和。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
6
- 2022-11-12 20:40:04下载
- 积分:1
-
database design course curriculum management system based on vc
数据库课程设计 人员管理系统基于vc-database design course curriculum management system based on vc
- 2022-12-31 16:55:03下载
- 积分:1