https://github.com/fex-team/GMU/wiki/%E8%BD%AC%E5%B1%8F%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88$.matchMediahttps://hacks.mozilla.org/2012/06/using-window-...
分类:
其他好文 时间:
2014-11-20 20:18:55
阅读次数:
140
全球十大独立软件公司/独立软件供应商(ISV专门提供软件和相关服务的公司)1.Microsoft 2.Oracle 3.SAP 4.Compuware 5.NAI(美国网络联盟公司):McAfee 6.BMC 7.BEA 8.Infor 9.Sybase 10.SASOracle公...
分类:
其他好文 时间:
2014-11-19 22:10:04
阅读次数:
3599
题意:gcd(a,b,c)=g; lcm(a,b,c)=l; 求出符合的a,b,c的所有情况有多少中。思路:l/g=p1^x1*p2^x2*p3^x3.....; x/g=p1^a1*p2^a2*p3^a3.....;b/g=p1^b1*p2^b2*p3^b3.....;c/g=p1^c1*p2^....
分类:
其他好文 时间:
2014-11-19 20:21:54
阅读次数:
264
static void Main(string[] args) { book book = new book();//实体类 booktest b1 = new booktest(); book....
分类:
数据库 时间:
2014-11-18 23:13:10
阅读次数:
185
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1086判断两条线段是否有交点,我用的是跨立实验法:两条线段分别是A1到B1,A2到B2,很显然,如果这两条线段有交点,那么可以肯定的是:A1-B1,A2-B1这两个向量分别在B2-B1的两边,判断是不是在...
分类:
其他好文 时间:
2014-11-18 17:30:52
阅读次数:
232
#include
#include
char n[255],m[255];
int n1[255],m1[255],s[510];
int bigjia(char *a,char *b)
{
int a1[500],b1[500];
int i,j,k=0,t;
int lena=strlen(a);
int lenb=strlen(b);
for(i=0...
分类:
其他好文 时间:
2014-11-18 13:31:33
阅读次数:
174
How Strategy 40 - Planning with Final Assembly Works 40: MTS ; normally , it is for standard parts . Strategy 40 :-1. Stocks on hand reduces the PIR d...
分类:
其他好文 时间:
2014-11-17 22:45:35
阅读次数:
272
OverLay覆盖物的抽象基类不能实例化下图所示为其子类实现。http://developer.baidu.com/map/reference/index.php?title=Class:%E8%A6%86%E7%9B%96%E7%89%A9%E7%B1%BB/PointCollectionMap.addOverLay添加覆盖物添加基本的覆盖物代码: varmarker=newBMap.Marker(newBMap.Point(1..
分类:
Windows程序 时间:
2014-11-17 12:34:06
阅读次数:
1756
一、UML图
二、包含的角色
(1)抽象工厂
(2)具体工厂:包括具体工厂1和具体工厂2。具体工厂1用于生产具体产品A1和具体产品B1,具体工厂2用于生产具体产品A2和具体产品B2;
(3)抽象产品:包括抽象产品A和抽象产品B;
(4)具体产品:包括抽象产品A所对应的具体产品A1和A2,以及抽象产品B所对应的具体产品B1和B2.
说明:在《大话设计模式》中,上述的1和2分别代表...
分类:
编程语言 时间:
2014-11-17 00:36:03
阅读次数:
213