-
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型...
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型-C language is a structured language. Its level of clear, easy to organize procedures in accordance with modular, easy to debug and maintain. C language and ability to deal with the performance ability. It not only has a wealth of data types and operators…………
- 2022-05-21 12:37:58下载
- 积分:1
-
上传的是<<精通Matlab7程序>>中的全书所有的程序源代码,好不容易才找到的,...
上传的是<<精通Matlab7程序>>中的全书所有的程序源代码,好不容易才找到的,-From the
- 2023-06-04 19:30:13下载
- 积分:1
-
文件上传下载系统源码,
文件上传下载系统源码,-file upload download source code.
- 2022-08-13 00:58:50下载
- 积分:1
-
2007 software testing questions and answers
pdf
2007 软件评测师考试试题及答案
pdf格式
-2007 software testing questions and answers
pdf
- 2022-03-03 03:11:05下载
- 积分:1
-
本书自2005年2月由哈佛商学院出版社出版以来,在世界范围内引起了极大的反响,先后获得了“《华尔街日报》畅销书”、“全美畅销书”、“全球畅销书”的称号,迄今为止...
本书自2005年2月由哈佛商学院出版社出版以来,在世界范围内引起了极大的反响,先后获得了“《华尔街日报》畅销书”、“全美畅销书”、“全球畅销书”的称号,迄今为止已经被译成24种语言,打破了哈佛商学院出版社有史以来出售国际版权的记录。-the book since February 2005 by the Harvard Business School Press, in the world has caused a tremendous response has been "the" Wall Street Journal "best-selling book," "There best-selling book", "global best-selling book" of the title, has to date been translated into 24 languages. breaking the Harvard Business School Press International Copyright ever sold records.
- 2022-02-25 14:52:19下载
- 积分:1
-
gnu make 的中文用户手册,适用gcc编译器
gnu make 的中文用户手册,适用gcc编译器-gnu make the Chinese user manual applies to gcc compiler
- 2022-07-08 10:35:17下载
- 积分:1
-
java思想的第二版,对学习java的人来说是十分难得的!
java思想的第二版,对学习java的人来说是十分难得的!-thinking of the second version of the java learning is very rare!
- 2023-01-13 02:55:03下载
- 积分:1
-
Windows核心编程第四版+源代码
目 录
译者序
前言
第一部分 程序员必读
第1章 对程序错误的处理 1
1.1 定义自己的错误代码 4
1.2 ErrorShow示例应用程序 5
第2章 Unicode 11
2.1 字符集 11
2.1.1 单字节与双字节字符集 11
2.1.2 Unicode:宽字节字符集 12
2.2 为什么使用Unicode 13
2.3 Windows 2000与Unicode 13
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 12:39:27下载
- 积分:1
-
Easy to generate the snow, which changes slightly. Not very complete. Please for...
简单的雪花生成 ,其中略有改动。不是很完整。请见谅!-Easy to generate the snow, which changes slightly. Not very complete. Please forgive me!
- 2023-06-14 20:00:03下载
- 积分:1
-
′问题描述:
设 X[0:n
′问题描述:
设 X[0:n-1]和 Y[0:n-1]为 2 个数组,每个数组中含有 n 个已排好序的数。试设计一个
O(logn)时间的算法,找出X和Y的2n个数的中位数。
例如,当n=7,X=[1,3,6,7,8,9,10];Y=[2,4,5,11,12,13,14]时,X 和Y
的中位数是7。
- 2022-06-19 00:51:04下载
- 积分:1