• 2022-07-28 问题

    x = 13,y=-13,执行语句x,y=y,x后,变量x的值为( ) A: 13 B: 0 C: -13 D: 出错

    x = 13,y=-13,执行语句x,y=y,x后,变量x的值为( ) A: 13 B: 0 C: -13 D: 出错

  • 2022-05-26 问题

    X~N(10,22),求P(10<X<13),P(X>13),P(|X-10|<2).

    X~N(10,22),求P(10<X<13),P(X>13),P(|X-10|<2).

  • 2021-04-14 问题

    x = 13,y=-13,执行语句x,y=y,x后,变量x的值为( )

    x = 13,y=-13,执行语句x,y=y,x后,变量x的值为( )

  • 2022-06-10 问题

    不等式x+12x+1−|x|≥1的解集为(−13,+∞)(−13,+∞).

    不等式x+12x+1−|x|≥1的解集为(−13,+∞)(−13,+∞).

  • 2021-04-14 问题

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

  • 2022-05-29 问题

    已知线性卷积x(n)*h(n)={-15, 4, -3, 13, -4, 3, 2}。x(n)和h(n)的6点圆周卷积和x(n)⑥h(n)为( )。 A: {-13, 4, -3, 13, -4, 3} B: {-15, 4, -3, 13, -4, 3, 2} C: {-15, 4, -3, 13, -4, 3} D: {-15, 4, -3, 13, -4, 3, 2}

    已知线性卷积x(n)*h(n)={-15, 4, -3, 13, -4, 3, 2}。x(n)和h(n)的6点圆周卷积和x(n)⑥h(n)为( )。 A: {-13, 4, -3, 13, -4, 3} B: {-15, 4, -3, 13, -4, 3, 2} C: {-15, 4, -3, 13, -4, 3} D: {-15, 4, -3, 13, -4, 3, 2}

  • 2021-04-14 问题

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

  • 2022-06-19 问题

    设函数f(x)=4x+2x2-1-3x-1(x>1)2x3ax2+3(x≤1)在点x=1处连续,则a等于(  ) A: -12 B: 12 C: -13 D: 13

    设函数f(x)=4x+2x2-1-3x-1(x>1)2x3ax2+3(x≤1)在点x=1处连续,则a等于(  ) A: -12 B: 12 C: -13 D: 13

  • 2022-06-15 问题

    执行以下程序后,输出结果为 #include&#91;stdio.h&#93; void main() { int x; float y; y=3.6; x=(int)y+10; cout<<"x="<<x<<"y="<<y; } A: x=13,y=3.600000 B: x=13.5,y=3.60000 C: x=13,y=3 D: x=13,y=3.6

    执行以下程序后,输出结果为 #include&#91;stdio.h&#93; void main() { int x; float y; y=3.6; x=(int)y+10; cout<<"x="<<x<<"y="<<y; } A: x=13,y=3.600000 B: x=13.5,y=3.60000 C: x=13,y=3 D: x=13,y=3.6

  • 2021-04-14 问题

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 &#13; Zepto(function($){&#13; &#13; //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){&#13; $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){&#13; var url = $(this).attr("src");&#13; jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {&#13; imageUrls : [{&#13; imageUrl : url,&#13; getOriginSize : 1&#13; }],&#13; showIndex : 0&#13; });&#13; });&#13; &#13; &#13; $('.folding').each(function(index){&#13; var folding = $(this);&#13; folding.tap(function(){&#13; var zlo_opened = folding.find("a");&#13; if(zlo_opened.hasClass("zlo_opened")){&#13; folding.next().hide();&#13; zlo_opened.removeClass("zlo_opened");&#13; }else{&#13; folding.next().show();&#13; zlo_opened.addClass("zlo_opened");&#13; }&#13; });&#13; });&#13; &#13; });&#13; &#13; $('.folding2').each(function(index){&#13; var folding = $(this);&#13; folding.tap(function(){&#13; var zlo_opened = folding.find("a");&#13; if(zlo_opened.hasClass("zlo_opened")){&#13; folding.next().fadeOut();&#13; zlo_opened.removeClass("zlo_opened");&#13; $(folding.next()).data("loaded",true);&#13; }else{&#13; folding.next().fadeIn();&#13; zlo_opened.addClass("zlo_opened");&#13; if(!$(folding.next()).data("loaded")){&#13; voteStatistic(folding.next(),zlo_opened.attr("data"));&#13; }&#13; }&#13; });&#13; });&#13; &#13; function _jsBridgeReady() {&#13; var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";&#13; jsBridge.postNotification('CLIENT_CUSTOM_MENU', {&#13; show : '1',&#13; icon : icon,&#13; menu : '',&#13; option : "rework()",&#13; index : '0',&#13; width : '65',&#13; height : '18'&#13; });&#13; &#13; jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){&#13; window.location.reload();&#13; });&#13; }&#13; &#13; function rework() {&#13; var answerId = $("#examAnswerId").val();&#13; var relationId = $("#examRelationId").val();&#13; var courseId = $("#courseId").val();&#13; var classId = $("#classId").val();&#13; &#13; $(".cx_alert-txt").html("打回后学生需要重新提交考试!");&#13; $("#okBtn").html("打回");&#13; $(".cx_alert").css("display", "block");&#13; $(".cx_alert-box").css("display", "block");&#13; $("#okBtn").unbind();&#13; $("#cancelBtn").unbind();&#13; $("#okBtn").on("click", function() {&#13; $(".cx_alert").css("display", "none");&#13; $(".cx_alert-box").css("display", "none");&#13; var url = "/exam/phone/reTest?classId=" + classId + "&amp;answerId=" + answerId + "&amp;relationId=" + relationId + "&amp;courseId=" + courseId;&#13; $.ajax({&#13; url : url,&#13; type : 'get',&#13; dataType : 'json',&#13; success : function(data) {&#13; openWindowHintClient(1, data.msg, function() {&#13; jsBridge.postNotification("CLIENT_REFRESH_STATUS", {&#13; "status" : 1&#13; });&#13; jsBridge.postNotification('CLIENT_EXIT_LEVEL', {&#13; message : ''&#13; });&#13; }, 1000);&#13; }&#13; });&#13; });&#13; $("#cancelBtn").on("click", function() {&#13; $(".cx_alert").css("display", "none");&#13; $(".cx_alert-box").css("display", "none");&#13; });&#13; }&#13; &#13;/images/phone/goTop.png

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 &#13; Zepto(function($){&#13; &#13; //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){&#13; $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){&#13; var url = $(this).attr("src");&#13; jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {&#13; imageUrls : [{&#13; imageUrl : url,&#13; getOriginSize : 1&#13; }],&#13; showIndex : 0&#13; });&#13; });&#13; &#13; &#13; $('.folding').each(function(index){&#13; var folding = $(this);&#13; folding.tap(function(){&#13; var zlo_opened = folding.find("a");&#13; if(zlo_opened.hasClass("zlo_opened")){&#13; folding.next().hide();&#13; zlo_opened.removeClass("zlo_opened");&#13; }else{&#13; folding.next().show();&#13; zlo_opened.addClass("zlo_opened");&#13; }&#13; });&#13; });&#13; &#13; });&#13; &#13; $('.folding2').each(function(index){&#13; var folding = $(this);&#13; folding.tap(function(){&#13; var zlo_opened = folding.find("a");&#13; if(zlo_opened.hasClass("zlo_opened")){&#13; folding.next().fadeOut();&#13; zlo_opened.removeClass("zlo_opened");&#13; $(folding.next()).data("loaded",true);&#13; }else{&#13; folding.next().fadeIn();&#13; zlo_opened.addClass("zlo_opened");&#13; if(!$(folding.next()).data("loaded")){&#13; voteStatistic(folding.next(),zlo_opened.attr("data"));&#13; }&#13; }&#13; });&#13; });&#13; &#13; function _jsBridgeReady() {&#13; var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";&#13; jsBridge.postNotification('CLIENT_CUSTOM_MENU', {&#13; show : '1',&#13; icon : icon,&#13; menu : '',&#13; option : "rework()",&#13; index : '0',&#13; width : '65',&#13; height : '18'&#13; });&#13; &#13; jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){&#13; window.location.reload();&#13; });&#13; }&#13; &#13; function rework() {&#13; var answerId = $("#examAnswerId").val();&#13; var relationId = $("#examRelationId").val();&#13; var courseId = $("#courseId").val();&#13; var classId = $("#classId").val();&#13; &#13; $(".cx_alert-txt").html("打回后学生需要重新提交考试!");&#13; $("#okBtn").html("打回");&#13; $(".cx_alert").css("display", "block");&#13; $(".cx_alert-box").css("display", "block");&#13; $("#okBtn").unbind();&#13; $("#cancelBtn").unbind();&#13; $("#okBtn").on("click", function() {&#13; $(".cx_alert").css("display", "none");&#13; $(".cx_alert-box").css("display", "none");&#13; var url = "/exam/phone/reTest?classId=" + classId + "&amp;answerId=" + answerId + "&amp;relationId=" + relationId + "&amp;courseId=" + courseId;&#13; $.ajax({&#13; url : url,&#13; type : 'get',&#13; dataType : 'json',&#13; success : function(data) {&#13; openWindowHintClient(1, data.msg, function() {&#13; jsBridge.postNotification("CLIENT_REFRESH_STATUS", {&#13; "status" : 1&#13; });&#13; jsBridge.postNotification('CLIENT_EXIT_LEVEL', {&#13; message : ''&#13; });&#13; }, 1000);&#13; }&#13; });&#13; });&#13; $("#cancelBtn").on("click", function() {&#13; $(".cx_alert").css("display", "none");&#13; $(".cx_alert-box").css("display", "none");&#13; });&#13; }&#13; &#13;/images/phone/goTop.png

  • 1 2 3 4 5 6 7 8 9 10