Location:
Search - WinDjView
Search list
Description: 数字图像处理英文原版书,djvu格式的,可下载阅读器WinDjView观看,很清晰哦!
Platform: |
Size: 7584820 |
Author: x |
Hits:
Description: 数字图像处理英文原版书,djvu格式的,可下载阅读器WinDjView观看,很清晰哦!-Digital image processing, the original English edition book, djvu format, downloadable reader WinDjView watch, very clear Oh!
Platform: |
Size: 7584768 |
Author: x |
Hits:
Description: 电子书《应用模式识别技术导论—人脸识别与语音识别》(苏剑波 徐波,上海交大出版社,2001年5月),附阅读器:WinDjView。-E-book
Platform: |
Size: 3573760 |
Author: 陶应学 |
Hits:
Description: 从网上下载一些.djvu的文本资料,用来阅读扩展名.djvu的软件-to read the software which extended name is .djvu
Platform: |
Size: 1044480 |
Author: wish |
Hits:
Description: WinDjView是一款电子图书阅读软件,可以阅读、打印 .DjVu 和 .DjV 格式的文件,并可导出页面图片及文本。 -WinDjView is a fast, compact and powerful DjVu viewer for Windows with tabbed interface, continuous scrolling and advanced printing options. It uses the free DjVuLibre library to decode DjVu documents. DjVu is a web-centric format and software platform for distributing documents and images.
Platform: |
Size: 759808 |
Author: liqi |
Hits:
Description: WinDjView-0.3.5是用来打开djvu格式的 选择要打开的文件-WinDjView-0.3.5 is used to select the format to open djvu file to open
Platform: |
Size: 480256 |
Author: 赵宁 |
Hits:
Description: 计算电磁波的fdtd方法书籍,DJVU文件,用WinDjView打开。-A book for calculating electromagnatic wave with fdtd method.
Platform: |
Size: 6041600 |
Author: 李昊 |
Hits:
Description: 计算物理,数值计算,fortran语言描述,外文书籍,对科研人员很实用的!DJVU文件,用WinDjView打开-Computational_Physics_Fortran_Version,very
useful for scientists and engineers.
Platform: |
Size: 4947968 |
Author: 李昊 |
Hits:
Description: Computational_Physics普顿大学教授N.J.Giordano的计算物理教材,对科研工作者很实用;DJVU文件,压缩包内含有打开程序WinDjView。-Computational_Physics textbook,useful for scientists and engineers
Platform: |
Size: 4969472 |
Author: 李昊 |
Hits:
Description: 开关电源中输出变压器的选用和设计,用windjview打开。-Switching Power Supply in the selection and design of the output transformer, with windjview open.
Platform: |
Size: 2019328 |
Author: 宁聚 |
Hits:
Description: win dj view file viewer and application
Platform: |
Size: 508928 |
Author: shirin |
Hits:
Description: WinDjView,djvu 格式电子文档阅读软件。没什么好说的,我只是翻译了一下,本来重新写个dll资源也可以完成程序的翻译,但是我觉得拿着到处走不方便,于是费了点功夫把整个exe翻译了。已经将所有菜单和对话框翻译成了简体中文,但是还有工具栏提示等少数地方没有翻译。
-WinDjView, djvu format for electronic document reading software. There' s really nothing, I just translated a bit, had to re-write a dll resources can complete the process of translation, but I think walking around holding inconvenient, so costs of doing something with the whole exe translated. All the menus and dialog boxes have been translated into Simplified Chinese, but there are tooltips and a few other places which are not translated.
Platform: |
Size: 1035264 |
Author: zhoujie |
Hits:
Description: djvu文件,可用合适的软件打开,如WinDjview-djvu file, can be opened with software like windjview
Platform: |
Size: 1587200 |
Author: 梦回 |
Hits:
Description: WinDjView一款电子图书阅读软件,可以阅读、打印.DjVu 和.DjV 格式的文件,并可导出页面图片及文本,本程序是最新版本3.4-WinDjView an e-book reading software, can read and print. DjVu and. DjV file formats and can export the page image and text, this program is the latest version of the 3.4
Platform: |
Size: 508928 |
Author: sdxiao |
Hits:
Description: 真正的经典了。能彻底理解的人才有可能更进一步。
中文名: 编译原理
英文名: Compilers: Principles, Techniques, and Tools (第2版)
作者:(美)Alfred V.Aho Monica S.Lam Ravi Sethi Jeffrey D.Ullman
djvu 文件阅读器:
Windjview: http://windjview.sourceforge.net/
本书全面、深入地探讨了编译器设计方面的重要主题,包括词法分析、语法分析、语法制导定义和语法制导翻译、运行时刻环境、目标代码生成、代码优化技术、并行性检测以及过程间分析技术,并在相关章节中给出大量的实例。与上一版相比,本书进行了全面修订,涵盖了编译器开发方面最新进展。每章中都提供了大量的实例及参考文献。
本书是编译原理课程方面的经典教材,内容丰富,适合作为高等院校计算机及相关专业本科生及研究生的编译原理课程的教材,也是广大技术人员的极佳参考读物。-contents:
1 Introduction
1.1 Language Processors
1.1.1 Exercises for Section 1.1
1.2 The Structure of a Compiler
1.2.1 Lexical Analysis
1.2.2 Syntax Analysis
1.2.3 Semantic Analysis
1.2.4 Intermediate Code Generation
1.2.5 Code Optimization
1.2.6 Code Generation
1.2.7 Symbol-Table Management
1.2.8 The Grouping of Phases into Passes
1.2.9 Compiler-Construction Tools
1.3 The Evolution of Programming Languages
1.3.1 The Move to Higher-level Languages
1.3.2 Impacts on Compilers
1.3.3 Exercises for Section 1.3
1.4 The Science of Building a Compiler
1.4.1 Modeling in Compiler Design and Implementation
1.4.2 The Science of Code Optimization
1.5 Applications of Compiler Technology
1.5.1 Implementation of High-Level Programming Languages
1.5.2 Optimizations for Computer Architectures
1.5.3 Design of New Computer Architectures
1.5.4 Program Translations
1.5.5 Software Productivity Tools
1.6 Programining Language Basics
1.6.1 Tile Static/Dynamic Distinction
1.6.2 E
Platform: |
Size: 5895168 |
Author: 白起 |
Hits:
Description: 《Visual C++ 实践与提高—图形图像编程篇》
我还分享了配书源码,可同时下载使用。需要自己下载Djvu格式浏览器-WinDjView。-The Visual C++ practice and raise-the sketch picture weaves the distance article I still shared to go together with the book source code, can download the usage in the meantime.Need the oneself downloads the Djvu format browser - WinDjView
Platform: |
Size: 15780864 |
Author: 孔 |
Hits:
Description: 著名的Divu格式文件阅读器WinDjview的1.0.3版的开源源代码,值得大家研究开发之用,这个是原版,未经任何改动。-The open source codes of famous reader WinDiview v1.0.3 of Divu formart files
Platform: |
Size: 1017856 |
Author: park |
Hits:
Description: windjview 源代码, 可以看看其有框架,DJ数据的解析,程序的数据对象的组织管理-windjview source code, you can look at its framework, the DJ the data parsing, program organization and management of the data objects
Platform: |
Size: 1099776 |
Author: pengxing |
Hits: