-
企业内部沟通系统,企业内部管理及通讯使用,方便适用
企业内部沟通系统,企业内部管理及通讯使用,方便适用-Internal communication systems, internal management and communications use, easy to apply
- 2022-03-22 14:04:53下载
- 积分:1
-
dianfanbao
说明: 定时时间可设置,7219显示,输出开关量信号(Timing time can be set, 7219 display, output switching signal)
- 2020-06-19 08:00:02下载
- 积分:1
-
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
-
DCEF3直接写入源码测试
使用 DCef3 直接从源码加载网页内容。(Use DCef3 to load source content to web.)
- 2017-09-30 22:21:40下载
- 积分:1
-
软考网络工程师复习笔记,软考网络工程师复习笔记
软考网络工程师复习笔记,软考网络工程师复习笔记-soft examination Review Notes network engineers, network engineers take soft Review Notes
- 2023-03-18 19:10:03下载
- 积分:1
-
齿数计算
自动计算转轮转速,对任何直径的转轮可以自定义(CALCULATE THE ROTOR SPEED.)
- 2019-06-28 15:01:14下载
- 积分:1
-
进程调度算法!
进程调度算法!-process scheduling algorithm!
- 2022-06-27 08:31:34下载
- 积分:1
-
Treatment of data, and research and development for specific projects, based on...
对数据的处理,和对具体项目的研发,基于C语言的策划和程序设计-Treatment of data, and research and development for specific projects, based on the C language, planning and program design
- 2022-05-30 23:39:13下载
- 积分:1
-
dengwenxian
经典等温线(等高线)绘制算法,以Matlab编写。(Classic isotherms (contour lines) rendering algorithm in order to prepare Matlab.)
- 2008-12-15 14:35:19下载
- 积分:1
-
极限学习机预测,ELM负荷预测
说明: 极限学习机Extreme learning machine负荷预测(load forecasting using Extreme learning machine)
- 2019-10-16 19:49:29下载
- 积分:1