-
compilation prepared using dsp orthogonal coding procedures can be applied to di...
采用dsp汇编编写正交编码程序,可以应用于位移与速度测量中-compilation prepared using dsp orthogonal coding procedures can be applied to displacement and velocity measurement
- 2022-03-06 01:58:18下载
- 积分:1
-
M3DEA (Mobile 3D Engine API) 手机3D引擎API
M3DEA (Mobile 3D Engine API) 手机3D引擎API-M3DEA (Mobile 3D Engine API) mobile 3D engine API
- 2022-08-02 16:52:27下载
- 积分:1
-
MAD
MAD-FCL (version 1.7):
The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Source distribution contains MAD-ALCLIB, MAD-SDPLIB and MAD-FLUTELIB libraries and MAD-FLUTE application. Binary distribution contains only MAD-FLUTE application. MAD-FCL is implemented using C-language. Latest binaries for Linux are compiled in Debian Linux with gcc version 4.0.4.
MAD-FLUTELIB is based on RFC 3926 (FLUTE). -MAD-FCL (version 1.7):
The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Source distribution contains MAD-ALCLIB, MAD-SDPLIB and MAD-FLUTELIB libraries and MAD-FLUTE application. Binary distribution contains only MAD-FLUTE application. MAD-FCL is imp
- 2022-02-06 22:39:32下载
- 积分:1
-
symbian platform on how fast the screen shows pictures, In symbian platform so p...
symbian平台上如何在屏幕上快速的显示图片,在symbian平台上做播放器时有很大的参考价值-symbian platform on how fast the screen shows pictures, In symbian platform so players have great reference value
- 2022-03-20 19:17:43下载
- 积分:1
-
七号信令原理(中文)
七号信令原理(中文)-SS7 Principle (Chinese)
- 2023-04-04 14:40:03下载
- 积分:1
-
OFDM的matlab代码
光OFDM码组合论文主要和相干光OFDM、偏振复用、16QAM调制等有关,大家可以一起学习和进步!
- 2022-03-22 09:57:45下载
- 积分:1
-
采用udp协议实现的客户端和服务端的互发消息,传输视频功能...
采用udp协议实现的客户端和服务端的互发消息,传输视频功能-Udp protocol implementation with client and service side of each other news of their impending transfer video capabilities
- 2023-03-01 00:35:04下载
- 积分:1
-
德克萨斯仪器串行引导加载程序MSP微处理器。
Texas Instruments serial boot loader for MSP microprocessors.
- 2022-07-20 02:18:12下载
- 积分:1
-
手机发送给SP的汉字消息,SP端读取的时候可能只是读取Unicode码的一个字节,会出现乱码.本程序很好的解决了这个问题!...
手机发送给SP的汉字消息,SP端读取的时候可能只是读取Unicode码的一个字节,会出现乱码.本程序很好的解决了这个问题!-phones sent to the Chinese news SP, SP-time reader may only read a Unicode byte code, there will be gibberish. This procedure very well resolve the problem!
- 2023-01-17 18:20:04下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1