-
宽带无线仿真
说明: 宽带无线通信仿真,有关于瑞丽信道建模,导频信道估计,理想信道估计,最大比合并与等增益合并,直接序列扩频(matlab,simulink,STBC,VBLAST)
- 2020-01-25 14:46:23下载
- 积分:1
-
VC++酒店餐饮管理系统
VC++酒店餐饮管理系统,Access数据库版,面向酒店餐饮的前台服务员,厨房管理员,原材料的供货部门以及经理部门的管理人员。附完整源代码及开发文档 .doc,使用说明:1.直接运行DEBUG 文件夹中的MyPos.exe文件即可运行本系统。
2.用VC打开跟目录下的MyPos.dsw文件,进行编译然后运行系统。
系统初始密码均为123
Tom 为一般用户,Alex为管理员用户。
本套VC餐饮管理系统支持桌号管理,点击桌号可查看菜谱菜价等。系统分四大模块:前台销售、统计报表、基础资料、系统维护,每个模块下面又分了若干小功能模块。
详细的技术说明和使用文档请参考压缩包说明。
- 2022-06-27 22:01:49下载
- 积分:1
-
PHEV
插电式混合动力汽车用动力蓄电池探析,插电式混合动力是现在新能源汽车发展的重点,本文对相关领域的人有一定的参考价值(Plug-in hybrid electric vehicle battery power Analysis, plug-in hybrid is now the focus of the development of new energy vehicles, this paper related fields who have a certain reference value for)
- 2010-01-05 09:54:04下载
- 积分:1
-
阵列
三维点云,用于三维建模和曲面重建的练习和实现(3-D Point Cloud for Practice and Realization of 3-D Modeling and Surface Reconstruction)
- 2020-06-22 05:20:02下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
pstr
说明: PSTR模型,解决面板数据的非线性关系问题,适合初学者使用(PSTR model, which solves the problem of non-linear relationship of panel data, is suitable for beginners to use.)
- 2020-11-08 09:49:47下载
- 积分:1
-
This is a system called some of the functions of the dialog box procedure, inclu...
这是一个调用系统中的一些功能对话框的程序,包括显示“打开方式”对话框、打印测试页、映射网络驱动器等等,共有超过20个不同的功能-This is a system called some of the functions of the dialog box procedure, including shows that the "open approach" dialog box, print a test page, map network drives, etc., a total of over 20 different functions
- 2022-06-20 23:39:20下载
- 积分:1
-
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。...
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。-geodetic coordinate system conversion, mainly applicable to learners and GPS geodesy learning earth coordinate system conversion of the theoretical knowledge.
- 2023-04-05 13:45:04下载
- 积分:1
-
Console game in the category of file operations for reading. Txt files, displaye...
控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
- 2023-03-03 18:10:03下载
- 积分:1
-
AVR-IO-ports-communications-line
AVR单片机利用定时器普通IO口实现一线通信(AVR microcontroller IO ports using timers to achieve common communications line)
- 2020-10-08 19:27:35下载
- 积分:1