登录
首页 » 电子书 » uClinux u Clinux uClinux

uClinux u Clinux uClinux

于 2022-02-11 发布 文件大小:30.98 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

uClinux u Clinux uClinux

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在java编程的
    EBook on Java Programming
    2022-02-04 01:24:32下载
    积分:1
  • 关于C++的,比较深刻,需一定基础再阅览
    关于C++的电子书,比较深刻,需一定基础再阅览-With regard to C++, e-books, more profound, the need to view certain basic re-
    2022-01-31 19:47:05下载
    积分:1
  • 描述了C++文件操作的操作方法 ios::app:   以追加的方式打开文件 ios::ate:   文件打开后定位到文件尾,ios:app就包含有此...
    描述了C++文件操作的操作方法 ios::app:   以追加的方式打开文件 ios::ate:   文件打开后定位到文件尾,ios:app就包含有此属性 ios::binary:  以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文 ios::in:    文件以输入方式打开 ios::out:   文件以输出方式打开 ios::nocreate: 不建立文件,所以文件不存在时打开失败  ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败 ios::trunc:  如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
    2022-03-24 03:47:54下载
    积分:1
  • c language programming avr with single
    avr单片机c语言编程与应用实例,清华出版社出版。-c language programming avr with single-chip application, Tsinghua University Publishing House.
    2022-03-11 23:01:10下载
    积分:1
  • 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写...
    这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics experiment, its interface is an imitation of the Windows interface window, procedures have better interactivity. All of the graphics function in C language with no onboard graphics library functions, functions are written directly to write to achieve the screen to simulate the most graphic library of functionality. However, some are not write, such as the preservation of graphic block getimage () function. Because of the limited level, there is no function for example, the preservation of open or BMP images. With such time until then. What algorithm is written scribble, idle, welcomed the master guiding, and the majority of enthusiasts common C language study and discussion
    2022-03-17 23:44:59下载
    积分:1
  • C语言编程常用技巧
    C语言编程常用技巧-C programming language commonly used techniques
    2022-04-16 10:07:19下载
    积分:1
  • 作者根据自己学习C++的亲身体会及多年教学经验,用简单的例和简练的叙述讲解C++编程,别具特色。全共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初...
    本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。-Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very g
    2022-04-23 04:53:26下载
    积分:1
  • 重点研究了操作系统的任务管理和调度问题。
    主要讨论了操作系统中的任务的管理和调度的问题,正对不同的系统做了不同讨论。-Focused on the task of operating system management and scheduling problem is a different system to do a different discussion.
    2022-12-27 02:10:04下载
    积分:1
  • this course introduces object
    本课程主要介绍面向对象程序设计的方法和c++语言的基本概念。以c++语言中的面向对象机制为主。学习者在学习过程中可以通过大量的程序实例和相关练习,逐步掌握c++的面向过程和面向对象的功能,从而掌握面向对象程序设计的基本知识和基本技能。 -this course introduces object-oriented programming methods and c basic language concepts. C language with object-oriented regime. Learners in the learning process through a large number of examples of procedures and related exercises, c gradually mastered the process-oriented and object-oriented features, and grasp of object-oriented programming to the basic knowledge and basic skills.
    2022-02-25 01:24:01下载
    积分:1
  • 《C++STL程序员开发指南》籍和源码
    《C++STL程序员开发指南》书籍和源码
    2023-01-04 23:00:07下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载