-
浅谈物联网相关专业中通信技术类课程建设
资源描述摘 要:阐述了通信技术类课程在物联网相关专业中的定位和重要作用;通过对物联网相关岗位的调研和思考,明确了
物联网通信技术类课程的建设方向和课程对学生能力的定位,强调了物联网通信技术类课程的应用导向,以及应选择的合适
项目载体,指出应以通信技术在物联网中的应用来构建课程内容;最后给出了物联网相关专业建设中的几点建议。
关键词:物联网;通信技术;专业建设;课程设置
- 2022-02-26 07:44:09下载
- 积分:1
-
一个小波变换的C++代码,希望对用到的人有帮助
一个小波变换的C++代码,希望对用到的人有帮助-a wavelet transform C code, and I hope to be used to help the people
- 2023-03-10 15:20:03下载
- 积分:1
-
fft算法的C代码,经过验证可用。速度较快。
fft算法的C代码,经过验证可用。速度较快。-fft algorithm C code can be used after authentication. Faster.
- 2022-01-25 16:22:19下载
- 积分:1
-
Gaussian Elimination Solution equation c procedures
高斯消去解方程组c++程序-Gaussian Elimination Solution equation c procedures
- 2022-11-18 19:05:03下载
- 积分:1
-
PSO解决背包问题
背包问题
- 2023-07-25 04:35:03下载
- 积分:1
-
Using Gauss integral formula for numerical integration, will be subdivided into...
利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in different sub-Gauss formula to calculate the value of points, and then summed.
- 2022-03-19 15:01:13下载
- 积分:1
-
模板方法
模板方法实现。你会很容易理解这个awsm通过使用代码。它有一个主类,调用学生1和学生2类通过使用父类的日常活动。日常活动有骨架的方法。
- 2022-10-28 12:15:03下载
- 积分:1
-
OpenGL三维场景绘制
资源描述1、直接双击3DSLOADER文件夹中3DSLOADER.vcproj工程文件;
2、本程序是在VC2008中调试通过,运行过程中需要OpenGL库函数
- 2023-05-09 15:50:05下载
- 积分:1
-
photonic crystals used to calculate the band structure of the program, FORTRAN p...
用来计算光子晶体能带结构的程序,用fortran编写,效果不错。-photonic crystals used to calculate the band structure of the program, FORTRAN prepared effectiveness.
- 2023-01-24 08:40:03下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1