-
测试一个文件上载功能 测试一个文件上载功能
测试一个文件上载功能 测试一个文件上载功能-测试一个文件上载功能测试一个文件上载功能测试一个文件上载功能
- 2023-05-24 11:45:03下载
- 积分:1
-
自己用C++写的文字效果
是自己用c++写的文字特效-own use c++ to write the text effects
- 2022-01-28 14:39:45下载
- 积分:1
-
PXA270平台上wince多线程编程参考源代码,C++编写。
PXA270平台上wince多线程编程参考源代码,C++编写。-PXA270 platform multi-threaded programming wince reference source code, C++ Prepared.
- 2023-06-15 14:55:03下载
- 积分:1
-
明确选择
Option Explicit
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
- 2023-01-15 12:00:03下载
- 积分:1
-
acm竞赛参考代码,利用中缀表达式计算后缀表达式
acm竞赛参考代码,利用中缀表达式计算后缀表达式-acm contest reference code, the use of infix expression calculation expression suffix
- 2022-04-09 00:46:41下载
- 积分:1
-
hse相关文档,hse相关资料,hse介绍,hse标准
hse相关文档,hse相关资料,hse介绍,hse标准-HSE related documentation, hse relevant information, hse introduced, hse standards
- 2022-03-16 01:15:16下载
- 积分:1
-
Win32系统编程(第二版)随书光盘
Win32系统编程(第二版)随书光盘-Win32 System Programming (2nd edition) CD with the book
- 2023-09-06 22:05:04下载
- 积分:1
-
一个仓库管理系统...大家可以研究下
一个仓库管理系统...大家可以研究下-A warehouse management system can be studied under the U.S. ...
- 2022-03-18 00:19:07下载
- 积分: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
-
简易密码锁
简易密码锁:
a) 每次按键有按键提示音;
b) 要求密码为6位,从矩阵键盘直接输入,不需要数码管显示输入信息;密码输入正确后,提供声光指示;连续3次输入错误,提供声光报警;
密码能够被修改。
- 2022-02-10 07:30:50下载
- 积分:1