Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • protect.7z ... your own risk. Table of Contents What are Interrupts? Page 2 Interrupts and Intel Architecture Page 3 Hardware Interrupts Page ... Page 5 Using your new Interrupt Service Routine Page 6 The Programmable Interrupt Controller Page 7 IRQ2/IRQ9 Redirection Page ...
  • ffmpeg-2.5.2-win64-dev.7z ... Builds Home Page: This build was compiled on: Dec 30 2014, at: 17:29:04 FFmpeg version: 2. ... 0.6.0 <http://code.google.com/p/game-music-emu/> GSM 1.0.13-4 ... https://github.com/mstorsjo/vo-amrwbenc> Vorbis 1.3.4 <http://vorbis.com/> vpx 1. ...
  • ffmpeg-2.5.2-win64-shared.7z This is a FFmpeg Win64 shared build by Kyle Schwarz. Zeranoe's FFmpeg Builds Home Page: < ... /> libbluray 0.6.2 <http://videolan.org/developers/libbluray.html> libbs2b 3.1.0 ... 0.6.0 <http://code.google.com/p/game-music-emu/> GSM 1.0.13-4 ...
  • iso-iec 14496-10(3rd_2006-03-01)_MPEG4_AVC_H264.pdf Contents Page 0 Introduction.............................................................................................................................................................. xiv 0.1 Prologue ...
  • RADStudioKeyPatch10.3.3 rio.rar ... 26.0.36039.7899 InterBase 2020 Version: 14.0.0.92 2. Mount *.iso image and run intstallation process, select language, ... the "Input License" page... 3. Click "< Back" button Now use keygen... 4. Click "Generate" ...
  • 2011数据结构 A卷参考答案与评分细则.doc PAGE PAGE 3 2011计科12班数据结构A卷参考答案与评分细则 选择题 每题2分共30分 题号 1 2 3 4 5 6 7 8 9 10 选项 题号 11 12 13 14 15 选项 判断题每题1分共10分 题号 1 2 3 4 5 6 7 8 9 10 对错 填空题 每空1分共10分 1线性表 栈 队列 串 顺序存储结构和链式存储结构 22.1 s->next=p->next; 2.
  • 《数据结构》期末复习题及参考答案 - 第6章 树和二叉树【HSH2013级】给学生.doc PAGE 7 数据结构期末复习题及参考答案 - 第6章 树和二叉树 一 选择题 1在二叉树的第I层(I1)上最多含有结点数为 A. 2I B. 2I-1-1 C. 2I-1 D. 2I -1 2深度为6的二叉树最多有( )个结点 A64 B.63 C.32 D.31 3一棵树高为K的完全二叉树至少有( )个结点 A.2k 1 B.2k-1 1 C.2k-1 D.2 k 4有关二叉树下列说法正确的
  • 电大本科c语言程序设计a期末考试复习资料.doc PAGE / NUMPAGES 本科C语言程序设计A复习资料 一单选题 1在每个C语言程序中都必须包含有这样一个函数该函数的函数名为(A) A. main B. MAIN C. name D. function 2每个C语言程序文件的编译错误分为B类 A. 1 B. 2 C. 3 D. 4 3. 字符串"a+b=12\n"的长度为B A. 6 B. 7 C. 8 D. 9 4. 在switch语句
  • C++试卷综合练习 2.doc PAGE PAGE 1 C++语言程序设计自测练习一 1. A 2. C 3. B 4. B 5. B 6. C 7. A 8. D 9. B 10. D 一单项选择题 1. C++源程序文件的默认扩展名为( A ) A. cpp B. exe C. obj D. lik 2. 由C++源程序文件编译而成的目标文件的默认扩展名为( C ) A. cpp B. exe C. obj D. lik
  • 2部分--C语言程序设计练习三(参考答案).doc PAGE PAGE 5 C语言程序设计练习三参考答案 三阅读分析题 1.阅读分析下面程序后写出程序的运行结果 运行结果 2 6 12 20 2.写出以下程序的功能如果输入14写出程序的输出结果 输出结果no 3.阅读下面的程序并回答问题 1数组中a[10]号元素中存储的是什么字符? 答a[10]元素中存储的是\0 2请写出程序的运行结果 运行结果34567890 4.写出下面程序的运行结果 运行结