VRay 2.0 SP1 2.10.01 for 3ds max
9/2008/2009/2010/2011/2012 32/64位 顶渲简体中文版+英文版[中国室内设计论坛-室内人]对最新版本的V-Ray2.0
SP1的所有版本,重新进行了一次彻底的汉化,继以前版本的彻底、稳定之处特点外,还对所发...
分类:
其他好文 时间:
2014-07-22 23:12:35
阅读次数:
697
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int
main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n);
if(n>max) { printf("...
分类:
其他好文 时间:
2014-07-22 23:12:15
阅读次数:
325
关于这个问题我们首先来看一下AIX的vg的3种类型:original vg 普通卷组big
vg 大卷组scalable vg 动态的或者可扩展的卷组如何快速区分这三组卷组呢?通过其参数MAX
PVS,上述3个类型的卷组对应的限制是:32、128、1024;除此之外,还可以通过readvgda命令来...
分类:
其他好文 时间:
2014-07-22 23:10:53
阅读次数:
451
OSBDM-JM60 - 9S08JM60 Based OSBDM — It includes
interfaces and firmwareapplied to all the targets supported by the previous open
source BDMs.It includ...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
678
$_$PROCESS_ID$$read a file line by
line#!/usr/bin/perluse strict;use warnings;my $dir ="./tmp";open (FH, ") {print
"$_";}
分类:
其他好文 时间:
2014-07-22 23:09:35
阅读次数:
293
客户需要一个Demo程序实现Access数据库表导出到Excel表格,并将表中存储的照片(OLE对象)以其中一个字段(编号)命名存储到本地。程序中引入了ADO操作Access数据库("C:\Program
Files\Common Files\System\ado\msado15.dll" no.....
分类:
其他好文 时间:
2014-07-22 23:08:15
阅读次数:
310
Linux tar command usageLinux tar command
usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List
the files in an archive4. Add ...
分类:
系统相关 时间:
2014-05-01 16:16:01
阅读次数:
586
//图片转化为流保存; Stream ms; byte[] picbyte;
OpenFileDialog open = new OpenFileDialog(); open.Filter = "图片文件(*....
分类:
其他好文 时间:
2014-05-01 15:35:40
阅读次数:
315
题目来源:http://poj.org/problem?id=3384分析:用半平面交将多边形的每条边一起向“内”推进R,得到新的多边形(半平面交),然后求多边形的最远两点。代码如下:const
double EPS = 1e-10;const int Max_N = 105 ;struct Poi...
分类:
其他好文 时间:
2014-05-01 14:35:31
阅读次数:
528
WCF数据服务(WCF Data Service )是.NET
Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open
Data Protocol)开放数据协议ODa...
分类:
其他好文 时间:
2014-05-01 14:23:12
阅读次数:
353