-
windows desk 程序
windows desk 程序-windows desk procedures
- 2022-03-24 09:34:17下载
- 积分:1
-
vcsharp.rar好
VCSHARP.rar ok
- 2023-08-10 01:25:03下载
- 积分:1
-
EmailToGsm,邮件短信自动通知系统
EmailToGsm,邮件短信自动通知系统-EmailToGsm, e-mail messaging notification system automatically
- 2022-03-24 12:32:24下载
- 积分:1
-
库存系统
库存管理系统的销售和购买的选项来修改它,如你所愿,也不要忘记分享它再一次请不要不客气
- 2022-05-15 16:08:24下载
- 积分: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
-
Make your windows traslucid. Demo
Make your windows traslucid. Demo
- 2022-04-27 03:53:36下载
- 积分:1
-
library(ocx) for video module to make video conference
library(ocx) for video module to make video conference
- 2023-07-04 21:10:07下载
- 积分:1
-
实现两个文件的连接,并把他存在另一个文件
实现两个文件的连接,并把他存在另一个文件-Connections to achieve the two documents and the existence of another document, he
- 2022-12-06 19:25:03下载
- 积分:1
-
Winodws CE/Mobile, Connection Manager Helper
Winodws CE/Mobile, Connection Manager Helper
- 2022-03-18 02:11:55下载
- 积分:1
-
The purpose is to guide the detailed design codes, specifically, is that your de...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
- 2023-03-22 16:45:03下载
- 积分:1