64MB__C程序设计学习辅导第5版_1638011783.zip
大小:64.3MB
价格:26积分
下载量:0
评分:
5.0
上传者:2401_87971817
更新日期:2025-09-22

64MB__C程序设计学习辅导第5版_1638011783.zip

资源文件列表(大概)

文件名
大小
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

用户评论 (0)

发表评论

captcha

相关资源

(源码)基于Spring Boot的学生签到管理系统.zip

# 基于Spring Boot的学生签到管理系统## 项目简介本项目是一个基于Spring Boot框架的学生签到管理系统,旨在提供一个高效、便捷的方式来管理学生的签到信息。系统支持学生签到状态的查询、签到列表的导出、二维码的生成与下载等功能,适用于学校、培训机构等需要管理学生签到的场景。## 项目的主要特性和功能1. 学生签到管理 查询学生的签到状态。 获取已签到和未签到的学生列表。 判断学生签到是否成功。2. 文件管理 导出学生的签到信息为Excel文件,供用户下载。3. 二维码管理 生成包含学生信息的二维码图片。 提供二维码图片的下载功能。4. 用户管理 用户登录验证。## 安装使用步骤1. 环境准备 确保已安装Java开发环境(JDK 8或更高版本)。 安装Maven用于项目构建和管理依赖。2. 下载源码

2.53MB31积分

CSP-J2024题面(原版珍惜资源)

内容概要:以CSP-J复现赛原题为主要内容,能实现没有参加比赛的人自主进行测试的需求,测试点等一应俱全。适用人群:学生以及有学习编程C++的人群。能学到什么:1. 提升编码水平 2. 学习有关算法,如模拟。

48.81MB13积分

(源码)基于ESP8266的智能电表数据读取系统.zip

# 基于ESP8266的智能电表数据读取系统## 项目简介本项目旨在通过ESP8266微控制器从荷兰比利时的DSMR(数字电表)的P1端口读取电能和燃气数据,并将这些数据上传至Thingspeak平台。系统支持多种电表型号,并通过Web服务器实时展示读取的数据。## 项目的主要特性和功能 数据读取每UPDATEINTERVAL毫秒(默认60秒)从电表读取数据。 数据上传每SENDINTERVAL毫秒(默认10秒)上传电能数据,燃气数据则在有更新时立即上传。 日数据记录在午夜记录总电能消耗注入值,以便报告每日数据。这些值存储在SPIFFS中,即使ESP8266断电也能保留。 Web服务器运行一个Web服务器,提供一个网页展示当前的电能和燃气数据。 兼容性经过测试,兼容Sagemcom T211D(Fluvius)电表和ESP8266 NodeMCU v2。对于旧型号电表,波特率可能需要调整为9600。## 安装使用步骤

638.89KB35积分

SOM v3.3.3 (1).zip

SOM v3.3.3 (1).zip

68.32MB37积分