-
利用中点算法实现画整圆,利用c语言在turboc下编程
利用中点算法实现画整圆,利用c语言在turboc下编程-Algorithm using the midpoint of painting the entire round, using c language programming in the next TurboC
- 2022-01-25 22:32:40下载
- 积分:1
-
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
-
hard disk read and write simple procedures, able to test disk transfer rate, in...
简单的读写硬盘程序,能实现测试硬盘传输速率,实际中已得到验证-hard disk read and write simple procedures, able to test disk transfer rate, in reality has been demonstrated
- 2022-01-26 03:14:01下载
- 积分:1
-
c写的坦克大战源程序,好极了
c写的坦克大战源程序,好极了-c write cycles source, a very good Ha Ha
- 2023-03-05 13:05:04下载
- 积分:1
-
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出-Djkstra algorithm used to find the shortest path, and Turbo C environment to draw simple graphics function
- 2022-03-23 02:19:32下载
- 积分:1
-
一个后缀表达式计算的程序,面向对象的实现方案 。
一个后缀表达式计算的程序,面向对象的实现方案 。-a suffix expression calculation procedures, object-oriented implementation.
- 2022-03-06 21:01:43下载
- 积分:1
-
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
B...
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
By Herb Sutter
- 2023-03-26 17:10:03下载
- 积分:1
-
VB2008串口调试程序,可连接通信模块收发短信作为参考。
VB2008串口调试程序,可连接通信模块收发短信作为参考。-VB2008 serial debugger can be connected to send and receive SMS communication module as a reference.
- 2022-06-16 11:58:06下载
- 积分:1
-
最小系统移位烁动 最小系统移位烁动 最小系统移位烁动
最小系统移位烁动 最小系统移位烁动 最小系统移位烁动-Minimum System Minimum System Dynamic Shift Shift Shuo Shuo Dynamic Minimum System Minimum System Dynamic Shift Shift Shuo Shuo-moving
- 2023-01-03 06:55:03下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1