-
This book has been written to support a practically oriented course in programmi...
This book has been written to support a practically oriented course in programming language
translation for senior undergraduates in Computer Science. More specifically, it is aimed at students
who are probably quite competent in the art of imperative programming (for example, in C++,
Pascal, or Modula-2), but whose mathematics may be a little weak students who require only a
solid introduction to the subject, so as to provide them with insight into areas of language design
and implementation, rather than a deluge of theory which they will probably never use again
students who will enjoy fairly extensive case studies of translators for the sorts of languages with
which they are most familiar students who need to be made aware of compiler writing tools, and to
come to appreciate and know how to use them. It will hopefully also appeal to a certain class of
hobbyist who wishes to know more about how translators work.-This book has been written to support a practically o
- 2022-12-29 09:10:03下载
- 积分:1
-
C高级实用程序设计.pdf 王士元编著 其中讲解汉字编码不错。
C高级实用程序设计.pdf 王士元编著 其中讲解汉字编码不错。-C Advanced practical programming. Pdf edited by Wang Yuan on Chinese character encoding which is true.
- 2022-01-26 05:10:07下载
- 积分:1
-
思维模式
thinking in patterns
- 2022-01-26 02:52:30下载
- 积分:1
-
spring电子白皮书
spring电子白皮书-spring White Paper
- 2022-04-02 07:32:11下载
- 积分:1
-
J2ME手机游戏编程入门》一书的配套源码,全部是适合J2ME新手学习的好实例,几乎每一章都有一个实例游戏源码,而且实例囊括面也比较广,对入门者来说非常不错...
J2ME手机游戏编程入门》一书的配套源码,全部是适合J2ME新手学习的好实例,几乎每一章都有一个实例游戏源码,而且实例囊括面也比较广,对入门者来说非常不错-J2ME Mobile Game Programming Getting Started, " a book supporting source, all are suitable for novice to learn a good example of J2ME, almost every chapter has an instance of the game source code, and examples include surface is relatively broad, is very good for beginners
- 2022-02-27 07:40:06下载
- 积分:1
-
查找一个数,是一个基于windows console application的程序
查找一个数,是一个基于windows console application的程序-Search of a few, is a windows console application based on the procedures
- 2022-07-12 13:45:22下载
- 积分:1
-
《linux安装与配置简明手册》,通过它可以很容易的入门,并独自配置Linux系统...
《linux安装与配置简明手册》,通过它可以很容易的入门,并独自配置Linux系统-"linux simple installation and configuration manual," and through it very easy songs, Configuration and Linux system alone
- 2022-05-13 04:21:37下载
- 积分:1
-
数字音频处理
Digital Audio Processing
- 2022-03-21 05:01:22下载
- 积分:1
-
一本了解计算机网络安全的书籍,供参考和学习用
一本了解计算机网络安全的书籍,供参考和学习用-an understanding of computer network security books for reference and learning with
- 2022-03-24 12:12:17下载
- 积分:1
-
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-22 23:20:03下载
- 积分:1