using System;using System.Collections.Generic;using System.Linq;using System.Text; /* */ namespace App_MYCS.HDL_SJMS.DDQMS{ class my_DDQMS { public vo ...
分类:
其他好文 时间:
2016-08-28 16:27:57
阅读次数:
137
表达式1?表达式2:表达式3 其中功能是:如果表达式1为真,则整个表达式的值为“表达式2”,否则为表达式3. 以下代码为求四个数的最大值 #include"stdio.h"#include"conio.h"int main(){int a,b,c,d,max;printf("input your f ...
分类:
其他好文 时间:
2016-08-28 16:29:43
阅读次数:
133
一、一笔带过的前言 CSS中凡是牵扯到数值的基本上都与单位相关联,例如: .test{width:180px;} 平时我们再制作页面的时候用到的单位也就那么几个,而实际上CSS中的可用单位的数量多得惊人,尤其CSS3的出现更壮大了CSS单位家族。而本文就是简单展示下这些值这些单位。 二、CSS长度值 ...
分类:
Web程序 时间:
2016-08-28 16:29:18
阅读次数:
176
1.快照: 上面的那个就是创建虚拟机快照,双击它便会出现一个界面: 在给快照命名后,我们便会点击创建,这样的话,我们虚拟机当前的状态便会被保存下来。 在之后的任何时候,但凡是我们把虚拟机给玩坏了,我们便可以点击这个按钮: 来还原到当前的状态。 这个功能非常的强大,可以有助于我们的学习虚拟机 2.克隆 ...
分类:
其他好文 时间:
2016-08-28 16:29:36
阅读次数:
112
/* * 描述:判断浏览器信息 * 编写:LittleQiang_w * 日期:2016.1.5 * 版本:V1.1 */ //判断当前浏览类型 function BrowserType() { var userAgent = navigator.userAgent; //取得浏览器的userAge ...
分类:
Web程序 时间:
2016-08-28 16:29:10
阅读次数:
814
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 职责链模式 * * * 好处是把任务分化了,并让各个执行只管处理自己的部分,处理不能转交下一个处理进行处理 * 不好是可能到最后 ...
分类:
其他好文 时间:
2016-08-28 16:28:39
阅读次数:
128
#include<stdio.h>#include<math.h>int x[100],j;int w;int a(int b,int c){ int n; n=b-c; if(n==0) return 0; if(n>0) return n; else return -n;}bool place( ...
分类:
其他好文 时间:
2016-08-28 16:29:19
阅读次数:
150
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* */ namespace App_MYCS.HDL_SJMS.ZTMS{ class my_ZTMS { public void ...
分类:
其他好文 时间:
2016-08-28 16:26:41
阅读次数:
110
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Management; namespace DotNet.MYC ...
分类:
其他好文 时间:
2016-08-28 16:26:42
阅读次数:
131
R语言编程中的常见错误有一些错误是R的初学者和经验丰富的R程序员都可能常犯的。如果程序出错了,请检查以下几方面。? 使用了错误的大小写。help()、Help()和HELP()是三个不同的函数(只有第一个是正确的)。? 忘记使用必要的引号。install.packages("gclus")能够正常执 ...
分类:
编程语言 时间:
2016-08-28 16:28:00
阅读次数:
1732
关于移动端WEB开发真机测试亲身实验的一些体会。 之前的开发都用Chrom的模拟,但是效果毕竟不如真机,总结几点吧,至于详细的安装过程网上都有教程http://www.cnblogs.com/xiaohuochai/p/5512051.html,这里就不在赘述。 BrowserSync是基于Node ...
分类:
移动开发 时间:
2016-08-28 16:27:16
阅读次数:
200
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 备忘录模式 */ namespace App_MYCS.HDL_SJMS.BWLMS{ class my_BWLMS { pub ...
分类:
其他好文 时间:
2016-08-28 16:27:35
阅读次数:
206
题目大概说有n个可以获益的项目,还有m个有一定代价的技术问题。解决某个项目需要先解决某些技术问题;而解决某些技术问题又需要解决另外一些技术问题;如果两个技术问题互相依赖,则要同时解决它们。问能获得的最少收益是多少。 ...
分类:
其他好文 时间:
2016-08-28 16:26:47
阅读次数:
135
using System;using System.Collections.Generic;using System.Linq;using System.Text;/* 单例模式 * 注意多线程下的问题 */namespace App_MYCS.HDL_SJMS.DLMS_1{ class my_D ...
分类:
其他好文 时间:
2016-08-28 16:28:05
阅读次数:
99
上几张高清图片。。 说明: 此版本只能做测试体验,不能做实际使用。 开发者: laser杨万荣 感谢: 秋叶随风ivan, m1cha 及 MoKee Open Source的各位开发者 下载地址:链接:http://pan.baidu.com/s/1o7WTbkQ 密码:go35 ...
分类:
移动开发 时间:
2016-08-28 16:26:38
阅读次数:
241