-
基于matlab的高斯光束及传输特性分析
基于matlab的高斯光束及传输特性分析。掌握高斯光束的光强分布特点及传播过程中光强的变化(Analysis of Gaussian beam and transmission characteristics based on matlab. Grasp the characteristics of intensity distribution of Gauss beams and the change of light intensity during propagation)
- 2018-11-23 16:42:03下载
- 积分:1
-
Javakejian
很不错的课件啊,学习有用的辅助.有空看看吧(Ah very good courseware, learning a useful complementary role. Time to take a look at it)
- 2007-11-29 09:51:38下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
内容替换打印
用易语言操作word,完成查找,替换等等(Operate word with easy language, complete search, replace, and so on)
- 2020-06-30 01:40:02下载
- 积分:1
-
pde
抛物型方程隐格式求解程序 可以自己调整步长 非常方便 还有其他的几个小程序(Implicit schemes for Parabolic Equations)
- 2019-04-28 13:00:09下载
- 积分:1
-
adxl372_example_code
ADXL372与MCU之间的spi通讯示例(the communication which include ADXL372 and MCU by spi)
- 2020-07-10 14:19:04下载
- 积分:1
-
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于j...
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于javaeye登入窗口的功能,支持窗口的拖动,窗口的关闭 登入表单的最小化,最大化 在IE浏览器中有滤镜功能 没有对div做圆角处理,看起有点楞楞的.
4.偶在IE6.0和Mozilla Firefox2.0.0.1_cn浏览器中跑过,可以正常使用.-Description: The program code similar to the main reference line features a Demo. The starting point is to learn div+ css layout techniques, learning the realization of principles of dragging the window object. 3. Function Description: ^. ^! Basically similar to the javaeye login window function, support a window dragging, the window closed login form to minimize, maximize in IE browser, there are filter functions div do not deal with rounded corners, looks a bit Leng Leng" s. 4. Even in the IE6.0 and Mozilla Firefox2.0.0.1_cn ran browsers can be used normally.
- 2022-02-03 20:33:49下载
- 积分:1
-
Fresnel diffraction
菲涅尔衍射测试程序,角谱法实现的菲涅尔衍射。(Fresnel diffraction test cede, Fresnel diffraction achieved by the angular spectrum method.)
- 2021-05-07 06:58:36下载
- 积分:1
-
聚类算法训练数据,可以导入数据库,数据库文件可以…
聚类算法的训练数据文件,可导入数据库可代替数据库文件 -clustering algorithm training data and can import databases, database files can be replaced
- 2023-01-31 09:25:04下载
- 积分:1
-
dfn随机裂隙
说明: 根据岩石中裂纹的分布规律,模拟含有不同分布的随机裂纹。(According to the distribution law of cracks in rock, random cracks with different distribution are simulated.)
- 2020-07-17 18:38:49下载
- 积分:1