齿轮参数计算 2.1 1CDSmartXhatch.v5.0.WiNNT2K 1CD Phoenix
Integration(P-INT)产品:PHX ModelCenter v7.1
1CD(建模中心,包括AnalysisServer3.0行为建模、数据管理、基于知识的系统、产品管理、协作) IN...
分类:
其他好文 时间:
2014-05-01 16:08:39
阅读次数:
487
Given two binary trees, write a function to
check if they are equal or not.Two binary trees are considered equal if they are
structurally identical an...
分类:
其他好文 时间:
2014-05-01 16:06:46
阅读次数:
427
在编写使用栅格图层的代码时,常常要获取栅格图层的像素值(PixelValue)。如果想获取某一点的像素值,可以使用IRaster2中的getPixelValue方法。但如果想要获得的是图层中的某一块甚至整个图层,那么用getPixelValue方法就太过缓慢了。如果利用IRasterCursor、I...
分类:
其他好文 时间:
2014-05-01 16:04:15
阅读次数:
429
List lst = new List(); lst.Add(new Person("A",
"1")); lst.Add(new Person("C", "2")); lst.Add(new Person("B", "3")); ...
题意:求n!中末尾连续0的个数 其实就是2*5的个数30! 中有5 10 15 20 25
30 是5的倍数有6个 6=30/5;6/5=1; 这个1 为255 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80
85 90 95 100 100/5=20; ....
分类:
其他好文 时间:
2014-05-01 15:58:58
阅读次数:
288
/// /// 读取配置文件keys /// /// public string _GetKeys()
{ string filename = Server.MapPath("/") + @...
分类:
Web程序 时间:
2014-05-01 15:56:57
阅读次数:
391
1 UriTemplate uri =
WebOperationContext.Current.GetUriTemplate("DownloadFile");
分类:
其他好文 时间:
2014-05-01 15:53:08
阅读次数:
309
层叠样式表 Cascading Style
Sheet不要使用Table进行页面布局,它仅仅用于显示表格式的信息内部样式表外部样式表引用决定用ID选择器和选择器应当遵循的规则:要在一张网页上多次使用某一种样式时,必须使用类选择器用ID选择器来识别每张网页上只出现一次的部分,比如侧边栏或页脚考虑用ID...
分类:
其他好文 时间:
2014-05-01 15:51:56
阅读次数:
375