-
完成论文的在线查询提交和下载,不用登录密码即可上传下载
完成论文的在线查询提交和下载,不用登录密码即可上传下载-Complete papers online query submission and the download, do not you upload login password download
- 2022-09-07 08:20:02下载
- 积分:1
-
数据结构课程设计中自己做的一个显示二叉查找的过程的一个程序...
数据结构课程设计中自己做的一个显示二叉查找的过程的一个程序-Curriculum design, data structure to do a show in its own binary search process of a program
- 2022-01-22 14:16:00下载
- 积分:1
-
包括各种各样的系统功能,特别棒
包括各种各样的系统功能,特别棒-include a wide range of system functions, in particular wand!
- 2022-03-23 16:11:34下载
- 积分: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
-
Turbo码matlab程序
说明: Turbo码matlab程序,对学习、课程设计以及毕业设计有比较大的帮助(Turbo code matlab program, to study, curriculum design and graduation design is of great help.)
- 2020-12-30 15:08:59下载
- 积分:1
-
track
可实现基本循迹4轮,4传感器,红外,自由旋转等功能(It can realize the functions of basic tracing 4 wheels, 4 sensors, infrared, free rotation and so on.)
- 2020-06-21 17:20:01下载
- 积分:1
-
熵权法
说明: 按照信息论基本原理的解释,信息是系统有序程度的一个度量,熵是系统无序程度的一个度量;如果指标的信息熵越大,该指标提供的信息量越大,在综合评价中所起作用理当越大,权重就应该越高。因此,可利用信息熵这个工具,计算出各个指标的权重,为多指标综合评价提供依据(According to the interpretation of the basic principles of information theory, information is a measure of the order degree of the system, and entropy is a measure of the disorder degree of the system. If the larger the information entropy of an index is, the greater the amount of information provided by the index is, and the greater the role it plays in the comprehensive evaluation, the higher the weight should be. Therefore, we can use the tool of information entropy to calculate the weight of each index and provide the basis for multi index comprehensive evaluation)
- 2020-03-26 19:35:54下载
- 积分:1
-
a compiler of the source of great practical value to a compiler source, a very p...
一个编译器的源程序,非常有实用价值
一个编译器的源程序,非常有实用价-a compiler of the source of great practical value to a compiler source, a very practical price
- 2023-01-28 10:45:03下载
- 积分:1
-
Flash经典游戏:贪吃蛇源码下载
Flash经典游戏:贪吃蛇源码下载,不多介绍了,相信你会玩的,这个游戏小时候在掌上游戏中经常玩哦。
- 2023-06-04 18:50:03下载
- 积分:1
-
纽约大学的tinylinker代码
小型链接器,系统级编程课程设计,题目要求编写两个函数-A small linker, system-level programming course design。
You are to implement a two-pass linker in C, C++, or Java and submit the source code, which we will compile and
run.
The target machine is word addressable and has a memory of 600 words, each consisting of 4 decimal digits. The
first (leftmost) digit is the opcode, which is unchanged by the linker
- 2022-08-23 17:14:33下载
- 积分:1