-
this a simple login form
this a simple login form-this is a simple login form
- 2022-07-06 11:16:07下载
- 积分:1
-
noise produce
可以通过Labview选择产生一种噪声,诸如高斯白噪声,泊松噪声,均匀白噪声。(we can use this program produce some noise signal)
- 2020-11-12 16:09:44下载
- 积分:1
-
zaihefenbu
MATLAB分析程序,分析需要参数:圆锥滚子轴承的滚子几何参数、材料参数。(The geometric parameters and the material parameters of the roller are required.)
- 2020-10-26 14:29:59下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
内点法C++
说明: 使用内点法求解线性规划最优解问题,C++(Solving the Optimal Solution Problem of Linear Programming by Interior Point Method, C++.)
- 2020-06-23 22:00:02下载
- 积分:1
-
SCMA matlab code
说明: SCMA编码解码的MATLAB实现及相关论文(MATLAB implementation of SCMA coding and decoding and related papers)
- 2021-03-10 16:01:38下载
- 积分:1
-
一元稀疏多项式
一元稀疏多项式简单计算器代码 调试过 可行-Dollar sparse polynomial
- 2022-03-23 12:46:40下载
- 积分:1
-
802.11b PHY Simulink Model
802.11b仿真,使用matlab simulink(802.11b phy simulink)
- 2020-06-17 03:00:02下载
- 积分:1
-
matlab Manchest编码实现的m 文件
matlab Manchest编码实现的m 文件-matlab Manchest coding realize the m file
- 2023-04-23 02:55:04下载
- 积分:1
-
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件...
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件-The software realize the keyboard lock feature, when you do not want to leave the country temporarily shut down, but do not want others to move the computer when you try to use the software
- 2022-02-09 10:44:20下载
- 积分:1