搜索资源列表
SCADA
- This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the professi
video
- 银行的数字化监视监控系统是目前比较有市场及应用前景的开发项目,基于不同的MPEG采集卡与硬件外围设备开发的监视监控系统在国内外都有比较成型的技术。为了满足实时监视、实时采集压缩、随时回放、压缩数据流的传播等具体要求,在该系统中使用了一种用于网络视频/音频多点传输(视频广播)的视频数据采集卡,提供AVI(MPEG I Frame压缩编码)采集、MPG采集。发送端广播MPEG流,接受端接受MPEG流并显示,网络传输采用WinSock 2 IP-Multicast。如果本机为发送端,网络上
Wumpus2
- this is a software about Wampus frame work by C or C++. I wish that this file will be useful for every body.-this is a software about Wampus frame work by C or C++. I wish that this file will be useful for every body.
TS-stream---forward-and-rewind
- 在统计分析了TS流中相邻I帧间隔 距离规律的基础上,提出了通过跳转固定步长后再寻找I帧的方法来实现TS流文件快进/快退播放 - based on statisticalanalysis of the adjacent I-frames interval inTS stream, put forward an approach by jump a fixed step and then search for I-frame to the achievementofTS stream f
ExtendsDemo
- * 继承关系 * 1.子类继承父类的属性和方法,父类的属性和方法被所有子类共享 * 2.子类多种多样,子类是多态的 * 业务案例:四格方块(Tetromino)有七种(I,J,L,S,Z,T,O) * 实现方式: * 利用继承关系实现,其中四格方块是父类,七种方块是 * 子类,在父类定义四格数组的属性,子类就自动继承了 * 四格属性。 * 定义四格方块类(Tetronimo),属性:4格子,方法:下落 * 子类型继承4格