-
this program is csharp code to convert ts file to a text file
this program is csharp code to convert ts file to a text file
- 2022-11-23 20:45:03下载
- 积分:1
-
VC++ access to hard disk size, including the size of the total space, free space...
VC++获取硬盘大小,包括总空间大小,自由空间大小,已用空间大小。-VC++ access to hard disk size, including the size of the total space, free space size, the size of space has been used.
- 2022-11-08 21:30:02下载
- 积分:1
-
goosedump
goosedump --- IEC61850 GOOSE 测试程序-goosedump--- IEC61850 GOOSE Test App
- 2022-05-24 09:57:50下载
- 积分:1
-
This is a time in my own study of small programs still feel quite up to the peop...
这是一个我在学习时自己做的小程序感觉还是比较行的大家过来帮我提一些意见吧-This is a time in my own study of small programs still feel quite up to the people to help me make some views on this
- 2022-08-24 23:38:14下载
- 积分: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
-
实现简单的桌面写字功能 实现简单的桌面写字功能
实现简单的桌面写字功能 实现简单的桌面写字功能-err
- 2022-02-21 07:02:48下载
- 积分:1
-
simple original program! VB just learning to do, I would like to dedicate this o...
简单的原程序! 刚学VB做的,谨一此献给VB初学者!-simple original program! VB just learning to do, I would like to dedicate this one VB beginners!
- 2023-03-08 21:50:03下载
- 积分:1
-
利用DLL编写导出类,是一个通俗易懂的例子哦,拿回去看看吧
利用DLL编写导出类,是一个通俗易懂的例子哦,拿回去看看吧-derived type is a user-friendly examples Oh, look at the federal Look here
- 2022-09-22 15:45:03下载
- 积分:1
-
这是用VC++开发的交通灯的应用程序,可以模拟交通灯
这是用VC++开发的交通灯的应用程序,可以模拟交通灯-It is developed by using VC++ application traffic lights, traffic lights can be simulated
- 2022-02-12 00:46:59下载
- 积分:1
-
二维码标签生成器,具有多个功能
二维码标签生成器,具有多个功能,基于VC++6.0设计,可以调整二维码的版本,尺寸,掩码,可以在二维码标签中加入图标,图标大小不可调节,纠错率可调。。
- 2023-03-17 22:00:08下载
- 积分:1