-
波形仿真
波形仿真,可帮助初学者了解超声波形形成原理(Waveform simulation to help beginners understand the principle of ultrasonic shape formation)
- 2020-06-17 00:40:02下载
- 积分:1
-
Example realize this application NTC thermistor for temperature measurements. Th...
本应用例实现NTC热敏电阻器对温度的测量。热敏电阻器把温度的变化转换为电阻阻值的变化,再应用相应的测量电路把阻值的变化转换为电压的变化;SPMC75F2413A内建8路ADC可以把模拟的电压值转换为数字信号,对数值信号进行处理可以得到相应的温度值。-Example realize this application NTC thermistor for temperature measurements. The thermistor temperature is converted to resistance changes, and then the application of the corresponding measuring circuit the resistance change is converted to voltage changes SPMC75F2413A built-in 8-way ADC analog voltage can be converted into digital signal values, Numerical treatment of the signals can be the corresponding temperature value.
- 2023-06-11 08:25:04下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
有限单元法及计算程序
有限单元法及计算程序 (王焕定 吴德伦1997,哈尔滨建筑大学)(Finite Element Method and Computing Program (Wang Huanding, Wu Delun, 1997, Harbin University of Architecture))
- 2020-06-18 05:40:01下载
- 积分:1
-
inverter3l
说明: 做了三电平并网逆变器的仿真,添加了不控整流制造谐波,(The simulation of three level grid connected inverters is made, harmonics are added with uncontrolled rectifier, and the influence of harmonics is observed.)
- 2018-03-23 17:11:53下载
- 积分:1
-
这是一个不错的3D建模软件,在编辑框里可以类似像maya一样随意拖动模型,可以加纹理、雾化效果等等,当然还能保存数据,可以供为 3D游戏开发美工作模型设计工具!...
这是一个不错的3D建模软件,在编辑框里可以类似像maya一样随意拖动模型,可以加纹理、雾化效果等等,当然还能保存数据,可以供为 3D游戏开发美工作模型设计工具!强烈推荐!-This is a good 3D modeling software. Message editorial maya be the same as similar random drive models can be increased texture, atomizing effect, and so on. Of course can preserve data, for the development of 3D games for the U.S. working model design tool! Strongly recommended!
- 2022-03-21 19:03:42下载
- 积分:1
-
综合能源优化含储能
说明: 粒子群综合能源系统优化的matlab实现,咸鱼买的(Particle swarm optimization of comprehensive energy system)
- 2021-05-15 18:30:02下载
- 积分:1
-
遗传算法&雷达手册
遗传算法
本部分主要为了了解遗传算法的应用,选择一个复杂的二维函数来进行遗传算法优化。函数显示为y=10*sin(5*x)+7*abs(x-5)+10,
另附上雷达手册(genetic algorithm
This part is mainly to understand the application of genetic algorithm, select a complex two-dimensional function to optimize genetic algorithm. The function is shown as y=10*sin (5*x) +7*abs (X-5) +10,)
- 2017-10-23 19:35:22下载
- 积分:1
-
VLC
说明: 可见光通信,LED阵列,阵列光源强度分布,室内通信(the visible light ,LED array intensity)
- 2020-07-09 22:50:38下载
- 积分:1
-
是c++语言所写,能解简单的方程组,只是一个例子
是c++语言所写,能解简单的方程组,只是一个例子-Is c++ Language, to obtain the simple equations, is just one example
- 2022-07-07 17:35:39下载
- 积分:1