-
一个mp3的编码和解码的源程序,可以了解到mp3的编解码原理
一个mp3的编码和解码的源程序,可以了解到mp3的编解码原理-a program of coding and decoding mp3, you can know how mp3 codes from it.
- 2022-10-06 07:05:03下载
- 积分:1
-
SAE J1850 OBD2汽车通信协议
SAE J1850 OBD2 Protocol CAR Communication
- 2022-05-19 04:21:07下载
- 积分:1
-
linux在ARM体系上中断系统的实现分析,自己的分析文档,很有心得。...
linux在ARM体系上中断系统的实现分析,自己的分析文档,很有心得。-Linux on the ARM system interrupt system of analysis, the analysis of documents, useful experience.
- 2022-01-26 03:15:20下载
- 积分:1
-
的sl11ride是一种低成本、高速通用串行总线基于RISC控制器…
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer product
specific functions. New functions can be programmed into the I2C by downloading it from a USB Host
PC. This unique architecture provides the ability to upgrade products, in the field, without changing the
peripheral hardware.-USB IDE solution
- 2022-03-19 17:16:13下载
- 积分:1
-
linux下serial通信编程,如何用select来进行写程序
linux下serial通信编程,如何用select来进行写程序-serial communication programming under linux, how to select to write procedures
- 2022-06-16 10:37:36下载
- 积分:1
-
发送远程信息
这个项目远程发送短信被设计为发送短信到期望的位置,而不monitoring.An霍尼韦尔传感器被CONECT到数字万用表用于收集由传感器万用表是CONECT到计算机用的rs232 conecter其中数据将特定的电压被存储用于处理和如果湿度将改变然后使用GSM / GPRS调制解调器CONECT也java的短信客户端类是从internet.with某些修饰的主类是下载的计算机的短信将被发送到所希望的手机形式实现,并且这CLAS被用来封装存储在计算机中的数据,并将其发送成功地。
- 2022-03-19 06:03:53下载
- 积分:1
-
一个64 QAM数字调制的matlab代码
a matlab code for 64 QAM digital modulation
- 2022-02-25 15:47:12下载
- 积分:1
-
STM32F4 CAN通信实验.rar
STM32F4 CAN通信实验.rar
STM32F4 CAN通信实验.rar
- 2023-01-19 20:30:03下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
移动通讯服务:ISUP协议的分析、应用。
移动通讯服务:ISUP协议的分析、应用。-Mobile communications services: ISUP protocol analysis, application.
- 2022-05-22 22:34:22下载
- 积分:1