-
一个VC++串口通讯类调用实例
一个VC++串口通讯类调用实例,我的电脑不知何故为打开串口失败,如果成功的话,会有提示,并将文本框中的一段落发送到串口,进行数据通信,可能是我的电脑有问题,里面的串口操作类可用在其它的VC++应用程序中。
- 2022-03-04 22:47:18下载
- 积分:1
-
Teqcspec-changed
经过改进,能在matlab2009及2010上运行,不在出现错误(After improvement, it can run on matlab2009 and 2010 without any errors.)
- 2018-06-22 20:29:37下载
- 积分:1
-
Modulaciones
it was a project of PDS modulations
- 2018-08-20 06:12:37下载
- 积分:1
-
UNIX平台下使用C语言实现的检查主机hostID的函数,可用于程序的加密。...
UNIX平台下使用C语言实现的检查主机hostID的函数,可用于程序的加密。-UNIX platform using C language mainframe hostID inspection functions can be used to process the encryption.
- 2022-04-28 14:58:49下载
- 积分:1
-
基于解相干的MUSIC源程序
基于解相干的MUSIC源程序,Toeplitz算法,矩阵分解算法,空间平滑MUSIC源程序,矢量奇异值法(MUSIC source program based on decoherence, Toeplitz algorithm, matrix decomposition algorithm, space smooth MUSIC source program, vector singular value method)
- 2020-10-26 21:29:59下载
- 积分:1
-
杜哈梅points for speed acceleration points杜哈梅displacement rate of acceleration for...
- 2022-12-20 23:35:03下载
- 积分: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
-
LFM
说明: 线性调频信号的产生,基于MATLAB的雷达数字信号处理(Generation of LFM signal)
- 2020-01-21 12:42:34下载
- 积分:1
-
合并
说明: 有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。(There are two disk files A and B, each storing a line of letters, requiring that the information in the two files be combined (in alphabetical order) and output to a new file C.)
- 2020-06-17 18:00:01下载
- 积分:1
-
union management software, with VFP language series oh
工会管理软件,用VFP语言编的哦-union management software, with VFP language series oh
- 2022-10-26 03:10:03下载
- 积分:1