-
8202R_SW
8202rd Sw usage description
- 2014-06-07 04:29:33下载
- 积分:1
-
stm32 在RAM中调试,已测试通过
开发环境:Keil 4.72 仿真器:ULINKSTM32F103T8 (直接用在STM32F103VE也可以)stm32 在RAM中调试,已测试通过,可支持中断,程序用了串口和LED灯指示
- 2020-12-01下载
- 积分:1
-
多线程程序 非常有用的程序 可以通过这个程序,了解多线程编程...
多线程程序 非常有用的程序 可以通过这个程序,了解多线程编程-Multi-threaded program very useful program can through this process, to understand multi-threaded programming
- 2022-03-19 10:50:46下载
- 积分:1
-
prg1_1.c : simple network programming examples. The example is a client program,...
prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, and then show time.
- 2022-03-04 09:34:25下载
- 积分:1
-
使用Socket结合SMTP/POP3邮件协议发送和接收邮件
使用Socket结合SMTP/POP3邮件协议发送和接收邮件
- 2020-12-05下载
- 积分:1
-
OFDM仿真代码.rar
【实例简介】OFDM经典算法仿真,一系列均有.function [lag_coff, I1, I2] = lag_coefficient(N)
%% Lagrange插值Farrow结构中的系数矩阵构造
% N 插值基点数
% uk 小数间隔
if mod(N,2)==0
I1 = -N/2+1;
I2 = N/2;
else
I1 = -floor(N/2);
I2 = floor(N/2);
end
- 2021-12-01 00:48:06下载
- 积分:1
-
labview 利用tree控件创建树形结构
【实例简介】利用labview自带的tree控件(不需要安装额外的工具包)创建树形结构,分为3层,主机层,分机层,节点层。还包括一篇介绍tree属性和方法的文档。
- 2021-11-02 00:38:40下载
- 积分:1
-
Mayr_arc_model_Extreme.slx
基于MATLAB2016b,搭建的Mayr电弧模型“实现模型“,可直接仿真出间歇性电弧的电压、电流波形及其伏安特性。电弧模型模块已封装完成,可自行修改参数,亦可对电路其他部分参数进行修改。
- 2020-12-08下载
- 积分:1
-
Mushroom Classification--xgboost训练数据
xgboost训练数据,Mushroom Classification。Mushroom Classification--xgboost训练数据
- 2020-12-11下载
- 积分:1
-
MIDDLE-WARE
CORBA provides a standard mechanism for defining the interfaces between components as well as some tools to facilitate the implementation of those interfaces using the developer’s choice of languages.
Two features that CORBA provides are:
• Platform independence
• Language independence
Platform independence means that CORBA object can be used on any platform for which there is a CORBA orb implementation.
Language independence means that CORBA objects and clients can be implemented in just about any programming language.
- 2015-11-26 19:45:00下载
- 积分:1