-
thermometer
说明: 温度计 一种LABVIEW 生成的数字温度计,可以直观显示温度,使用方便!(LABVIEW generated a thermometer digital thermometer, you can display the temperature intuitive and easy to use!)
- 2021-03-23 20:09:14下载
- 积分:1
-
学习C++和多项式加法乘法
初学C++ 实现多项式的乘法和加法-learning C++ and the multiplication of polynomials Adder
- 2022-04-30 22:00:09下载
- 积分:1
-
mises_book
UMAT-MISES--基于Mises屈服方程的弹塑性本构模型(UMAT for Mises the elastic-plastic constitutive equation based on the Mises yield funcion)
- 2021-02-12 22:39:50下载
- 积分:1
-
字符去重排序
将txt文本内的所有字符(UTF-8编码)提取出来并去重,并保存提取结果。(All characters in the TXT text (UTF-8 encoding) are extracted and duplicated, and the extraction results are saved.)
- 2020-06-25 15:00:02下载
- 积分:1
-
EYE
利用Zernike多项式来描述人眼眼底波前畸变的matlab程序,其中还有PSF和MTS的计算,PPT的详细讨论,非常游泳(The use of Zernike polynomials to describe the human eye fundus wave-front aberration of matlab procedures, including PSF and MTS calculation, PPT detailed discussion, very Swimming)
- 2009-03-05 10:22:15下载
- 积分:1
-
新建文本文档
IDL的资源,很适合与IDL初学者,面向对象的,功能界面搭建(IDL resources, very suitable for IDL beginners, object-oriented, functional interface building)
- 2020-06-21 10:40:02下载
- 积分:1
-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
chlib
在cadence virtuoso schematic 自动替换已有的cell到不同的lib(In the cadence virtuoso schematic automatically replace the existing cell to a different lib)
- 2009-12-22 10:17:31下载
- 积分:1
-
radio
基于CC2430的点对点射频通信实验,我已经做过实验了,可以用。(Point to point communication experiment Based On CC2430.)
- 2013-08-15 14:22:37下载
- 积分:1
-
12864aST7565Raspi
12864液晶,ST7565R控制芯片,用串行方式驱动或叫SPI方式,已调试成功(12864 LCD, ST7565R, control chip or call the SPI mode, serial driver has been successful commissioning)
- 2012-03-17 11:56:41下载
- 积分:1