搜索资源列表
dshell
- 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。
PointerInC
- c语言指针使用的详细解释和例程,使用规则等-c language pointer detailed explanation and examples use
LinuxCcode
- Linux程序员(C语言)学习C语言编程的基本概念,掌握分支程序设计、循环程序设计、一维数组的应用、一维数组与指针、指针数组、标准I/O库等,是学生掌握Linux操作系统下C程序开发的方法和技巧-Linux C Programming study material
c_and_the_pointer
- c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
c_the_pointer
- c和指针一书的清晰版。不要告诉我你的比我的清晰。c和指针,c语言进阶的经典之作。-c, a clear pointer to a version of the book. Do not tell me your clear than I am. c and pointer, c language advanced classic.
Linux_CPP_Programming
- 这个文件的目的是提供一个URL的指针和编程技巧的完整列表,你在C + +。此外,本文件提供一个C + +库有类似Java的String类,字符串标记生成器,记忆功能等多种功能,它可以在一般的C + +应用程序使用。同时给出不同的例子在这里,说明了该库的使用。 -The purpose of this document is to provide you with a comprehensive list of URL pointers and programming tips on C+
points-on-Cs-code.tar
- c和指针中的源代码,书中的所有源代码,来源于作者的网站-Point on C s all codes
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
Embedded-systemsand-Linux
- 嵌入式系统和linux面试经典题目 一.1、简答题。下面的题目必须全部答对才给分(20分): 1、 如何在C中初始化一个字符数组。 2、 如何在C中为一个数组分配空间。 3、 如何初始化一个指针数组。 4、 如何定义一个有10个元素的整数型指针数组。 5、 s[10]的另外一种表达方式是什么。 6、 GCC3.2.2版本中支持哪几种编程语言。 7、 要使用CHAR_BIT需要包含哪个头文件。 8、 对(-1.2345)取整是多少? 9、 如何让局部变量具有
CppStudy
- 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are
chapter14
- C和指针第14章程序 推荐大家看看这本书 确实不错 多练习-Pointer on C chapter14