-
一个简单的聊天程序界面,说明在java程序设计中各个组件之间如何相互传递消息并相互控制。...
一个简单的聊天程序界面,说明在java程序设计中各个组件之间如何相互传递消息并相互控制。-This is a interface of a chating application.with this example,we ll illustrate how Inter-control & Message transmit in components works.
- 2022-03-22 02:06:21下载
- 积分:1
-
vb.net,windows的进程控制程序
vb.net,windows的进程控制程序-vb.net, windows in the process control procedures
- 2022-08-18 11:43:57下载
- 积分:1
-
s3c2440a button
s3c2440a按键驱动,含好几种键盘的驱动,请下载对照参考-s3c2440a button-driven, with several keyboard driver, please download the control reference
- 2022-03-25 09:46:32下载
- 积分: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
-
DIRECTX INPUT获得鼠标输入 DIRECTX INPUT获得鼠标输入
DIRECTX INPUT获得鼠标输入 DIRECTX INPUT获得鼠标输入-DIRECTX INPUT获得鼠标输入DIRECTX INPUT获得鼠标输入DIRECTX INPUT获得鼠标输入
- 2022-01-27 11:18:03下载
- 积分:1
-
Windows编程 c语言
#include
#define MAX_BUBBLE 250
点击鼠标左键就可以产生泡泡,利用vc6.0基于windows编程,虽然没有利用mfC但是这样可以让我们对程序的本质有一个清晰地认识。
- 2023-05-07 08:00:03下载
- 积分:1
-
This a rs232c communication software sample
This a rs232c communication software sample
- 2022-09-30 22:10:05下载
- 积分:1
-
procedures with the greedy algorithm to solve 0
该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
- 2022-05-19 21:23:22下载
- 积分:1
-
dump调试设置步骤
设置dump调试步骤,用于vs2008的开发,需要设置源代码的路径,设置符号表,设置windows的缓存路径,注意:必须要有pdb文件才能用dump文件调试,否则不能用dump文件调试。
- 2022-07-24 22:52:16下载
- 积分:1
-
Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
- 2022-02-20 06:50:23下载
- 积分:1