Welcome![Sign In][Sign Up]
Location:
Search - code reading pdf

Search list

[Other resourceC Deep Secrets

Description: C深度揭密讲述了C语言的许多系统特性以及这些特性是如何形成的.本书为PDF格式,它展示了最优秀的C程序的编码技巧,是C程序员进行系统编程的必读之书.-C revealed about the depth of C language system characteristic of many of these features is formed. The book-to-PDF format, it features the best of the C program code skills of systems programmers C programming required reading books.
Platform: | Size: 9303092 | Author: 肖巍 | Hits:

[Other resource人脸识别的核心源代码

Description: 人脸识别的核心源代码,PDF格式文件,采用特征脸方法。可供有兴趣的人阅读。-the core source code, documents in PDF format, the method adopted Eigenface. For those who are interested in reading.
Platform: | Size: 933664 | Author: 林冰仙 | Hits:

[BooksCode Reading

Description: 代码阅读有自身的一套技能,重要的是能够确定什么时候使用哪项技术。本书中,作者使用600多个现实的例子,向读者展示如何区分好的(和坏的)代码,如何阅读,应该注意什么,以及如何使用这些知识改进自己的代码。养成阅读高品质代码的习惯,可以提高编写代码的能力。-code readers have their own set of skills, it is important to determine when to use which technology. The book, the authors use more than 600 practical examples to show readers how to distinguish good (and bad) code, how to read, it should be noted that, and how to use this knowledge to improve their own code. Develop high-quality code reading habits, and improve the ability to write code.
Platform: | Size: 2037760 | Author: 吴学坤 | Hits:

[AI-NN-PR人脸识别的核心源代码

Description: 人脸识别的核心源代码,PDF格式文件,采用特征脸方法。可供有兴趣的人阅读。-the core source code, documents in PDF format, the method adopted Eigenface. For those who are interested in reading.
Platform: | Size: 933888 | Author: 林冰仙 | Hits:

[VC/MFCC Deep Secrets

Description: C深度揭密讲述了C语言的许多系统特性以及这些特性是如何形成的.本书为PDF格式,它展示了最优秀的C程序的编码技巧,是C程序员进行系统编程的必读之书.-C revealed about the depth of C language system characteristic of many of these features is formed. The book-to-PDF format, it features the best of the C program code skills of systems programmers C programming required reading books.
Platform: | Size: 9303040 | Author: 肖巍 | Hits:

[Otherclk011c-1.1.0.pdf

Description: linux内核完全注释,包括了 LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作机制。 依据内核源代码的组织结构对所有内核程序和文件进行 了注释和详细说明。-linux kernel completely Notes, including the LINUX operating principle of the essence, by reading its source code can be quickly and fully understand the operating mechanism of the kernel. Kernel source code based on the organizational structure of the kernel of all procedures and documents and a detailed description of the Notes.
Platform: | Size: 3742720 | Author: 卢兵 | Hits:

[Multimedia Developcodereadfun

Description: 代码阅读方法与实践(中文版,Diomidis.Spinellis.著).pdf-Code reading method and practice (English version, Diomidis.Spinellis. A). Pdf
Platform: | Size: 14480384 | Author: wlb | Hits:

[assembly languageAV_PWM

Description: 用义隆IC编写的一个玩具,具体波形和源代码都已通过验证。并已经量产,适合做马达驱动类的网友观阅!同时希望大家赐教其中的不足之处!谢谢!-Elan IC prepared with a toy, the specific waveform and source code have been validated. And it has been in volume production, suitable for motor-driven concept of class reading friends! At the same time hope that we forward them inadequacies! Thanks!
Platform: | Size: 695296 | Author: WINSON | Hits:

[VHDL-FPGA-VerilogDHT22_v1.1

Description: 我以前曾发过V1.0版的,这是此版的修正版v1.1,修正了以前版本中的一个错误,即只能读一个数据后就再也读不出温度数据的错误。 这个是用Quartus II软件写的Verilog HDL语言写的与温湿度传感器DHT2x通信的代码. 里面有详细的注解. 主要用于DHT2x单线总线通信转换为8位并行总线通信,应用于具有外部8位总线访问功能的单片机直接读取温湿度数据. 此程序在EPM7128SLC-10中成功测试. -I' ve once spoke V1.0 version, which is a modified version of this edition v1.1, fixes a bug in previous versions, that is no longer only after reading a data temperature data could not be read errors. This is done using Quartus II software, written in Verilog HDL language written with the temperature and humidity sensor DHT2x communications code. Which detailed footnotes. DHT2x mainly used for single-wire bus communication is converted to 8-bit parallel bus communication, used with an external 8-bit bus MCU read directly access features temperature and humidity data. EPM7128SLC-10 in this program successfully tested.
Platform: | Size: 1094656 | Author: yuantielei | Hits:

[JSP/Javaarticle_pdf_hibernate.pdf

Description: This a Hibernate tutorial to help you learn Hibernate and understand how it is used. By reading this Hibernate tutorial you will learn the main concepts, connect to databases using Hibernate by following real source code examples in the tutorial.-This is a Hibernate tutorial to help you learn Hibernate and understand how it is used. By reading this Hibernate tutorial you will learn the main concepts, connect to databases using Hibernate by following real source code examples in the tutorial.
Platform: | Size: 467968 | Author: krloxz | Hits:

[VHDL-FPGA-Verilogsdram

Description: 通过 UART 读写 SDRAM verilog 源代码 通过 UART 的接口发送命令来读写 SDRAM 命令格式如下: 00 02 0011 1111 2222 00: 写数据 02: 写个数 0011: 写地址 1111 2222: 写数据, 是 16 bit, 每写完一个数据,向串口发送 FF 回应; 输出: FF FF 01 03 0044 01: 读sdram 03: 读的个数 0044: 读的地址 输出: xxxx xxxx xxxx sdram 在 0044 0045 0046 处的数据; sdram 使用的是 K4S161622D.pdf 系统时钟 25m, 通过 PLL 得到 SDRAM clk 100m sdram controller clk 100m, 前者相对后者2ns 相移 -Read and write through the UART SDRAM verilog source code through the UART interface to send commands to SDRAM read and write command format is as follows: 0,002,001,111,112,222 00: Write Data 02: Write the number of 0011: write address 11112222: write data, is 16 bit, each completed a data, respond to the serial port FF output: FF FF 01 03 0044 01: Reading sdram 03: 0044 the number of read: Read the address output: xxxx xxxx xxxx sdram at 004,400,450,046 at the data sdram use system clock is K4S161622D.pdf 25m, obtained by PLL SDRAM clk 100m sdram controller clk 100m, the former phase shift relative to the latter 2ns
Platform: | Size: 14336 | Author: 周西东 | Hits:

[OpenGL programNeHeOpenGLLegacyTutorials

Description: NeHe OpenGL英文教程PDF版,NeHe OpenGL教程是一系列通俗易懂而又实用的OpenGL的文章,其中几乎每篇文章都是一个非常经典而实用的例子,都配有详细的说明和源码(各个操作系统windows,linux,Mac OS上各种编译平台的实现源码),图文并茂,非常值得学习OpenGL和开发游戏的人一读。-NeHe OpenGL English tutorial PDF version of, NeHe the OpenGL tutorial is a series of user-friendly and practical OpenGL article, almost every article is a classic and practical example, are equipped with detailed instructions and source code (each operation.system windows, linux, Mac OS on a variety of compiler platform source), illustrated, very worthwhile to learn OpenGL and development of the game the first reading.
Platform: | Size: 2681856 | Author: xiaobo | Hits:

[Compress-Decompress algrithmsjpeg_decoder

Description: JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the quantization table, HUFFMAN encoded, run-length coding. Meanwhile containing JPEG codec related PDF documents, detailed description of the JPEG file format, but also introduces the JPEG decoding knowledge, after reading will benefit, Note: all foreign literature, foreign literature carefully read and found some details that very clear.
Platform: | Size: 982016 | Author: 颖风 | Hits:

[Special Effectsjpeg_decode

Description: JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the quantization table, HUFFMAN encoded, run-length coding. Meanwhile containing JPEG codec related PDF documents, detailed description of the JPEG file format, but also introduces the JPEG decoding knowledge, after reading will benefit, Note: all foreign literature, foreign literature carefully read and found some details that very clear.
Platform: | Size: 60416 | Author: 颖风 | Hits:

[VC/MFCCode-Reading

Description: 代码阅读方法与实践电子书,pdf格式,适用于C语言。-pdf-the methods for reading codes
Platform: | Size: 14484480 | Author: 彭斌 | Hits:

[Embeded LinuxQT_ELM327_Simulator

Description: Simulates an ELM327 OBD2 Adapter over Serial Port (COMx).. #Info: - http://en.wikipedia.org/wiki/ELM327 - http://elmelectronics.com/DSheets/ELM327DS.pdf - http://elmelectronics.com/ELM327/AT_Commands.pdf #Current Features: - port GUI - AT Command console - Response for simple AT Commands needed for connection - 01 Modes: speed, rpm, throttle, cooler temp - real car data LifeForSpeed over UDP (OutGauge) #TODO: - Implement more AT Commands - Implement echo, linefeed, header on/off Switching - Implement error code reading - Implement more Mode 1 codes-Simulates an ELM327 OBD2 Adapter over Serial Port (COMx).. #Info: - http://en.wikipedia.org/wiki/ELM327 - http://elmelectronics.com/DSheets/ELM327DS.pdf - http://elmelectronics.com/ELM327/AT_Commands.pdf #Current Features: - port GUI - AT Command console - Response for simple AT Commands needed for connection - 01 Modes: speed, rpm, throttle, cooler temp - real car data LifeForSpeed over UDP (OutGauge) #TODO: - Implement more AT Commands - Implement echo, linefeed, header on/off Switching - Implement error code reading - Implement more Mode 1 codes
Platform: | Size: 193536 | Author: 郑育科 | Hits:

[JSP/JavaPDFxStream.Java-3.1.3

Description: java pdf reading code
Platform: | Size: 3907584 | Author: javabits | Hits:

[OtherPDF_Viewer- webforms code

Description: NET PDF Viewer for WebForms is a FREE ASP .NET component which enables your web applications to display and interact with PDF files. Simply place the control on your WebForm, set the File property, and you are all set! .NET PDF Viewer supports password-protected PDF files, has methods for setting the page number, and does not require Adobe Reader or any other PDF reading software.
Platform: | Size: 92160 | Author: fiirstgoto3 | Hits:

[Documentsjava并发编程实战pdf及源码

Description: 这是java并发编程实战pdf及源码 讲解的很详细 推荐阅读(This is a java concurrent programming pdf and source code to explain the very detailed recommended reading)
Platform: | Size: 9232384 | Author: hello_你好 | Hits:

[AI-NN-PRPython深度学习.pdf+代码

Description: 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc_ois Chollet, the father of Keras and a current researcher on artificial intelligence at Google. It introduces in detail the exploratory practice of using Python and Keras for in-depth learning, including computer vision, natural language processing, production models and other applications. The book contains more than 30 code examples, the steps to explain in detail. Because the book is based on the accessibility and popularity of artificial intelligence, readers need not have the background knowledge of machine learning to start reading. After learning this book, readers will have the ability to build their own in-depth learning environment, establish image recognition model, generate images and text.)
Platform: | Size: 25119744 | Author: wangjindian00 | Hits:
« 12 »

CodeBus www.codebus.net