-
h264+pcm转为avi文件
【实例简介】将h264码流和pcm文件转为avi文件
- 2021-08-11 00:31:02下载
- 积分:1
-
这个是MDB版的,上面那个是SQL版的,这个不需要SQL就可以运行了,软件详细情况请参看SQL版说明...
这个是MDB版的,上面那个是SQL版的,这个不需要SQL就可以运行了,软件详细情况请参看SQL版说明-MDB version of this is the top of the SQL version of the SQL could not run, Software details of the SQL version See Note
- 2022-06-13 14:57:30下载
- 积分:1
-
动态分区式存贮区管理 C++实现
设计一个动态分区式存贮区管理程序, 要求支持不同的放置策略。 如首次、 最佳、 最坏。
说明:
( 1) 分区描述器 rd 如下:
flag size next
要求自由主存队列按链表组织。
主存大小假设为 maxsize( 单位为节=rd 的大小) 。
( 2) 主程序结构如下:
输入放置策略
申请一块内存作为主存
循环处理用户的请求( 包括申请、 释放)
( 3) 数据实例: maxsize=512
J1 申请 162, J2 申请 64, J3 申请 120, J4 申请 86, J1 完成, J3 完成, J5 申请
72, J6 申请 100, J2 完成, J7 申请 36, J8 申请 60, J4 完成, J9 申请 110, J10 申
请 42。 备注:
( a) 所有大小其单位为节( 1 节=rd 的大小)
( b) 作业申请 n 节,实际分配的分区大小应为 n+1 节。 其中一节作为分区描述器,
其他 n 节提供给作业。
( c) 已分配区放在高地址处。
( d)合并时应考虑四种情况: 假设回收区为 r,上邻为 f1 ( f1 需搜索自由主存队列),
下邻为 f2( f2 可直接计算)
A)f1 空闲, f2 已分配;
B)f1 已分配, f2 空闲;
C)f1 空闲, f2 空闲;
D)f1 已分配, f2 已分配;
- 2023-06-03 09:10:03下载
- 积分:1
-
交通灯控制
包含proteus仿真文件及c语言程序,在开发板上进行过运行。利用双色LED显示电路,和四位静态数码管显示电路模拟十字路口交通信号灯。4位LED数码管显示时间,双色LED灯显示红绿灯状态。熟悉交通信号灯控制逻辑。设计一个十字路口的交通灯控制电路,要求南北方向和东西方向两个交叉路口的车辆交替运行。每次绿灯变红灯时,要求黄灯先亮3S,才能变换运行车辆。东西方向、南北方向车道除了有红、黄、绿灯指示外,每一种灯亮的时间都用数码管显示器进行显示(采用倒计时的方法)。考虑到特殊车辆情况,设置紧急转换开头。(It contains proteus simulation file and C language program. It has been run on the development board. Two-color LED display circuit and four-bit static digital tube display circuit are used to simulate traffic lights at intersections. Four-bit LED digital tube display time, two-color LED lights show the status of traffic lights. Familiar with traffic signal control logic. Design a traffic light control circuit at the intersection, which requires the vehicles running alternately in the north-south direction and the East-West direction. Every time the green light turns red, the yellow light is required to turn on 3S before changing the running vehicle. In addition to the red, yellow and green lights in the east-west and North-South lanes, the time of each kind of light is displayed by digital tube display (countdown method). Considering the special vehicle situation, set up the emergency switch start.)
- 2020-06-17 13:40:02下载
- 积分:1
-
STC选型
STC8和STC15系列选型,STC8和STC15系列选型(Selection of STC8 and STC15 Series)
- 2019-04-27 21:16:28下载
- 积分:1
-
音频读取程序
此源码用于wav格式音频的读取,程序采用C程序实现,主要使用fread函数读取,Linux环境下也可运行。读取可以以int或者char类型数据读取,已经测试调试完成。
- 2022-03-10 02:10:28下载
- 积分:1
-
Cplusplus.tar
Some of the codeforces problems i ve solved
- 2014-11-20 20:52:09下载
- 积分:1
-
gas-liquid-and-vapor-liquid
水的沸腾程序,能和FLUENT一起做水的相变(Water boiling process, energy and FLUENT to do with the phase change of water)
- 2011-05-20 09:49:57下载
- 积分:1
-
5510
使用stm32f103rbt6实现对5510液晶的驱动,主要包括二值图形的显示(Use stm32f103rbt6 LCD driver 5510 to achieve, including the binary graphics display)
- 2013-09-21 09:00:32下载
- 积分:1
-
UIThreadDemo
UI间线程数据传输,初学者可以参考消息收发机制。(UI data transmission between threads)
- 2016-11-24 10:20:12下载
- 积分:1