-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
连连看得源码,可以用作学习和研究之用,其中的有些处理值得借鉴...
连连看得源码,可以用作学习和研究之用,其中的有些处理值得借鉴-source can be used for learning and research purposes, which should draw on some handling
- 2022-09-10 18:55:03下载
- 积分:1
-
压缩感知成像
合成孔径雷达成像,压缩感知,SAR成像原理。。。。。。(Synthetic aperture radar imaging, compressed sensing, and SAR imaging principles.)
- 2020-11-16 21:29:42下载
- 积分:1
-
Matlab_code
frf频响函数求解,simulink仿真(frequency response function)
- 2018-03-16 17:05:49下载
- 积分:1
-
NS2 not on the BLUE SFB and the simulation source code.
ns2中没有的关于BLUE和SFB的仿真源码。-NS2 not on the BLUE SFB and the simulation source code.
- 2022-02-02 22:32:35下载
- 积分:1
-
QT-landed-function
QT4.5.3环境下的登陆功能,密码黑点显示,登陆后进入主界面(QT4.5.3 environment landing capabilities, password black dots show ,after landing into the main interface)
- 2013-08-15 10:47:06下载
- 积分:1
-
第一题bfgs
说明: armijo准则下bfgs法实现,最优化方法作业,大连理工大学(Realization of BFGS method under Armijo criterion, operation of optimization method, Dalian University of Technology)
- 2019-04-10 18:43:58下载
- 积分:1
-
ts3
说明: DGUS字库生成器,文本显示,希望对大家有所帮助(DGUS word library generator)
- 2020-06-21 14:00:01下载
- 积分:1
-
TYBMonitor
可以实现对某个服务端的进程及端口监控,发现异常后可以自动处理并发送报警信息到指定页面。
新人学c#的第一个小工具 有很多不足 请指正、(Can realize the process of a server and port monitoring, after the discovery of abnormal, you can automatically handle and send alarm information to the specified page.)
- 2017-07-25 17:21:32下载
- 积分:1
-
backup_sn75453b.pdf
电子芯片sn75453b详细说明
的中文资料
(Chinese information detailed electronic chip sn75453b)
- 2014-02-26 17:33:50下载
- 积分:1