-
一个完整的dsp实验程序,该代码为转之其他同志的共享代码,很不错的。...
一个完整的dsp实验程序,该代码为转之其他同志的共享代码,很不错的。-a complete dsp test program, the code is shared from other guys, very good
- 2022-01-25 14:01:36下载
- 积分:1
-
s3c2440 linux2.6.24内核 串口收发程序 用串口1收发数据 波特率是96...
s3c2440 linux2.6.24内核 串口收发程序 用串口1收发数据 波特率是96-serial transceiver core s3c2440 linux2.6.24 procedures to send and receive data using serial port 1 baud rate is 9600
- 2022-02-28 10:25:30下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
嵌入式系统程序员和工程师写的,以及
Written for embedded systems programmers and engineers, as well as
networking professionals, this in-depth guide provides an inside look at the
entire process of implementing and using the Linux TCP/IP stack in embedded
systems projects. -Written for embedded systems programmers and engineers, as well as networking professionals, this in-depth guide provides an inside look at the entire process of implementing and using the Linux TCP/IP stack in embedded systems projects.
- 2022-02-16 08:17:42下载
- 积分:1
-
xml开源解析代码.版本为libxml2
xml开源解析代码.版本为libxml2-2.6.29,可支持GB3212.网络消息发送XML时很有用.-xml open-source code analysis. version libxml2-2.6.29, supports GB3212. network message when XML is useful.
- 2022-10-06 03:15:03下载
- 积分:1
-
esc/pos指令集的打印机的并口程序开发的演示源代码
esc/pos指令集的打印机的并口程序开发的演示源代码
- 2022-05-16 12:15:04下载
- 积分:1
-
转发交易接口,查询结果用linux组包转发
转发交易接口,查询结果用linux组包转发-Forward transaction interface, query results using linux packet forwarding group
- 2023-01-15 23:30:04下载
- 积分:1
-
学习linux的人一定要看这本书。这本书将了vim所用到的各种操作,是你学习编程不可多得的好书...
学习linux的人一定要看这本书。这本书将了vim所用到的各种操作,是你学习编程不可多得的好书-Learning linux people must look in this book. This book will be a vim used by a variety of operations, is your rare books to learn programming
- 2022-08-04 06:04:10下载
- 积分:1
-
PID控制仿真程序
假设一个控制系统:10kg的水,使用最大1kW的电阻丝加热,简化计算,假设焦耳和卡的转化单位为1,而不是4.2加热效率为 Watt...
PID控制仿真程序
假设一个控制系统:10kg的水,使用最大1kW的电阻丝加热,简化计算,假设焦耳和卡的转化单位为1,而不是4.2加热效率为 Watt [瓦],散热效率为5*T [瓦]设定目标温度为60度, 则100000秒内的温度变化曲线是如何的?-PID control simulation program
assumes that a control system: 10kg of water, using hot-filament maximum 1kW resistor to simplify the calculation, assuming the conversion of Joule and card unit of one, instead of 4.2 for heating efficiency Watt [W], thermal efficiency of 5* T [W] set a target temperature of 60 degrees, then the 100000 sec the temperature curve is how?
- 2022-07-01 16:47:30下载
- 积分:1
-
linux下的一个简单定时器设计,使用select函数实现功能
linux下的一个简单定时器设计,使用select函数实现功能-linux timer under a simple design, using the select function implementation function
- 2022-06-13 04:42:25下载
- 积分:1