▍1. C精华
C语言编程中深入讲解,C语言编程技巧,重点应用的讲解(Deep Explanation in C Language Programming)
主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
说明: 主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
嵌入式C语言编码规范国标,还可以,可以作为参考(Embedded C Language Coding Standard)
说明: 嵌入式C语言编码规范国标,还可以,可以作为参考(Embedded C Language Coding Standard)
对链表完整操作,插入,删除,排序,C/C++语言编写,可用于项目中(Complete operation of linked list, insertion, deletion, sorting, written in C/C++ language, can be used in projects.)
说明: 对链表完整操作,插入,删除,排序,C/C++语言编写,可用于项目中(Complete operation of linked list, insertion, deletion, sorting, written in C/C++ language, can be used in projects.)
说明: STL源码剖析,这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;甚至还能够看到底层的memory pool和高阶抽象的traits机制的实现。(STL source code analysis, the source code presented in this book, enables readers to see the implementation of vector, list, heap, deque, red black tree, hash table, set / map, various algorithms (sorting, searching, permutation and combination, data movement and replication technology), and even the underlying memory The implementation of pool and high-level Abstract traits mechanism.)
说明: 是学习C/C++的学习用书,适合初步了解C/C++的人员使用(It is a book for learning C / C + +, suitable for people who have a preliminary understanding of C / C + +)
说明: C language programming(C language programming, very useful, very good)
说明: 本资料针对有一定基础的C语言学习爱好者,使用100个经典面试题出发,对C语言的应用做了经典的诠释,可以使用本资料对常见的100个面试题和应用实际进行学习,提高自己应用C语言的能力而不是仅仅停留在基础知识,这些在考试题中也经常遇到。(This material aims at the C language learning enthusiasts who have a certain foundation. Starting from 100 classic interview questions, it makes a classic interpretation of the application of C language. You can use this material to learn the common 100 interview questions and application practice, improve your ability to apply C language rather than just stay in the basic knowledge, which is also often encountered in the examination questions.)
说明: 用opencv训练Harr级联分类器,然后识别目标(英文PDF文档)(Use opencv to train Harr cascade classifier, and then identify the target (English PDF file))
说明: C++ 设计新思维 PDF,范型编程与程序设计之应用权威指导书籍。由侯捷 / 於春景合译。(C ++ Design New Thinking PDF, the authoritative guide book for the application of paradigm programming and programming. Translated by Hou Jie / Yu Chunjing.)
说明: VC++ 使用DCMTK显示DICOM医学图像的实现教程, 从事VC++编程的程序员大概都知道,DICOM是医学影像存储和传输的国际标准,本教程来自OTI技术论坛专题讨论版,或许这本整理的简短教程对你有所帮助。(VC ++ uses DCMTK to display the DICOM medical image implementation tutorial. Programmers engaged in VC ++ programming probably know that DICOM is an international standard for medical image storage and transmission. This tutorial comes from the OTI technical forum panel discussion. Perhaps this short tutorial is organized You are helpful.)
说明: C语言实现可视化人机界面的有效方法 pdf教程电子书,李刚刚著。主要介绍了了gr aphics. h 头文件的使用,包括设置图形模式、在图形模式下写字、独立图形程序的建立、实现动画思路、简单动画实现等方面的知识技巧,对实现C语言的人机界面比较有帮助。(C language is an effective way to visualize the human-machine interface pdf tutorial e-book, just by Li. It mainly introduces the use of gr aphics. H header files, including the knowledge and skills in setting graphics mode, writing in graphics mode, establishing independent graphics programs, implementing animation ideas, and simple animation implementation. The interface is more helpful.)