摘要:
花了我一上午的时间,找来找去找不到答案,又是急性子,只好自己动手了,见笑,也请大家多提意见,谢了。
parent.cs
------------------------------------------------------------
using system;
using system.drawing;
using system.collections;
using sy......
摘要:
creating exe on the fly
......
来自重粒子的小程序
palin.cs<br>
--------------<br>
using system;<br>
using system.collections;<br>
<br>
struct pld{<br>
public int level;<br>
public string str;<br>
}<br>
<br>
class palin{<br>
public static int main(string[] args){<br>
if (args.length != 1){<br>
console.writeline("usage: one argument");<br>
return -1;<br>
}<br>
queue queuepalin = new queue();<br>
pld currstate;<br>
int i,j,len;<br>
&a...
下一页 摘要:
public class whoisresult : system.windows.forms.form
{
.............................
private bool tangseng = false;
}
private void initializecomponent()
{
.............................
this.cl......