الگوریتم مینیمم سه عدد
آموزش کامپیوتر , برنامه نویسی , نرم افزار
آموزش کامپیوتر , برنامه نویسی , نرم افزار
فلوچارت ماکزیمم 3 عدد
فلوچارت زیر بسادگی از میان سه عدد مازیمم شان را برایمان پیدا کرده و در خروجی چاپ می کند.م.بهادری
شنبه 23 فروردین 1393 ساعت 22:00
";
window.location.href = window.location.href.split("#")[0] + "#comment-form-box";
}
blogsky.ajax.onCommentSubmitFailure = function (data) {
document.getElementById("comment-submit-button").classList.remove("loading");
document.getElementById("comment-submit-button").removeAttribute("disabled");
document.getElementById("comment-errors-message").innerHTML = data.error;
}
blogsky.ajax.onCommentRateBegin = function (data) {
document.getElementById("comment-rate-plus-button-" + data.id).setAttribute("disabled", "disabled");
document.getElementById("comment-rate-minus-button-" + data.id).setAttribute("disabled", "disabled");
document.getElementById("comment-rate-wrapper-" + data.id).classList.add("loading");
switch (data.rateType) {
case "plus":
var commentRatePlus = document.getElementById("comment-rate-plus-count-" + data.id);
commentRatePlus.innerHTML = parseInt(commentRatePlus.innerHTML) + 1;
break;
case "minus":
var commentMinusPlus...
تاریخ 16 اسفند 1400