-
第二次
自适应共轭梯度的算法研究简单案例,了解matlab语言的使用(Accelerated adaptive Perry conjugate gradient algorithms)
- 2020-06-23 14:40:02下载
- 积分:1
-
Get_HW_INFO
说明: labview获取硬件电脑信息信息,用于加密(LabVIEW obtains hardware information, such as hard disk, etc)
- 2019-11-11 22:08:42下载
- 积分: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
-
muxcounter
Multiplexer styles in VHDL
- 2017-09-11 14:06:42下载
- 积分:1
-
牵引供电
牵引供电系统对公共电网的影响 附上matlab仿真模型(The influence of the traction power supply system on the public power grid with MATLAB simulation model)
- 2017-12-01 16:26:44下载
- 积分:1
-
一个非常简洁的截包工具,带有MD5加密分析功能,
一个非常简洁的截包工具,带有MD5加密分析功能,-a very simple tools of the latest package, with MD5 analysis functions,
- 2022-03-23 12:08:55下载
- 积分:1
-
2018-2019-2离散数学复习资料
说明: 复习离散数学,提高学习能力,更加清楚离散(Reviewing Discrete Mathematics to Improve Learning Ability and Clear Discrete Mathematics)
- 2021-01-28 21:28:36下载
- 积分:1
-
dsjsq
说明: 频率计程序,用计周期的个数来实现。程序有些繁琐希望有高手来简化和修改(Cymometer procedures, with the number of cycles of dollars to achieve. Some hope that the cumbersome procedure with a master changes to simplify and)
- 2006-03-26 11:31:00下载
- 积分:1
-
采用广义回归神经网络GRNN进行货运量预测
针对货运量预测问题,建立广义神经网络,对货运量进行预测。同时建立了BP神经网络,通过预测误差进行比较(Aiming at the problem of freight volume prediction, a generalized neural network is established to predict freight volume. At the same time, a BP neural network is established to compare the prediction errors.)
- 2019-01-13 09:48:08下载
- 积分:1
-
Spare-System
自己编写的Access数据库 库存查询系统
编译器vs2005.MFC类库。
查询功能分解详细,大部分索引使用下拉菜单设计,自动搜索数据库添加相应内容,方便查询,免去按键手动添加...,数据添加方便,适用于Excel整体导入,方便维护。
库存查询-按enter自动查询所有库存及按索引查询
出库跟踪-按enter自动查询所有借用信息及按索引查询
借还操作-借用及归还操作
数据库维护-添加删除修改及excel数据整体导入
借用权限设定-借用人员信息添加(Access database inventory query compiler vs2005.MFC write your own class library. Query function decomposition in detail, most of the index using the drop-down menu design, automatically search the database to add the appropriate content, easy access, remove the keys manually add ... data add convenience for Excel overall import, convenient maintenance. Stock Search- enter automatically query inventory and check out the library index tracking- enter automatically query all borrowed index query lending operation- borrowed and returned to the operating database maintenance- add overall import borrow delete modify and excel data permissions given- to borrow personnel information to add)
- 2012-09-16 01:06:07下载
- 积分:1