-
IAP 在线升级代码
IAP ARM7 在应用升级代码,我已应用到项目中去,效果不错,发出来供大家参考。IAP 在应用编程对产品的已维升级软件提供了一个很好的方式,希望能帮助到大家。
- 2022-06-14 02:17:16下载
- 积分:1
-
g711a+h264封装为mp4
1、从g711a音频文件中提取转为pcm
2、从pcm转为aac
3、aac和h264封装为mp4
4、使用的是C语言
5、代码运行效率比较好
6、没有内存泄漏
在i386的Linux上测试不错,而且可以很简单的移植到arm平台
- 2022-08-06 17:32:00下载
- 积分:1
-
LTE PERFORMANCE
4G LTE和IMS性能监控
- 2022-04-26 18:25:16下载
- 积分:1
-
代码模拟器NS2
模拟器主动队列管理NS2为蓝色,fairblue
- 2022-04-30 12:01:05下载
- 积分:1
-
ksz8863phy--linux驱动程序
这是一个Linux下的ksz8863交换机驱动程序, 这个为C语言代码,分为多种控制模式,有MDIO,SPI, I2C, 可以任选其中一种作为芯片的控制模式。
- 2022-03-24 00:02:14下载
- 积分:1
-
滑动相关代码
slattach();slopen();slinit();slinput(c, tp);sloutput(ifp, m, dst, rtp);slstart(tp);等slip协议相关函数.
- 2022-02-03 22:23:17下载
- 积分:1
-
SimpleSniffer C++ Linux
下一段代码演示如何使用ICMP或ARP执行快速网络扫描。
- 2022-01-25 16:13:41下载
- 积分:1
-
xawtv 源代码 V4L2 很好的学习例子
xawtv 源代码 V4L2 很好的学习例子
V4L2 Linux C语言 视频采集 图像处理
- 2022-04-19 22:45:15下载
- 积分:1
-
H264 RTP Linux
H264_RTP---linux下实现h.264 RTB打包 打包对象是H264文件,打包过程简述:先寻找一个NALU的信息(这部分代码跟一个WINDOWS版本的H264本地解码器的代码类似),找到后,如果长度小于1400则打一个RTP包就可以了,如果大于1400则要对头、尾进行一些分别处理,中间部分打统一打1400+14的包就可以了。
- 2022-03-31 10:20:41下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1