-
用C#写的一个聊天程序
用C#写的一个聊天程序-C# write a chat program
- 2022-04-12 01:13:14下载
- 积分:1
-
WZ修改工具
说明: NEW WZ TOOLS FOR MAPLE STORY
- 2019-01-15 08:23:55下载
- 积分:1
-
Desktop
说明: 利用matlab的gui设计的带有输入和输出功能的界面图形,可视性很强,自己独立编写,学习非常值得(Uses the Matlab GUI design to have the input and output function the interface graph, the visibility is very strong, writes independently, the study is very worthwhile.)
- 2020-06-19 19:00:01下载
- 积分:1
-
Visual C# LINQ转换为一对多字典
Visual C# 转换为一对多字典,构造泛型列表,使用LINQ查找用户代码小于3的列表,此时的query变量的类型是IEnumerable类型,使用ToLookup方法将query转换为一对多字典类型:
ILookup userLookup = query.ToLookup(itm => itm.UserCode);
label1.Text = "ILookup的结果是:
";
foreach (var user in userLookup)//遍历查询结果
{
label1.Text += user.Key;//显示主键
label1.Text += " ";
foreach (var user2 in user)//遍历所有值
{
label1.Text += user2.UserName + " , ";//显示键值
}
label1.Text += "
";
}
- 2023-05-18 03:20:03下载
- 积分:1
-
红外线遥控Proteus仿真电路+发射+接收程序
基于单片机控制平台的用于红外无线遥控控制编码(Infrared wireless remote control coding based on SCM control platform)
- 2018-05-03 14:43:42下载
- 积分:1
-
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出...
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requires each box only entered once traveled chessboard all 64 box. Preparation of non- recursive procedure, and seeking stepped routes, with a calculated routes, the figures 1, 2, ..., 64 were filled an 8 x 8 matrix, put it out.
- 2022-06-12 19:14:11下载
- 积分:1
-
STM8经典长按短按按键代码
很经典的按键长按及短按功能实现代码
- 2022-08-23 21:03:20下载
- 积分:1
-
EJERCICIO2
SSD5 Exercise 2 complete and functional
- 2009-10-17 23:35:36下载
- 积分:1
-
fa0d
基于像素标记的连通区域计算程序,只针对二值图像,随附有。(Based on regional connectivity calculation procedure pixel tags, only for the binary image, comes with.)
- 2013-12-13 14:51:32下载
- 积分:1
-
先序建立二叉树C代码
采用C语言编码,运用先序方法建立二叉树,并且采用四种(先序遍历、中序遍历、后序遍历、层序遍历)方法遍历。
注释明了,简单易懂!
- 2022-02-10 14:42:55下载
- 积分:1