-
datagridC#开发实例,可供参考.
datagridC#开发实例,可供参考.-datagridC# development of examples for reference.
- 2022-03-02 04:47:23下载
- 积分:1
-
用Delphi开发的三维屏保程序
用Delphi开发的三维屏保程序-with Delphi 3D screensaver
- 2022-05-16 13:57:57下载
- 积分:1
-
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求...
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求-generates noise c : c standard programming environment that can be used in the voice of special needs
- 2022-03-01 09:52:36下载
- 积分:1
-
加密聊天来源:VC IDE
加密聊天源程序 IDE:vc-encrypted chat source IDE : vc
- 2022-01-30 21:56:32下载
- 积分:1
-
This is the preparation of VC based TCP mailing acceptable to the application.
这是用VC++编写的基于TCP协议的邮件发送可接受的应用程序。-This is the preparation of VC based TCP mailing acceptable to the application.
- 2022-07-07 11:11:52下载
- 积分: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
-
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。...
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。-HART another software routines, procedures small, only a few commands to use, easy to read and understand.
- 2022-03-14 11:34:02下载
- 积分:1
-
Visual C++ 6.0应用编程150例
Visual C++ 6.0应用编程150例-Visual C 6.0 Application Programming 150 cases
- 2022-07-01 07:06:52下载
- 积分:1
-
Flooding scenes generation protocol procedures: selection of a 50
泛洪协议场景生成程序:选择一个包含50个节点的1200*1200正方形区域的场景,每个节点随机选择自己的运动方向和运动速度,最大运动速度为40m/s,平均速度为20m/s,场景持续400s。-Flooding scenes generation protocol procedures: selection of a 50-node contains 1200* 1200 square regional scenes, each node randomly choose its own direction and velocity of movement, the biggest sports at 40m/s, average speed of 20m/s, Scene sustained 400s.
- 2022-05-05 05:47:20下载
- 积分:1
-
本人写的一个软计算器,可以在文本框中输入算式,感觉比较好用...
本人写的一个软计算器,可以在文本框中输入算式,感觉比较好用-I wrote a soft calculator, you can enter the formula in the text box, I feel relatively easy to use
- 2022-04-22 03:28:33下载
- 积分:1