-
demo(1)
说明: MIMO系统预编码仿真,使用ZF、MMSE、SLNR、BD算法调试成功。(MIMO system precoding simulation, using ZF, MMSE, SLNR, BD algorithm debugging successfully.)
- 2020-07-09 17:39:20下载
- 积分:1
-
daq
实现数据采集的功能,采样率500k,并且是双通道的,(adcssiphashapahsopahaosidh)
- 2018-06-25 21:29:29下载
- 积分:1
-
C++基本小程序,供C++初学者用
C++基本小程序,供C++初学者用-basic procedures for beginners use C
- 2022-04-13 08:54:15下载
- 积分:1
-
DoubleEllipsoid
说明: 适用于ANSYS Workbench的双椭球热源模型(Double ellipsoid heat source model)
- 2021-04-06 20:39:02下载
- 积分: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
-
automation
tj大学研究生自动化专业英语电子教案,刚接触自动化领域的,以及考研或者考博在该校相关领域的,都可以参考。- automation
- 2022-05-05 03:11:34下载
- 积分:1
-
id0_vqv
说明: 永磁同步电机弱磁发电控制仿真模型,基于单电流调节器的电压角度法(Simulation model of weak magnetic power generation control for permanent magnet synchronous motor)
- 2019-05-30 09:36:38下载
- 积分:1
-
旅游图
说明: 通过bfs和dfs还有其它写的路由图导游应用,可以产生通过整个图的路径和某地到某地的最小路径(Through BFS and DFS and other written route map tour guide applications, the path through the whole map and the minimum path from a certain place to a certain place can be generated)
- 2020-05-29 15:40:59下载
- 积分:1
-
c语言学生选课系统
说明: 本文件为瓜大C实验大作业,作业为学生选课系统,可以作为第二个大作业,需要者自取(This file is NPU C homework, it is useful for these people who need it)
- 2020-06-24 01:40:02下载
- 积分:1
-
to catalog all the documents on your list
将本目录下的所有文件与目录传上您的服务器IIS虚拟目录下.并配置好ASP.NET的运行环境.更改好数据库连接地址即可.-to catalog all the documents on your list-server IIS virtual directory. Good ASP.NET configuration and the environment. Changes good database connectivity address.
- 2023-02-09 03:55:04下载
- 积分:1