-
定点热源-循环编程求解的高斯光斑
分析激光打孔温度场-高斯分布,定点热源-循环编程求解的高斯光斑(Analysis of temperature field in laser drilling - gaussian distribution, solved by the fixed point heat source - cycle of gaussian light spot)
- 2017-07-12 14:00:01下载
- 积分:1
-
2kHz-lowpass
用C程序低通滤波器,可以直接编译!!使用(C program used low-pass filter, you can direct the compiler! ! Use)
- 2020-07-03 01:40:01下载
- 积分:1
-
YOUXI
vc++写的另一类型的小游戏俄罗斯方块,希望大家喜欢,请跟我联系(vc++ written by another type of game the Russian box, hope everyone likes, please contact with me)
- 2008-05-10 13:30:35下载
- 积分:1
-
tftb-0.1.tar
STFT相关函数,包含了源代码,说明和简单的例子。(STFT related functions, including the source code, descriptions and simple examples.)
- 2007-03-14 23:55:26下载
- 积分:1
-
TMS F2812SDSP281x_Spi头文件
TMS F2812SDSP281x_Spi头文件-TMS F2812SDSP281x_Spi header files
- 2022-01-26 07:01:01下载
- 积分:1
-
本软件能够用来简单地计算GPA(加权平均成绩绩点)值
本软件能够用来简单地计算GPA(加权平均成绩绩点)值-Calculale GPA
- 2022-03-29 15:50:51下载
- 积分: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
-
WebDE1
说明: c#与微信企业号连接功能api的一些功能(some functions of the connection function API with wechat enterprise number)
- 2020-04-15 11:10:05下载
- 积分:1
-
偏最小二乘回归的线性与非线性方法(书.王惠文)
偏最小二乘回归的线性与非线性方法,王惠文著。讲了偏最小二乘通径回归模型和递阶偏最小二乘回归模型。(Partial Least Squares Regression Linear and Nonlinear Methods, by Wang Huiwen. The partial least square path regression model and the hierarchical partial least-squares regression model are introduced.)
- 2021-04-20 21:38:51下载
- 积分:1
-
这是一个商品管理系统
这是一个商品管理系统-This is a commodity management system
- 2023-02-24 16:15:03下载
- 积分:1