ZIP64MB__C程序设计学习辅导第5版_1638011783.zip 64.3MB

2401_87971817

资源文件列表:

64MB__C程序设计学习辅导第5版_1638011783.zip 大约有1个文件
  1. end.html 64.3MB

资源介绍:

64MB__C程序设计学习辅导第5版_1638011783.zip
<!DOCTYPE html> <html dir="ltr" mozdisallowselectionprint> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="google" content="notranslate"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>PDF viewer</title> <link rel="resource" type="application/l10n" href="https://pdf.maitube.com/pdf/locale/locale.properties"> <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.5.0/jquery.js"></script> <script> document.oncontextmenu = function(e) { var e = e || window.event; e.preventDefault(); // 阻止默认事件 e.returnValue = false; return false; }; window.onkeydown = function(e) { // 屏蔽ctrl+s 保存 if (e.ctrlKey && e.keyCode == 83) { e.returnValue = false; return false; } // 屏蔽ctrl+p 打印 if (e.ctrlKey && e.keyCode == 80) { e.preventDefault(); e.returnValue = false; return false; } // 禁止通过F12打开控制� var e = event || window.event || arguments.callee.caller.arguments[0]; if (e && e.keyCode == 123) { e.returnValue = false; return (false); } }; </script> <style> .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1.0}.textLayer>span{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer::-moz-selection{background:#00f}.textLayer::selection{background:#00f}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-color:rgba(0,54,255,0.13);border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:0;border:1px solid transparent;cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:0;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:'';display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.pdfViewer .canvasWrapper{overflow:hidden}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:1px auto -8px auto;position:relative;overflow:visible;border:9px solid transparent;background-clip:content-box;-o-border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAB3CAYAAAA5Od+KAAADx0lEQVR4Xu3ci0ojQRSE4clFjfr+j6qJxiRLDRxpsnihiNFT/ANNNkjr6fo8PZOZxcXpdDpNHJEJLMCNdJ0XBW6uLbjBtuCCm5xA8No454IbnEDw0uhccIMTCF4anQtucALBS6NzwQ1OIHhpdC64wQkEL43OBTc4geCl0bngBicQvDQ6F9zgBIKXRueCG5xA8NLoXHCDEwheGp0LbnACwUujc8ENTiB4aXQuuMEJBC+NzgU3OIHgpdG54AYnELw0Ohfc4ASCl0bnghucQPDS6FxwgxMIXhqdC25wAsFLo3PBDU4geGl0LrjBCQQvjc4FNziB4KXFd+7xeJwOh8Ok1zqWy+WksVqtgmmD/5i2QPf7/Qz79vY26a/9aywWixlW4+bmZlqv17HIkZ0r1NfX1xm3gMfOFbBQhatxe3s7v6YdcbjC3O12M24Bq3OFW52r7VijYO/u7iaNNOAoXG3BgtV4eXmZR3Vv4ao7R1h1rWA3m808ks7DUbgFu91u/wMW/Ni56tLqWKHe39+/A6dszzG4whNqjYKuLbq2Zl1I6XxbHVuoeq2R0r0xuNp+Bfv8/DyPEVrbs86/2poFJ1iNEfTh4WF+//j4OOMnHDG4Ahxxz4H1NXWv4EZU/VuwNfRe23XCEYf79PT03rkC1vtC12t16Dno+B7cP/ar/VnnClnnXp2XtS3TuX8M76tyPjrn1scinXMLV1fK9dGnoMeOTvm8G7Mt62JpPM+eXy0LXx+FxqtlAWsLPu9krpa/aqVf+HptzePn3LpTVQ8P6oFBXTGPwNXNv1D6j/zImM5VOroaFvBnd6jqwUHdVx5vZHCH6kd+xy73Tb9zb7m2Zu4tXy73q32nj54KjY/86v4yT4WuxnK5H1TPcbVVnz/P1dZcuDzPvVzmV/9OdSF1/j8xhKvtOfmIuqBKhnLWBq6TWpM54DaBcsoE10mtyRxwm0A5ZYLrpNZkDrhNoJwywXVSazIH3CZQTpngOqk1mQNuEyinTHCd1JrMAbcJlFMmuE5qTeaA2wTKKRNcJ7Umc8BtAuWUCa6TWpM54DaBcsoE10mtyRxwm0A5ZYLrpNZkDrhNoJwywXVSazIH3CZQTpngOqk1mQNuEyinTHCd1JrMAbcJlFMmuE5qTeaA2wTKKRNcJ7Umc8BtAuWUCa6TWpM54DaBcsoE10mtyR
100+评论
captcha
    类型标题大小时间
    ZIP(源码)基于Spring Boot的学生签到管理系统.zip2.53MB5月前
    ZIPCSP-J2024题面(原版珍惜资源)48.81MB5月前
    ZIP(源码)基于ESP8266的智能电表数据读取系统.zip638.89KB5月前
    ZIPSOM v3.3.3 (1).zip68.32MB5月前
    ZIPShellCode-Loader - Msf&CobaltStrike免杀ShellCode加载器12.43MB5月前
    ZIP参考zh.hans ERouting-sLM-v40.pdf 中实验教程,免费无需多言11.4MB5月前
    ZIPqtmgtt-5.14.2源码329.69KB5月前
    ZIP计算机安全Ⅰ实验报告3.2:VBA+CDO发送邮件2.15MB5月前