-
S12HY-Flash-Demo
Freescale 9S12 单片机ADC驱动(Freescale 9S12 microcontroller ADC driver example
)
- 2012-03-01 14:33:57下载
- 积分:1
-
libg7221
ITU 的G722.1编码器,包含Annex C,是当前复杂度最低的编码器,并且压缩质量非常好,适合高并发voip使用,实测单i5cpu可以支持3000路以上的实时并行处理,采样率16000和32000 码率16000-48000,以800为梯度。(The ITU G722.1 encoder, including Annex C, is currently the least complex of the encoder, and the compression quality is very good, suitable for high concurrent voip use, found a single road i5cpu can support more than 3000 real-time parallel processing, sampling rate 16,000 and 32000 16000-48000 rate to 800 gradient.)
- 2020-12-17 09:19:12下载
- 积分:1
-
一款简单的洗衣机软件
最新款的洗衣机软件,适用于波轮洗衣机的应用,基于现代单片机的平台,具有性价比高的优势,同样适用于小家电的开发,比较有市场的前景。以上资料仅供自己学习,请勿传阅,谢谢配合
- 2022-03-24 18:46:43下载
- 积分:1
-
MFC
MFC深入浅出,PDF格式,学习MFC的初学者可以看看。。(MFC easy, PDF format, learn the beginner can look at the MFC. .)
- 2009-05-06 15:26:40下载
- 积分:1
-
Music_Box
Music_Box源代码,VC++音乐播放器(win32源码版),该音乐播放器采用Win32SDK实现,具有音乐列表保存功能,支持皮肤透明度的设置。(Music_Box source code, VC++ music player (win32 source version), the music player uses Win32SDK realize, with the music list is saved, support skin transparency settings.)
- 2013-06-12 10:04:06下载
- 积分:1
-
车载诊断标准网络层ISO-15765-2-中文
IS015765-2 的协议,定义车载诊断系统网络层要求,提供在 CAN 数据链路层(IS011898
定义)上运行。虽说它最初设计是用在诊断系统上的,它同样适用于其它需要网络层协议
的 CAN 通信系统上。(The IS015765-2 protocol defines the vehicular diagnostic system network layer requirements provided at the CAN data link layer (IS011898)
Run on definition. Although it was originally designed for diagnostic systems, it also applies to other protocols that require network layer
On the CAN communication system.)
- 2017-08-11 15:13:45下载
- 积分:1
-
扫雷
说明: 实现扫雷游戏的制作,利用easyx进行图形界面的美化(Realize Minesweeping Game)
- 2020-06-16 23:00:02下载
- 积分:1
-
shiyan2
通信网实验报告 用MATLAB实现话务量的计算(Communication network traffic using MATLAB realize the calculation)
- 2013-07-25 19:49:04下载
- 积分:1
-
媒体播放器
用C#写的一个可以播放歌曲的程序。可以选择歌曲,调节音量、可以快进等。界面友好,也可自己根据喜好调节界面。
- 2022-09-19 09:15:03下载
- 积分:1
-
ACM拓扑排序
题目描述
假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一:
(a) 一个拓扑排序,于是确定了G为DAG;
或者
(b) G中的一个圈,于是确定了G不是DAG.
注意到输出的解可能不是唯一的,输出任意一个答案即可。
输入
第一行两个数n,m,代表节点数和边数
m行,每行两个数代表一条有向边
测试数据范围:(1
- 2023-01-22 18:30:04下载
- 积分:1