-
|-- p6.1.c 获得标准输入、输出和错误输出的终端名称
|-- p6.2.c 修改终端控制字符示例
|-- p6.3.c 使用curses实现密码输入
|-- p6.4.c 使用tcgetattr函数和tcsetattr函数实现密码输入
|-- p6.5.c 串口进行读写示例
|-- p6.6.c 扬声器发声程序
|-- p6.7.c 使用声卡播放音频文件
`-- p6.8.c 声卡录音程序示例
-|- P6.1.c access to standard input, output and error output terminal names |- p6.2.c modified sample terminal control characters |- p6.3.c realize the use of curses password |- p6. 4.c use tcgetattr function and realize tcsetattr function password |- p6.5.c serial read and write sample |- p6.6.c loudspeaker audible procedures |- p6.7.c use sound card to play audio files `- p6.8.c sound card recording procedures sample
- 2022-08-09 00:08:43下载
- 积分:1
-
Linux C programming:
lect01 Linux Introduction
lect02 Linux installation
l...
Linux C编程技术:
lect01 Linux 介绍
lect02 Linux 安装
lect03 Linux 基础
lect04 Linux Shell介绍
lect05 Linux 进程控制
lect06 Shell编程_变量
lect07 Shell脚本编程
lect08 Linux下C语言编程简介
lect09 文件操作
lect10 Linux下的多进程编程
lect11 Linux 信号
-Linux C programming:
lect01 Linux Introduction
lect02 Linux installation
lect03 Linux-based
lect04 Linux Shell Introduction
lect05 Linux process control
lect06 Shell Programming _ variable lect07 Shell scripting
lect08 Linux Introduction
lect09 under the C programming language file operations
lect10 Linux under the multi- the process of programming
lect11 Linux signals, and so ...
- 2022-01-23 10:57:53下载
- 积分:1
-
一张非常经典的内核图
一张非常经典的内核图-A very classic core map
- 2023-08-17 04:40:03下载
- 积分:1
-
Nucleus PLUS实时操作系统是很好的
Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实
时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码区一般不超过20K字节大小。-Nucleus PLUS RTOS is well-known American manufacturers ATI Corporation (Accelera ted Tedmology lnc) in Embedded Real-time Operating System Nucleus multi-task basis, for real-time embedded applications designed to pre-empt a multi-tasking operating system kernel. Its 95% of the code is written in ANSI C, very easy transplantation and to support most types of processors Nucleus PLUS is a function of the group c, Application code and linked to the core function, generating an object code, downloaded to the target board RAM or direct copying to the target board ROM implementation. In a typical target environment, Nucleus PLUS core code is generally not exceed 20 K byte size.
- 2022-06-18 03:55:05下载
- 积分:1
-
在没有系统的情况下,点亮LCD程序,并实现显示windows字样的图片。...
在没有系统的情况下,点亮LCD程序,并实现显示windows字样的图片。-show picture windows!
- 2022-02-02 00:26:26下载
- 积分:1
-
File Name
第一课 什么是Linux
第二课 为什么使用Linux
第三课 Linux纵览
第四课 Linux的发展...
File Name
第一课 什么是Linux
第二课 为什么使用Linux
第三课 Linux纵览
第四课 Linux的发展
第五课 Linux特性
第六课 Linux与其他操作系统的区别
第七课 TurboLinux简介
第八课 进入与退出系统
第九课 文件与目录操作
第十课 (10)Linux备份与压缩命令
第十课 (1)Linux文件和目录操作相关命令
第十课 (2)Linux文件内容查询命令
第十课 (3)Linux文本处理命令
第十课 (4)Linux文件内容统计命令
第十课 (5)Linux文件比较命令
第十课 (6)Linux文件的复制、删除和移动命令
第十课 (7)Linux文件链接命令
第十课 (8)Linux目录的创建与删除命令
第十课 (9)Linux改变文件或目录的访问权限命令
第十一课 Linux进程管理及作业控制
第十二课 Linux进程查看
第十三课 Linux进程调度
第十四课 Linux磁盘管理
第十五课 (1)Linux系统管理命令
第十五课 (2)Linux与用户有关的命令
第十五课 (3)Linux其它命令
Linux的冲击和操作系统的革命
-err
- 2022-02-25 18:24:14下载
- 积分:1
-
iSCSI协议的源代码,很好的深入研究。
一个iSCSI协议实现源代码,好好研究不错。-an iSCSI protocol source code, a thorough study of good.
- 2022-08-15 17:13:09下载
- 积分:1
-
C Primer Plus book example source code
C Primer Plus书上的例题源代码-C Primer Plus book example source code
- 2022-12-28 07:05:03下载
- 积分:1
-
下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许...
下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are applicable. The reason I say that they are the most important, because these points mentioned is that you are usually in the C book on the website or not found. Example : at the target, which is much of the information has not mentioned, and is often the wrong place and even to some senior C programmers as well. The main point here is not just to explain how to write better code, more language is displayed inside the rules. Apparently, the C programmer is everlasting good information. I believe that this article would you learned a lot.
- 2022-02-13 17:23:19下载
- 积分:1
-
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)...
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)
-The preparation of a function, type n is an even number, the call Function 1/2+ 1/4+ ...+ 1/n, when n is odd input, call function 1/1+ 1/3+ ...+ 1/n (using indicator functions)
- 2022-10-03 20:50:03下载
- 积分:1