-
Simulation of gas pipeline
天然气管道的仿真研究-Simulation of gas pipeline
- 2022-02-11 17:24:30下载
- 积分:1
-
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本-Ogre dependence development kit package is VS2003 version, can not be used for other VC version
- 2022-01-25 23:09:05下载
- 积分:1
-
本文提供了英文公式的标准读法,对于参加国际学术会议交流具有很好的参考作用
本文提供了英文公式的标准读法,对于参加国际学术会议交流具有很好的参考作用-This article provides a formula for the standard reading of English law, to participate in international academic conferences for the exchange of a good reference
- 2022-05-05 19:58:24下载
- 积分:1
-
这个是一个小型的学校数据库,可以统计老师信息,学生信息,研究生等的信息,用几个类实现,可以查询,删除等等!...
这个是一个小型的学校数据库,可以统计老师信息,学生信息,研究生等的信息,用几个类实现,可以查询,删除等等!-This is a small database of schools, teachers statistical information, student information, such as the Graduate information for several categories of achievement, can find, delete, etc.!
- 2022-04-22 02:50:10下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。...
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。-Good beijingfenge procedures, c language, and suitable for fenge interest of beginners and programmers.
- 2022-03-23 18:05:19下载
- 积分:1
-
一个有趣的魔方程序。vc++实现。有点意思
一个有趣的魔方程序。vc++实现。有点意思-?桓 鲇腥 ?的????绦???vc++ 实现 ??有点意?
- 2023-05-08 12:40:02下载
- 积分:1
-
VB6.0图片浏览器
VB图片浏览器(练习FileListbox、Image控件的使用),可打开文件列表框中显示扩展名为.BMP、.JPG、.ICO、.CUR的文件,不但能浏览你电脑上的图片,也能帮助初学者了解DriveListbox,DirListbox,FileListbox,Image等控件的使用。
- 2022-08-17 18:59:28下载
- 积分:1
-
自己做的还算漂亮的控件,其中采用了修饰,子vi等,值得参考。...
自己做的还算漂亮的控件,其中采用了修饰,子vi等,值得参考。-Their own doing fairly nice controls, which used the modified, sub-vi and so on, a good reference.
- 2022-02-06 12:39:33下载
- 积分:1
-
good make restaurant management system. Rar g ood make restaurant management sys...
很好的订餐管理系统.rar 很好的订餐管理系统.rar-good make restaurant management system. Rar g ood make restaurant management system. Rar
- 2022-04-10 06:00:40下载
- 积分:1