-
Trnsfer hex to txt. Can be converted Hex file become normal text file Hex file c...
将十六进制转换为txt。十六进制文件可以转换成普通文本文件十六进制文件可以转换成普通文本文件十六进制文件可以转换成普通文本文件十六进制文件可以转换成普通文本文件
- 2022-04-28 19:47:53下载
- 积分:1
-
三菱PLC程序文件PMW格式转换为文本文件,便于PLC程序转换移植。坚持只有谦虚学习才能真正中国造!...
三菱PLC程序文件PMW格式转换为文本文件,便于PLC程序转换移植。坚持只有谦虚学习才能真正中国造!-PMW File Convert
- 2023-01-23 13:15:03下载
- 积分:1
-
snake that is on mobile phones, good game
snake that is on mobile phones, good game
- 2022-06-27 06:07:09下载
- 积分:1
-
be systematic process of information, similar task manager, task management arm...
得到系统进程信息,类似任务管理器,臂任务管理器多了exe的路径-be systematic process of information, similar task manager, task management arm for more exe path
- 2023-07-03 20:20:03下载
- 积分:1
-
基于MFC的简单的程序,希望对大家有帮助!
基于MFC的简单的程序,希望对大家有帮助!-Based on a simple MFC program you want to help!
- 2023-07-14 21:25:02下载
- 积分:1
-
classic sequencing procedures. All Northern
经典排序程序。北航所有-classic sequencing procedures. All Northern
- 2022-04-24 19:44:29下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
VFP开发的学生档案管理系统,带整套的论文,可以做毕业设计使用,不用自己设计了。...
VFP开发的学生档案管理系统,带整套的论文,可以做毕业设计使用,不用自己设计了。-VFP development of the student records management system, with a full set of papers that can be done graduate design, not the design itself.
- 2022-05-28 18:37:18下载
- 积分:1
-
定时倒计时自动关机软件,可用两种方式设置关机,可隐藏到系统托盘,没有使用提升应用程序权限的形式,最后关机调用的是系统命令,如果说生成的exe文件不改名的话,可能...
定时倒计时自动关机软件,可用两种方式设置关机,可隐藏到系统托盘,没有使用提升应用程序权限的形式,最后关机调用的是系统命令,如果说生成的exe文件不改名的话,可能会无法关机,因为这个exe文件可能会与系统的shutdown命令同名-Automatic shutdown software countdown timer can be set off in two ways, to hide the system tray, do not use the authority to upgrade the application form, the last system shutdown command is called, if the generated exe file does not change its name, it may not be able to shutdown, because the exe file and system may be of the same name of the shutdown command
- 2022-08-26 10:20:50下载
- 积分:1
-
C语言工具集合,集成了超多C语言的工具源代码,像一些库函数的实现...
C语言工具集合,集成了超多C语言的工具源代码,像一些库函数的实现-C language tools to gather more integrated C-language source code for a tool, as some of the library functions to achieve
- 2022-02-05 10:08:46下载
- 积分:1