作者:冯伟兴 贺波 王臣业 本书主要内容分为12章,包括绪论、VisualC++数字图像处理基础、图像特征、统计模式识别、模式识别决策方法及实现,以及人脸检测与特征点定位、汽车牌照识别、脑部医学影像诊断、印刷体汉字识别、手写体数字识别、一维条形码识别、运动图像分析7个数字图像模式识别应用实例。系统地介绍了数字图像模式识别技术的基本概念和理论、基本方法和算法,并将图像模式识别的基础理论与VisualC++软件实践方法相结合。
2023-10-12 08:01:40 53.81MB VC 图像 模式识别
1
作者:冯伟兴 贺波 王臣业 本书主要内容分为12章,包括绪论、VisualC++数字图像处理基础、图像特征、统计模式识别、模式识别决策方法及实现,以及人脸检测与特征点定位、汽车牌照识别、脑部医学影像诊断、印刷体汉字识别、手写体数字识别、一维条形码识别、运动图像分析7个数字图像模式识别应用实例。系统地介绍了数字图像模式识别技术的基本概念和理论、基本方法和算法,并将图像模式识别的基础理论与VisualC++软件实践方法相结合。
2023-10-12 08:00:52 80MB VC 图像 模式识别
1
讲述硬件描述语言的书,非扫描版,非常清晰。
2022-01-23 22:48:21 3.98MB VERILOG HDL 硬件描述语言 PDF
1
MVC专家“梦之队”对ASP.NET MVC 4的全新诠释 由Microsoft专家和极受敬重的软件开发社区负责人撰写的《ASP.NET MVC 4高级编程(第4版)》将带您学习最前沿的Web框架:ASP.NET MVC 4。本书开篇简要介绍ASP.NET MVC框架,然后直奔主题,讨论使用ASP.NET和最新MicrosoftMVC来构建数据驱动的动态网站需要了解的所有重要知识点。书中提供了按部就班的详细指导和大量的代码示例,引导读者入门并逐渐掌握高级主题。 本书特色: ◆ 解释ASP.NET MVC框架与“文件页”Web框架的不同之处 ◆ 介绍控制器、视图、模型、表单、HTML辅助方法、数据注解、验证、成员资格、授权、安全和路由 ◆ 着重介绍最核心的主题:Ajax、jQuery、NuGet、依赖注入、单元测试、MVC扩展和Razor ◆ 在实际的大型ASP.NET MVC案例网站NuGet Gallery中演示所有知识点 ◆ 应上一版读者提出的要求,本书涵盖了其他一些紧贴实用的开发知识
2022-01-18 23:18:04 54.04MB asp.net nvc4 高级编程 pdf
1
韩家炜等所著数据挖掘:概念与技术的英文原版(第三版)。超清晰版PDF文档。供各位热爱数据挖掘的同学们一起学习。
2022-01-17 17:28:14 12.27MB 韩家炜 数据挖掘 第三版 英文原版
1
编程精粹(中文版) 超清晰pdf电子书 非常强悍 现在已经绝版了 公司还花了大价钱给我们印的
2021-08-10 14:14:37 1.43MB 编程精粹(中文版) 清晰 pd
1
经典Java入门教程超清晰PDF。包含:Java语言基础,编程环境的搭建,数据和运算符等基本的语法规则,再讲到数组,字符串,类;最后讲解了一些高级的编程技术:对象,包,继承,接口,内部内,线程等。绝对经典的入门级的Java教程。
2021-06-11 09:11:28 3.8MB 经典Java 入门教程 超清晰PDF
1
华清远见编著的《FPGA应用开发入门与典型实例》,文字版,非扫描版,超清晰pdf,和市面上的书籍内容一样,是修订版,你值得拥有 第1章 FPGA系统设计基础 第2章 从零开始设计FPGA最小系统 第3章 硬件描述语言Verilog HDL基础 第4章 硬件描述语言Verilog HDL设计进阶 第5章 FPGA设计开发软件Quartus II的使用技巧 第6章 FPGA设计开发软件ISE使用技巧 第7章 FPGA系统设计的仿真验证 第8章 基于FPGA的片上可编程系统(SOPC)设计 第9章 FPGA系统设计原则和技巧 第10章 利用FPGA实现外设通信接口 第11章 F
2019-12-21 21:28:28 14.62MB FPGA 华清远见
1
UNIX环境高级编程第三版(英文原版)(超清晰pdf) The first edition of the book was published by Addison-Wesley in 1992. It covered programming for the two popular families of the Unix operating system, the Berkeley Software Distribution (in particular 4.3 BSD and 386BSD) and AT&T's UNIX System V (particularly SVR4). The book covers system calls for operations on single file descriptors, special calls like ioctl that operate on file descriptors, and operations on files and directories. It covers the stdio section of the C standard library, and other parts of the library as needed. The several chapters concern the APIs that control processes, process groups, daemons, inter-process communication, and signals. One chapter is devoted to the Unix terminal control and another to the pseudo terminal concept and to libraries like termcap and curses that build atop it. Stevens adds three chapters giving more concrete examples of Unix programming: he implements a database library, communicates with a PostScript printer, and with a modem. The book does not cover network programming: this is the subject of Stevens' 1990 book UNIX Network Programming and his subsequent three-volume TCP/IP Illustrated. Stevens died in 1999 leaving a second edition incomplete. With the increasing popularity and technical diversification of Unix derivatives, and largely compatible systems like the Linux environment, the code and coverage of Stevens' original became increasingly outdated. Working with Stevens' unfinished notes, Stephen A. Rago completed a second edition which Addison-Wesley published in 2005. This added support for FreeBSD, Linux, Sun's Solaris, and Apple's Darwin, and added coverage of multithreaded programming with POSIX Threads. The second edition features a foreword by Dennis Ritchie and a Unix-themed Dilbert strip by Scott Adams. The book has been widely lauded as well written, well crafted, and comprehensive. It received a "hearty recommendation" in a Linux Journal review[1] OSNews describes it
2019-12-21 20:13:05 19.65MB UNIX
1