搜索资源列表
ex3
- 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
Normal-files-directories-
- 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
getLineFromBuf
- 从字符串中解析指定的一行数据的算法,基于C语言实现。-The code is to get one line String date a string buffer,based on C language.
cJSON
- C语言实现的Json解析器,可以解析Json字符串,也可以组Json字符串,经测可用!-Json parser C language, can parse Json string, you can also set Json string, measured by available!
Exp2_4list
- 实用C++源代码,可以直接使用的源程序,实现字符串的保存功能!-The practical C++ source code, the source code can be used directly, save function string!
StringNumPlus1
- C++实现的字符串加1,支持任意夹带数字的字符串,对于英文字母则循环相加,不支持浮点表示法。形如:9, 1-1-a、$#99^@、1-1-Z结果:10,1-1-b、$#100^@、1-1-A-The C++ implementation string plus 1 to support any entrained digital string, the loop sum for the letters of the alphabet does not support floating point
Linux-C-library-reference-manual
- Linux C函数库参考手册、包括字符测试函数、数据转换函数、内存配置函数、时间函数、字符串处理函数-Linux C library reference manual, including character test function, data conversion functions, memory allocation, time function, string handling functions