摘要:
//回顶部页面元素: //悬浮二维码返回顶部在线咨询扫二维码Css样式: /*新增侧边浮动快捷框样式sta*/.suspension{position:fixed;right:10px;bottom:90px;z-index:9999;}.suspensionli{width:39px;height... 阅读全文
摘要:
function$CL(arr,n,noLC,arrDan){ //从arr中取n个组合,然后varr=[],sum=0;n=n-arrDan.length;(functionf(t,a,n){if(n==0)returnr.push(t);if(a.length<1)return;for(vari... 阅读全文
摘要:
using System;using System.Collections.Generic;namespace Algorithms{ public class PermutationAndCombination { /// /// 交换两个变量 /// /// 变量1 /// 变量2 publ... 阅读全文
摘要:
开发环境:Win7 32位;工具:visualstudio2010。因为win7自带的就有.net环境,算是偷一下懒吧。因为无论是手动安装或程序安装都要用到。一个目录(默认C盘为操作系统的情况):C:\Windows\Microsoft.NET\Framework,如果你的代码是.net2.0:C:... 阅读全文