-
益智游戏 在九个方格中点击一个,则它自己和周围的方格变色,变为同一色则过关。...
益智游戏 在九个方格中点击一个,则它自己和周围的方格变色,变为同一色则过关。-puzzle games in nine click a box which, itself and its surrounding grid of color, will become the same color clearance.
- 2022-05-06 13:14:58下载
- 积分:1
-
MODBUS protocol debugging software, make this comparison useful and useful on th...
MODBUS协议调试软件,做这的比较好用,有用的就下载-MODBUS protocol debugging software, make this comparison useful and useful on the download
- 2022-01-26 02:59:11下载
- 积分:1
-
tutorial6 TLM
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutorial6 of TLM-2.0 which is released from OSCI group currently!
- 2022-05-05 14:33:38下载
- 积分:1
-
MICROSOFT 基础类库: DLLExample 项目概述
==============================================...
MICROSOFT 基础类库: DLLExample 项目概述
========================================================================
应用程序向导已为您创建了此 DLLExample DLL。此 DLL 不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写 DLL 的起点。
-MICROSOFT Foundation Class Library: DLLExample project outlined ========================================== ============================== Application Wizard has been created for you this DLLExample DLL. This DLL not only the demonstration of Microsoft based on basic use, but also as your starting point for the preparation of DLL.
- 2022-01-25 23:23:59下载
- 积分:1
-
一个复数运算的类
一个复数运算的类-a complex computing category
- 2022-03-24 00:24:23下载
- 积分:1
-
穿口助手
穿口助手-Assistant to wear mouth
- 2022-02-15 10:21:28下载
- 积分:1
-
C# Winform版窗体折叠菜单
C# Winform版窗体折叠菜单,向右展开的菜单,默认情况下是折叠的,当点击菜单中的最下面一项“展开关闭其它项”的时候,菜单会全部伸展开来,显示出全部的菜单内容,这样做的好处是不容置疑的,也是比较流行的一种菜单方式。
- 2023-08-05 11:50:02下载
- 积分:1
-
use PowerBuilder to achieve the inventory management procedures
用powerbuilder实现的库存管理程序-use PowerBuilder to achieve the inventory management procedures
- 2022-12-09 01:05:03下载
- 积分: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
-
rearrangement JiuGongTu the heuristic search algorithm
重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
- 2023-05-16 06:20:03下载
- 积分:1