搜索资源列表
Linux下C语言编程——时间概念
- Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language -- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
linux-MD5
- 毕业设计,md5在linux下的性能测试,加了linux下的时间测试函数!当然也可以加密解密!-graduation design, md5 linux in the performance tests, the increase of time under linux test function! Of course, we can decrypt encrypted!
linux
- 作为一名电子工程师,而且是一个什么都想自己做的人,我一向愿意用计算机来控制外部设备。甚至还在我们父辈的Apple-2e时代,我就已经开始寻找别的平台,希望可以与我定制的环境相连,并且可以写我自己的驱动程序软件。不幸的是,八十年代的个人电脑并没有那么强大,不论在软件层还是硬件层上,个人电脑的内部设计都远不如Apple-2e,并且在很长一段时间内,可以获得的文档都不能令人满意。但是,接着发生的事是Linux出现了,我决定试一试,于是买了昂贵的386主板,并且没有跑任何商业软件。 那时侯,我正在大
arm-linux-cross-3.4.4
- 此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!
linux-源代码
- 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very goo
Linux指令参考
- 一个非MINI的Linux指令集,可以让那此想学Linux但又不想花太多时间的人收藏-Linux instruction set, so that it can be like to learn Linux but do not want to spend too much time on the collection
Traceroute使用方法
- TRACERT命令及用法 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
linux GPS 数据接收 解析
- 串口 接受并解析gps时间 通过串口发送
time-1.7.tar.gz
- linux下的时间程序
arm-linux启动流程分析.doc
- 本文将讲述arm-linux内核启动后到进入用户shell模式这段时间的启动流程,从上电到进入kernel的过程请参见sourcesafe下“personal/yangxiyuan/资料”目录下的“ARM-linux启动流程.htm”文档。
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
hwclock
- Linux C程序, 用于同步rtc读取得时间和kernel的时间, 因为有时由于硬件的影响,这两个时间会产生差异。 程序相当于hwclock, 可用于嵌入式设备上。-Linux C program, is used to syncronize the time bwtween RTC and kernel time, since sometimes the two time differs because of hardware problem on embedded equipment.
linux内核0.11详细注释
- 本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essen
timeServer
- linux下利用socket c语言编写的时间同步服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language time synchronization server and client, with flow charts and notes, suitable for socket learners ~
Linux
- 第一章 基础知识 ……………………………………………………………………………4 第二章 进程介绍 …………………………………………………………………………10 第三章 文件操作 …………………………………………………………………………17 第四章 时间概念 …………………………………………………………………………27 第五章 信号处理 …………………………………………………………………………31 第六章 消息管理 …………………………………………………………………………39
Linux
- linux内核编译以及代码完全注释让你在短时间内了解linux的内核-linux kernel compile as well as the code entirely Notes
ARM-Linux.pdf
- 这是一本ARM开发的很好的书籍,讲解的比较的详细,还有具体的时间步骤,可以做为入门的好书。-This is a good ARM book developed to explain the details of the comparison, there are specific time steps, can be used as entry in the book.
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
Linux-time-synchronization-settings
- linux时间同步,主要介绍了linux的时间是如何个同步到-linux time
linux.so
- (已验证)利用动态库编程获取系统时间,简单的linux库文件生成和库文件调用(Using dynamic library programming to obtain system time, simple Linux library file generation and library file call.)