-
PassingValueFromToForm 視窗傳值
PassingValueFromToForm 視窗傳值
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace PassingValueFromToForm
{
//Refer: http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
public partial class Form1 : Form
{
// For Delegates Use
public delegate void delPassData(TextBox text);
// For Public Value Use
public static string str;
public static string str2;
public Form1()
&
- 2022-06-25 23:34:33下载
- 积分:1
-
Filtro_de_Colores
Filtro de colores separa los objetos de la imagen en los diferentes componentes y separa los objetos con esos colores de acuerdo al color dominante
- 2009-05-07 01:00:36下载
- 积分:1
-
shebeiguanlixirong
本源码为设备管理系统源码,主要是运用进程之间的调度,简单易懂!!!(very good!!!)
- 2009-12-28 21:43:16下载
- 积分:1
-
channel
说明: 仿真一个4QAM信号通过莱斯因子为2的随机衰落信道和AWGN信道的过程,计算不同信噪比下的误码率。在Visual Studio下使用IT++仿真。(A 4QAM signal passes through the random fading channel with rice factor 2 and AWGN channel to calculate the bit error rate under different SNR. Itpp emulation.)
- 2020-03-02 16:05:40下载
- 积分:1
-
ZFT_Demo_2009-06-10
windows mobile 项目 很不错的,手持机执法同系统(windows mobile project is very good, with the system of law enforcement handhelds)
- 2010-11-11 23:38:49下载
- 积分:1
-
224XP可以扩展的主机程序
224XP可以扩展的主机程序
- 2022-02-05 04:42:43下载
- 积分:1
-
IIR
IIR数字低通滤波器,已在DSP试验箱上实现,希望能对大家有帮助(IIR digital low-pass filter has been implemented on the DSP Chambers, hoping to be helpful to everyone)
- 2009-10-09 10:12:21下载
- 积分:1
-
AVC_Base
视频编码的基本原理、这是是我的一点学习总结,希望对大家有帮助,希望高手别鄙视我,刚入门(the basic prociple of avc)
- 2009-11-18 19:43:53下载
- 积分:1
-
二维码编码
二维码编码
实现二维图像的编码
- 2022-05-09 05:20:30下载
- 积分:1
-
IPTC样本(图像EXIF,IPTC)从文件中读取信息
IPTC sample (image EXIF, IPTC) information read from file
- 2022-07-08 13:00:39下载
- 积分:1