-
这是一个多线程的程序代码是在Linux下编译。想要的人…
This a pthread program code which is compiled under the linux. Someone who want to test the pthread s program can download this code.
- 2022-02-04 17:24:06下载
- 积分:1
-
C#生成TXT文本并写入内容
C#生成TXT文本并写入内容中,以文件流的方式创建TXT文件,也可创建其它格式的文件,只是创建名不同而已,不过不同的文件其写入方式可能不同,向文件中写入内容,TXT可能是最简单的一种文件了,C#初学者可学习下如何使用文件流创建文件。
- 2022-03-22 00:34:40下载
- 积分:1
-
一个非常好的串口程序
一个非常好的串口程序-a very good Serial procedures
- 2022-05-14 03:58:54下载
- 积分:1
-
Mapeasy
Mapeasy 最初版本,比较干净-Mapeasy
- 2022-08-08 13:29:43下载
- 积分:1
-
Some examples of NS, including random, routing, etc., suitable for beginners to...
NS的一些例子,包括random, routing等,适合初学者学习~-Some examples of NS, including random, routing, etc., suitable for beginners to learn ~
- 2022-02-06 11:36:54下载
- 积分:1
-
"pictureRecreator"也是一个很适合java学习者的小游戏,这个游戏将一副大图打散成9张,然后任意挑选8张出来,让玩家通过键盘和鼠标来控制图片移动...
"pictureRecreator"也是一个很适合java学习者的小游戏,这个游戏将一副大图打散成9张,然后任意挑选8张出来,让玩家通过键盘和鼠标来控制图片移动,最后将它复原.-"pictureRecreator" is a very suitable for learners of small java games, the game will be a big map separated into nine, and then a random selection of eight out, allowing the player through the keyboard and mouse to control mobile picture, it will finally recover.
- 2022-03-15 03:45:45下载
- 积分:1
-
韩国人写的Java版MSN软件源码
Java版MSN软件源码,韩国人写的,完成聊天功能,JAVA版的聊天室。
- 2022-03-13 02:43:42下载
- 积分:1
-
zzbase语言编写的关于TP850掌机的程序,基于645规约的演示.
zzbase语言编写的关于TP850掌机的程序,基于645规约的演示.-zzbase language programs on the handheld TP850, based on 645 of the Statute of the presentation.
- 2022-02-04 03:14:22下载
- 积分: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
-
Introduction of a book of ancient Chinese coins, which you can numismatic knowle...
一个介绍中国古钱币的好书,通过它你可以对中国古钱币知识一览无遗,谢谢下载!-Introduction of a book of ancient Chinese coins, which you can numismatic knowledge of China glance Thank you to download!
- 2022-03-09 20:58:41下载
- 积分:1