搜索结果
找到约 967 项符合
assembly-language 的查询结果
VC书籍 Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn
Imperfect C++ Practical Solutions for Real-Life Programming
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you w ...
其他书籍 Syllabus of Assembly Programming 王爽 汇编语言 讲解细致 深入浅出
Syllabus of Assembly Programming 王爽 汇编语言 讲解细致 深入浅出
数据结构 Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language:
Problem A:放苹果
Time Limit:1000MS Memory Limit:65536K
Total Submit:1094 Accepted:441
Language: not limited
Description
把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。
Input
第一行是测试数据的数目t(0 <= t <= 20) ...
VC书籍 The C programming Language。对c程序语言的介绍
The C programming Language。对c程序语言的介绍,内容很全,可惜是英文版的。
单片机开发 using lisp to do the caculation, can parse the natural language,and can caculate the simple, like wh
using lisp to do the caculation, can parse the natural language,and can caculate the simple, like what is 2 plus 3 ?
matlab例程 MATLAB is a high-level language for technical computing which is often used by engineers to help the
MATLAB is a high-level language for technical computing which is often used by engineers to help them design systems or analyse a system’s behaviour.
其他书籍 XHTML标准参考手册,XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(
XHTML标准参考手册,XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(参考http://www.w3.org/TR/xhtml1)。XML虽然数据转换能力强大,完全可以替代HTML,但面对成千上万已有的站点,直接采用XML还为时过早。因此,我们在HTML4.0的基础上,用XML的规则 ...
其他书籍 "Foundations of Statistical Natural Language Processing", wrote by Christopher D. Manning & Hinrich
"Foundations of Statistical Natural Language Processing", wrote by Christopher D. Manning & Hinrich Schütze.一本极为经典的国外教材。
其他书籍 some information about how to study matlab language
some information about how to study matlab language
VC书籍 C++ Language Tutorial中文翻译本教程对C++语言进行了深入浅出的介绍
C++ Language Tutorial中文翻译本教程对C++语言进行了深入浅出的介绍,从基础知识到ANSI-C++标准的最新功能,内容涵盖了从数组,类等基本概念到多态、模板等高级概念。