-
锁模光纤激光器模拟
说明: 光纤光子学,被动锁模光纤激光器,MATLAB仿真程序源代码。(Passive mode-locked fiber laser)
- 2021-04-15 10:48:54下载
- 积分:1
-
根据渗流力学原理,通过分析油井的不稳定试井数据求取地层参数;附带有数据。...
根据渗流力学原理,通过分析油井的不稳定试井数据求取地层参数;附带有数据。-According to seepage mechanics, through the analysis of instability in oil well test data to strike a formation parameter incidental data.
- 2022-04-13 01:52:35下载
- 积分:1
-
VB检测操作USB弹出实例
VB检测操作USB弹出实例,比如可检测到U盘是否插入到电脑中,不用时候如何弹出U盘,里面的代码可参考性高,确实不错。程序同时可检测判断磁盘类型,确定哪一个是USB设备。
- 2022-10-25 02:35:04下载
- 积分:1
-
zigbee-Temperature-gathering-network
利用cc2430芯片的zigbee模块(天运科技的模块),做的温度采集无线网络(Use cc2430 chip zigbee module, do temperature gathering a wireless network)
- 2012-04-04 20:44:01下载
- 积分:1
-
通过学生成绩管理程序,教师可以轻易地了解学生学习情况,传统手工的学生成绩管理,操作效率低,并且易于出错,查询不方便。本程序实现了对一个班的学生考试成绩按科目进行...
通过学生成绩管理程序,教师可以轻易地了解学生学习情况,传统手工的学生成绩管理,操作效率低,并且易于出错,查询不方便。本程序实现了对一个班的学生考试成绩按科目进行排序,并统计出各科目的最高分、最低分和平均分的数据。-Management program through student achievement, teachers can easily understand the students learning, the traditional manual student performance management, operational efficiency is low, and error-prone, query inconvenient. This program implements a class of students on test scores sorted by subjects, and the statistics of various subjects, the highest score, lowest score, and average data.
- 2023-02-17 18:15:03下载
- 积分:1
-
math
高数习题答案-2010级-四川大学-本参考答案与现在的习题册中的题目有个别的不同,使用时请认真比对,以防弄错(-2010 Level- high number of exercises answer Sichuan University- the reference to answer individual different topics in the book exercises, use carefully, in case a mistake)
- 2012-09-25 13:54:54下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
指示器的jQuery插件
插件中的方法非常容易定制和实现,并且使用的图片都是矢量图片(The method in the plug-in is very easy to customize and implement, and all the pictures used are vector pictures.)
- 2019-01-19 09:48:47下载
- 积分:1
-
IntelVisualFortran
一本关于IntelFortran的书,目前这方面的书比较少,希望对大家有所帮助。(A book about IntelFortran books, books in this respect is less, we want to help.)
- 2010-12-29 17:03:45下载
- 积分:1
-
pinlvji
在KEIL C51平台上 用 汇编写的一段程序(主要功能是 测频率:数字频率计)(In KEIL C51 platform a program written in assembly (the main function is to measure frequency: digital frequency meter))
- 2013-07-08 12:14:25下载
- 积分:1