首页 磁力链接怎么用

[ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2024-9-8 09:25 2024-10-11 04:24 44 1.95 GB 92
二维码链接
[ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. ~Get Your Files Here !/01 Introduction/001 Introduction.mp435.86MB
  2. ~Get Your Files Here !/01 Introduction/002 Introduction to Assembly Language for x86 Processors.mp460.6MB
  3. ~Get Your Files Here !/01 Introduction/003 Installing Visual Studio 2019 Community Edition.mp417.97MB
  4. ~Get Your Files Here !/01 Introduction/004 1-Introduction to Assembly Language for x86 Processors.mp422.78MB
  5. ~Get Your Files Here !/02 Number systems and data representation/001 Introduction to number systems.mp47.09MB
  6. ~Get Your Files Here !/02 Number systems and data representation/002 Converting binary to hexadecimal.mp46.44MB
  7. ~Get Your Files Here !/02 Number systems and data representation/003 Converting hexadecimal to binary.mp44.47MB
  8. ~Get Your Files Here !/02 Number systems and data representation/004 Converting binary to decimal.mp42.99MB
  9. ~Get Your Files Here !/02 Number systems and data representation/005 Converting hexadecimal to decimal.mp44.36MB
  10. ~Get Your Files Here !/02 Number systems and data representation/006 Converting decimal to binary.mp46.62MB
  11. ~Get Your Files Here !/02 Number systems and data representation/007 Converting decimal to hexadecimal.mp45.47MB
  12. ~Get Your Files Here !/02 Number systems and data representation/008 Binary addition and subtraction.mp47.15MB
  13. ~Get Your Files Here !/02 Number systems and data representation/009 Hexadecimal addition.mp416.38MB
  14. ~Get Your Files Here !/02 Number systems and data representation/010 Hexadecimal subtraction.mp418.14MB
  15. ~Get Your Files Here !/02 Number systems and data representation/011 Negative numbers storage.mp46.93MB
  16. ~Get Your Files Here !/02 Number systems and data representation/012 Overflow.mp421.37MB
  17. ~Get Your Files Here !/03 Basic language elements/001 Integer constants and expressions.mp46.77MB
  18. ~Get Your Files Here !/03 Basic language elements/002 Character and string constants.mp43.89MB
  19. ~Get Your Files Here !/03 Basic language elements/003 Reserved words and identifiers.mp45.17MB
  20. ~Get Your Files Here !/03 Basic language elements/004 Directives and Instructions.mp45.09MB
  21. ~Get Your Files Here !/03 Basic language elements/005 Labels.mp46.45MB
  22. ~Get Your Files Here !/03 Basic language elements/006 Mnemonics and Operands.mp48.65MB
  23. ~Get Your Files Here !/03 Basic language elements/007 Comments and No Operation instruction.mp45.97MB
  24. ~Get Your Files Here !/04 Defining Data/001 Defining data.mp416.17MB
  25. ~Get Your Files Here !/04 Defining Data/002 Types of registers.mp412.67MB
  26. ~Get Your Files Here !/04 Defining Data/003 Little-Endian and big-endian order.mp410.15MB
  27. ~Get Your Files Here !/04 Defining Data/004 Template for Assembly Language Program without using Irvine32.mp413.05MB
  28. ~Get Your Files Here !/04 Defining Data/005 A template for assembly language programs using Irvine32.mp47.33MB
  29. ~Get Your Files Here !/04 Defining Data/006 Defining strings.mp425.79MB
  30. ~Get Your Files Here !/04 Defining Data/007 B-1-Example program- Hello World.mp47.67MB
  31. ~Get Your Files Here !/04 Defining Data/008 B-2-Example program without using Irvine32.mp417.87MB
  32. ~Get Your Files Here !/04 Defining Data/009 B-3-Example program using Irvine32.mp413.68MB
  33. ~Get Your Files Here !/04 Defining Data/010 B-4-Example Program-Unsigned Integer to binary-hexadecimal.mp414.37MB
  34. ~Get Your Files Here !/04 Defining Data/011 C-Assignment 3 - bigEndian to littleEndian.mp434.81MB
  35. ~Get Your Files Here !/05 Data transfer instructions/001 MOV instruction.mp427.54MB
  36. ~Get Your Files Here !/05 Data transfer instructions/002 MOVZX instruction.mp435.01MB
  37. ~Get Your Files Here !/05 Data transfer instructions/003 MOVSX instruction.mp467.63MB
  38. ~Get Your Files Here !/05 Data transfer instructions/004 XCHG instruction.mp438.56MB
  39. ~Get Your Files Here !/05 Data transfer instructions/005 B-Example Program- Case conversion.mp418.85MB
  40. ~Get Your Files Here !/05 Data transfer instructions/006 C-1-Assignment 1-Using 32 bit signed integer to calculate an expression.mp420.25MB
  41. ~Get Your Files Here !/05 Data transfer instructions/007 C-2-Assignment 2-Using 8 bit unsigned integer to calculate an expression.mp419.03MB
  42. ~Get Your Files Here !/06 Data related operators and directives/001 ALIGN directive.mp427.22MB
  43. ~Get Your Files Here !/06 Data related operators and directives/002 LENGTHOF operator.mp433.79MB
  44. ~Get Your Files Here !/06 Data related operators and directives/003 Offset operator.mp464.25MB
  45. ~Get Your Files Here !/06 Data related operators and directives/004 PTR operator.mp433.06MB
  46. ~Get Your Files Here !/06 Data related operators and directives/005 SIZEOF operator.mp431.98MB
  47. ~Get Your Files Here !/06 Data related operators and directives/006 TYPE operator.mp415.59MB
  48. ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/001 Flags affected by addition and subtraction.mp473.05MB
  49. ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/002 INC and DEC instructions.mp410.76MB
  50. ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/003 Indexed operands.mp431.01MB
  51. ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/004 Pointers.mp410.49MB
  52. ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/005 B-Example Program - Summing an Array.mp422.08MB
  53. ~Get Your Files Here !/08 Procedures and Stack operations/001 CALL and RET instructions.mp44.89MB
  54. ~Get Your Files Here !/08 Procedures and Stack operations/002 Stack parameters.mp432.03MB
  55. ~Get Your Files Here !/08 Procedures and Stack operations/003 POP instruction.mp45.63MB
  56. ~Get Your Files Here !/08 Procedures and Stack operations/004 PUSH instruction.mp417.58MB
  57. ~Get Your Files Here !/08 Procedures and Stack operations/005 LEA instruction.mp412.72MB
  58. ~Get Your Files Here !/08 Procedures and Stack operations/006 B-Example program-Reverses a string.mp426.86MB
  59. ~Get Your Files Here !/08 Procedures and Stack operations/007 C-Assignment 5 reverse string and count lowercase.mp460.34MB
  60. ~Get Your Files Here !/09 Boolean and comparison instructions/001 AND instruction.mp418.01MB
  61. ~Get Your Files Here !/09 Boolean and comparison instructions/002 NOT instruction.mp49.84MB
  62. ~Get Your Files Here !/09 Boolean and comparison instructions/003 OR instruction.mp411.81MB
  63. ~Get Your Files Here !/09 Boolean and comparison instructions/004 TEST instruction.mp410.52MB
  64. ~Get Your Files Here !/09 Boolean and comparison instructions/005 XOR instruction.mp417.39MB
  65. ~Get Your Files Here !/10 Conditional jumps and loop instructions/001 Unconditional JMP and LOOP instructions.mp45.46MB
  66. ~Get Your Files Here !/10 Conditional jumps and loop instructions/002 Conditional structure.mp432.67MB
  67. ~Get Your Files Here !/10 Conditional jumps and loop instructions/003 Jump based on equality JE JNE JCXZ JECXZ.mp436.8MB
  68. ~Get Your Files Here !/10 Conditional jumps and loop instructions/004 Jump based on signed comparisons.mp434.99MB
  69. ~Get Your Files Here !/10 Conditional jumps and loop instructions/005 Jump based on unsigned comparisons.mp433.17MB
  70. ~Get Your Files Here !/10 Conditional jumps and loop instructions/006 Jumps based on specific flag values.mp443.45MB
  71. ~Get Your Files Here !/10 Conditional jumps and loop instructions/007 LOOPZ LOOPNZ LOOPE and LOOPNE instructions.mp47.42MB
  72. ~Get Your Files Here !/10 Conditional jumps and loop instructions/008 While loops.mp44.73MB
  73. ~Get Your Files Here !/10 Conditional jumps and loop instructions/009 B-1-Example program-sum positive number.mp453.13MB
  74. ~Get Your Files Here !/10 Conditional jumps and loop instructions/010 B-2-Example program Find the maximum integer in an array.mp421.43MB
  75. ~Get Your Files Here !/10 Conditional jumps and loop instructions/011 B-3-Example program-Convert Java code to ASM code-While loop.mp433.83MB
  76. ~Get Your Files Here !/10 Conditional jumps and loop instructions/012 B-4-Example Program- Generating random numbers.mp414.07MB
  77. ~Get Your Files Here !/10 Conditional jumps and loop instructions/013 B-5-Example program-Copying a string from source to destination.mp414.29MB
  78. ~Get Your Files Here !/10 Conditional jumps and loop instructions/014 C-Assignment 4-Fibonacci number sequence.mp432.29MB
  79. ~Get Your Files Here !/11 Shift and rotate instructions/001 RCL and RCR instructions.mp419.09MB
  80. ~Get Your Files Here !/11 Shift and rotate instructions/002 ROL instruction.mp411.44MB
  81. ~Get Your Files Here !/11 Shift and rotate instructions/003 ROR instruction.mp410.9MB
  82. ~Get Your Files Here !/11 Shift and rotate instructions/004 SHL instruction.mp428.94MB
  83. ~Get Your Files Here !/11 Shift and rotate instructions/005 SHR instruction.mp428.45MB
  84. ~Get Your Files Here !/11 Shift and rotate instructions/006 SHLD and SHRD instructions.mp437.13MB
  85. ~Get Your Files Here !/11 Shift and rotate instructions/007 B-Example program-Shift and rotate instructions.mp411.97MB
  86. ~Get Your Files Here !/12 Multiplication and division instructions/001 MUL instruction.mp420.05MB
  87. ~Get Your Files Here !/12 Multiplication and division instructions/002 IMUL instruction.mp438.79MB
  88. ~Get Your Files Here !/12 Multiplication and division instructions/003 DIV instruction.mp431.6MB
  89. ~Get Your Files Here !/12 Multiplication and division instructions/004 Signed integer division.mp430.45MB
  90. ~Get Your Files Here !/12 Multiplication and division instructions/005 B-Example program-Evaluating an arithmetic expression.mp425.61MB
  91. ~Get Your Files Here !/12 Multiplication and division instructions/006 C-1-Assignment 6 -GCD non-recursive looping algorithm.mp435.08MB
  92. ~Get Your Files Here !/12 Multiplication and division instructions/007 C-2-Assignment 7 -Finding GCD using recursive algorithm.mp432.08MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统