上一页 1 2 3 4 5 6 7 8 ··· 36 下一页

2012年7月30日

脚本系统中的脚本交换

摘要: ---实验证明该方法是可行的。/*(op=gt_cl_hp_rui()op.help()op.getscripts_r_self "信息返回栏" #{} --- 修改于天津数据 execute( "substring op.getscripts_r_self_string 3 10" ) ---是行硬盘中读入数据)*/---实验证明上面方法不是可行的------ 要进行新的思路(op=gt_cl_hp_rui()xinx = op.getscripts "信息返回栏" #{} op =gt_cl_hp_quanjuchucunlei( 阅读全文

posted @ 2012-07-30 10:29 盖天00 阅读(263) 评论(1) 推荐(0) 编辑

2012年7月24日

字符串转换成16 进制表示

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace _16__进制转换{ class Program { static void Main(string[] args) { string input = "Hello WorldA"; char[] values = input.ToCharArray(); // 字符转换成char 数组 ... 阅读全文

posted @ 2012-07-24 13:15 盖天00 阅读(526) 评论(0) 推荐(0) 编辑

字符转int 的几种方法

摘要: // 字符串转换成整数intnumVal = Convert.ToInt32("26");numVal++;Console.WriteLine(numVal); intnumVal = Int32.Parse("-105");Console.WriteLine(numVal);intj;Int32.TryParse("-109",outj);Console.WriteLine("j 的数值是:"+j);try{intm = Int32.Parse("abc");// 直接使用它转换会报错。 要加 阅读全文

posted @ 2012-07-24 12:53 盖天00 阅读(4446) 评论(0) 推荐(0) 编辑

2012年7月13日

修改多维才智的名字

摘要: for i in meditMaterials[1].materialIDList do( pathp = meditMaterials[1][i].diffuseMap.fileName io = getFilenameFile pathp namep =substring io 1 (io.count-2) meditMaterials[1][i].name = namep ) 阅读全文

posted @ 2012-07-13 14:50 盖天00 阅读(151) 评论(0) 推荐(0) 编辑

2012年7月9日

找处场景中同名称的结点

摘要: --- 收集场景中同名的结点fn getSelEqualNme sel =( zong =#() for i in sel do ( append zong i.name ) equalname =#() namep =#() for i in zong do ( if findItem equalname i ==0 then ( append equalname i )else ( append namep i ) ) onlyname =#() if namep .count>0 then ( for i in namep do ( i... 阅读全文

posted @ 2012-07-09 12:17 盖天00 阅读(158) 评论(0) 推荐(0) 编辑

递归在类中的写法

摘要: struct ioo ( toto =#(), fn getbonename nodep = ( kong =#() if nodep.children.count > 0 then ( for i in nodep.children do ( append toto i.name append kong i ) ) if kong.count>0 then ( for i in kong do ( getbonename i ) ) ), -- 下面进行调用 返回 fn getbone nodep = ( toto =#(... 阅读全文

posted @ 2012-07-09 11:51 盖天00 阅读(291) 评论(0) 推荐(0) 编辑

解决场景有重名问题 (给同事写)

摘要: zongzu =#()for i in Objects do ( append zongzu i.name )重名收集 =#() 重名=#()for i in zongzu do ( if findItem 重名收集 i ==0 then ( append 重名收集 i )else ( append 重名 i )) --重名 就是 重名子的 但是还是在要 唯一化 一次唯一化重名 =#() if 重名.count >0 then ( for i in 重名 do ( if findItem 唯一化重名 i ==0 then ( append 唯一化重... 阅读全文

posted @ 2012-07-09 11:50 盖天00 阅读(137) 评论(0) 推荐(0) 编辑

2012年7月6日

解决场景有重名问题 (给同事写)

摘要: zongzu =#()for i in Objects do ( append zongzu i.name )重名收集 =#() 重名=#()for i in zongzu do ( if findItem 重名收集 i ==0 then ( append 重名收集 i )else ( append 重名 i )) --重名 就是 重名子的 但是还是在要 唯一化 一次唯一化重名 =#() if 重名.count >0 then ( for i in 重名 do ( if findItem 唯一化重名 i ==0 then ( append 唯一化重... 阅读全文

posted @ 2012-07-06 18:21 盖天00 阅读(157) 评论(0) 推荐(0) 编辑

2012年5月28日

max中用 .net 判断输入的邮箱地址是否合格。

摘要: pattern = "^([0-9a-zA-Z]([-\\.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})$"; oo = dotNetclass "System.Text.RegularExpressions.Regex" oo.IsMatch "feedback@net-informatins.com" pattern --返回对错 2012-05-28 阅读全文

posted @ 2012-05-28 16:49 盖天00 阅读(220) 评论(0) 推荐(0) 编辑

2012年4月26日

从一个容器中随机的倒出来一部分 “液体”

摘要: -- 拆架子-- 把随机数组中的 某些项 转到另外的数组, aSui =#("好好","效果","忠诚","信用","忠贞","姓名")iRao = random 1 (aSui.count)aKou =#()for i in iRao to 1 by -1 do ( append aKou aSui[i] deleteItem aSui i)format "进行局部收集的选项: % \n" aKou format "这个是删除后剩余的项: %\ 阅读全文

posted @ 2012-04-26 14:02 盖天00 阅读(228) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 36 下一页

导航