- 博客(7)
- 资源 (10)
- 收藏
- 关注
原创 两个窗体中的listview怎样相互传值?
两个窗体中的listview怎样相互传值?Form1中:Form2 form2=new Form2(); form2.Show(this);Form2中:Form1 f1 = (Form1)this.Owner; foreach (ListViewItem item in ((ListView)f1.Controls["listView1"])
2010-10-21 18:17:00
1720
1
原创 求助:C#编程中遇到的问题
自己写了一段代码(windows窗体应用程序),主要用于实现风车的转动,但出现了一点问题,求助。。***********************************using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System
2010-09-04 20:00:00
545
原创 词法分析器
<br />#include <iostream><br />#include <fstream><br />#include <string><br />#include <cctype><br />using namespace std;<br />char KeyWord[21][12]={ "and","begin","const","div","do","else","end", "function","if","integer",<br /> "not","or","procedure","
2010-06-25 10:12:00
327
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅