-
VB-5-VB-6 打印预览程序 -VB-5-VB-6 print preview procedures
- 2022-03-24 02:15:46下载
- 积分:1
-
经典游戏
扑克牌
2.0版本
大家喜欢吗
经典游戏
扑克牌
2.0版本
大家喜欢吗-Classic Poker Game 2.0 U.S.吗enjoy
- 2022-03-05 05:28:20下载
- 积分:1
-
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高...
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高-It is a paper of our college of information management.Let us enjoy it and study together.We will improve ourselves too!
- 2022-06-01 08:14:50下载
- 积分:1
-
CButtonST类源码
CButtonST类源代码-CButtonST source category
- 2022-02-06 09:31: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
-
系统定时休眠的小程序
系统定时休眠的小程序-system regularly dormancy of small programs
- 2022-01-26 03:16:00下载
- 积分:1
-
Java语言规范(第三版)
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
Java语言规范(第三版)
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 868 KB
-Java Language Specification (third edition) books Language : English books categories : program design license : free software books Size : 868 KB
- 2022-05-08 08:01:25下载
- 积分:1
-
an alarm clock procedures, wrote it myself not too good, for example only
一个闹钟程序,自己写的不太好,只作例子-an alarm clock procedures, wrote it myself not too good, for example only
- 2022-07-12 20:45:40下载
- 积分:1
-
基于ACEGI权限认证框架的一个实例,非常强大的权限框架
基于ACEGI权限认证框架的一个实例,非常强大的权限框架-Competence-based certification framework ACEGI an example of a very powerful framework for the authority
- 2023-06-20 23:45:05下载
- 积分:1
-
Data structure development kit that contains a variety of data structures, as we...
数据结构的开发包,包含各种数据结构,以及一些简单实例,用2005开发。-Data structure development kit that contains a variety of data structures, as well as some simple examples, with 2005 development.
- 2022-03-01 21:19:03下载
- 积分:1