会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
:: ::
新随笔
:: :: ::
管理
::
上一页
1
2
3
4
5
6
2011年3月8日
3dsmax脚本-开关灯
摘要: for x in lights where classof x!=targetobject do if x.on==false then x.on=true else x.on=false
阅读全文
posted @ 2011-03-08 14:22 #include<stdio.h>
阅读(234)
评论(0)
推荐(0)
VBS-交换数组元素
摘要: '用Y()替换X()中的元素Dimx(2)Dimy(2)Dima(2)Dimcountx(0)=0x(1)=1x(2)=2y(0)=7y(1)=8y(2)=9Forcount=0To2x(count)=Replace(x(count),x(count),y(count))MsgBoxx(count)Next
阅读全文
posted @ 2011-03-08 14:09 #include<stdio.h>
阅读(234)
评论(0)
推荐(0)
3dsmax脚本-VRay灯光控制
摘要: rolloutLightTool"VRay灯光控制"width:192height:309(groupBoxAllLight"全部灯光"pos:[16,16]width:77height:160buttonTurnOnAllLight"开灯"pos:[24,32]width:60height:25buttonTurnOffAllLight"关灯"pos:[24,72]width:60height:25groupBoxgrp2"所选灯光"pos:[101,16]width:72height:160
阅读全文
posted @ 2011-03-08 14:07 #include<stdio.h>
阅读(815)
评论(0)
推荐(0)
2010年8月6日
AutoIt做的鼠标左键连击工具
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1$z=0;//=0一直循环=1停止循环,这算是个全局变量.2HotKeySet("!1","click...
阅读全文
posted @ 2010-08-06 20:35 #include<stdio.h>
阅读(2264)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6