-
矩阵求逆,经典算法,主元高斯全左右弗兰…
矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛-matrix inversion, classic algorithms, the main yuan Gaussian all about when France, classic source, a wide range of uses
- 2022-03-28 18:05:36下载
- 积分:1
-
供初学者学习用的matlab基本编程源码
供初学者学习用的matlab基本编程源码-for beginners learning the basic Matlab programming FOSS
- 2022-03-25 19:15:27下载
- 积分:1
-
as audio and video products, the wide variety and audio data for the lease to se...
由于音像制品的品种繁多,所以音像租赁对于数据的查找,修改,删除和添加等功能的需求量很大,用人工手记的方式显然很烦琐,所以本项目就是为此设计.本项目可以对音像制品进行规范化管理,进而提高经营效率,实现中小音像租赁店日常工作的管理.-as audio and video products, the wide variety and audio data for the lease to search, modify, delete and add features such as the high demand for use of artificial Notes obviously very cumbersome, so this is the project design. This item can be audio-video products for regulation and then mention the high operating efficiency, small and medium-sized audio-video rental shops daily work management.
- 2022-03-09 12:49:40下载
- 积分:1
-
《C++程序设计教程》作者石志国—源代码
《C++程序设计教程》作者石志国—源代码,1-15章全部源代码,适合初学者分析借鉴学习。
- 2022-03-25 00:14:59下载
- 积分:1
-
选线
配电网保护的故障特征提取,提取故障后的突变量(Fault feature extraction of distribution network protection to extract the mutation after fault)
- 2017-09-18 15:56:18下载
- 积分:1
-
winformtest
专家提取管理系统,专家专业以及部门,管理专家,欢迎下载使用,谢谢(Experts to extract management systems, expert professional and sectoral management experts are welcome to download, thank you)
- 2012-05-22 11:03:09下载
- 积分:1
-
21ic下载_采用matlab软件进行的移相全桥仿真研究
该资料为采用matlab软件进行的移相全桥仿真研究(The data is simulated by phase shifted full bridge using MATLAB software.)
- 2018-07-23 14:26:11下载
- 积分:1
-
人事管理系统 利用powerbuilder
人事管理系统 利用powerbuilder -Personnel Management System using PowerBuilder
- 2022-03-24 02:56:37下载
- 积分: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
-
图形过程的源文件
graphics porocess source file
- 2022-09-24 05:05:02下载
- 积分:1