▍1. bezier
说明: 贝塞尔离散点拟合,最高拟合21阶,阶数太高计算会溢出(Bessel discrete point fitting, the highest fitting order is 21. If the order is too high, the calculation will overflow)
说明: 贝塞尔离散点拟合,最高拟合21阶,阶数太高计算会溢出(Bessel discrete point fitting, the highest fitting order is 21. If the order is too high, the calculation will overflow)
说明: 《数据结构》中与树相关的程序,包括层次遍历TL,分类二叉树、哈夫曼树、树层次遍历TL等等(Data structure source code implementation)
说明: TypeSet类, 在界面中显示矩形排样结果,VS2008 运行(TypeSet Displays rectangular layout results in UI)
说明: 本书既是一本全面而系统地讲解反汇编与逆向分析技术的安全类专著,又是一部深刻揭示C++内部工作机制的程序设计类著作。理论与实践并重,理论部分系统地讲解了C++的各种语法特性和元素的逆向分析方法和流程,重在授人以渔;实践部分通过几个经典的案例演示了逆向分析技术的具体实施步骤和方法。(This book is not only a comprehensive and systematic security monograph on disassembly and reverse analysis technology, but also a program design monograph that profoundly reveals the internal working mechanism of C + +. In the theory part, the reverse analysis methods and processes of various grammatical features and elements of C + + are systematically explained, with emphasis on teaching people to fish; in the practice part, the specific implementation steps and methods of reverse analysis technology are demonstrated through several classic cases.)
有趣的二进制 软件安全与逆向分析学习资料,希望能绑到有需要的人(Interesting binary software security and reverse analysis learning materials, hoping to be tied to people in need)
说明: 有趣的二进制 软件安全与逆向分析学习资料,希望能绑到有需要的人(Interesting binary software security and reverse analysis learning materials, hoping to be tied to people in need)
ICPC-camp2016年的课件,希望给acm-ICPC和信息学竞赛的大佬们带来帮助(ICPC-Camp courseware 2016, hoping to help the acm-ICPC and informatics competition bosses)
说明: ICPC-camp2016年的课件,希望给acm-ICPC和信息学竞赛的大佬们带来帮助(ICPC-Camp courseware 2016, hoping to help the acm-ICPC and informatics competition bosses)
算法笔记书籍上每一章节每一小节出现的算法题目的源代码。(The source code of the algorithm Title appearing in each chapter and section of the algorithmic notebook.)
说明: 算法笔记书籍上每一章节每一小节出现的算法题目的源代码。(The source code of the algorithm Title appearing in each chapter and section of the algorithmic notebook.)
These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers(These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].)
说明: These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers(These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].)
在本章节,我们以最常见的I2C(I2C也叫IIC)接口的EEPROM芯片AT24C02为例进行 学习研究。它采用PHILIPS公司开发的两线式串行总线(I2C总线)。通过本章节实验,我们将 对I2C总线有一个深入的了解,对常用的存储设备进行初步的了解,掌握如何读写访问 AT24CXX这一系列I2C接口的EEPROM(In this chapter, we take the most common I2C (I2C also known as IIC) interface EEPROM chip AT24C02 as an example to study. It adopts the two wire serial bus developed by PHILIPS company (I2C bus). Through the experiment in this chapter, we will have a deep understanding of I2C bus, a preliminary understanding of the commonly used storage devices, how to read and write access to AT24CXX, a series of I2C interface EEPROM.)
在属性页面上显示图片,并可能进行多页的不同方式显示功能,是一个十分不错的参考,(Displaying pictures on property pages and possibly displaying multiple pages in different ways is a good reference.)
opencv计算机视觉编程攻略源码,一共7章,源代码(Opencv computer vision programming source code, do not need to register abroad to download it.)
计算流体力学书籍,详细介绍了有限差分方法以及编程的相关理论(Computational fluid mechanics books, in detail the finite difference method and programming theory.)