-
LX
说明: 练习功能练习功能练习功能练习功能练习功能练习功能(ddddfafafafafaf)
- 2009-12-19 21:47:13下载
- 积分:1
-
bin_2_hex
可用于bin文件与hex文件进行互转,包含两个工具,小于64KB的互转工具和在WIN7下验证过的大于64KB字节的bintohex工具。各位同行可参考使用。(It can be used to convert bin file to hex file. It contains two tools, one is less than 64KB, the other is more than 64KB byte, which has been verified under WIN7. You peers can refer to the use.)
- 2018-11-28 10:50:16下载
- 积分:1
-
fdct_wrapping
离散曲波变换的代码,用Wrapping方法实现的.(Fast Discrete Curvelet Transform via wedge wrapping)
- 2009-06-19 16:37:32下载
- 积分:1
-
交通快速路控制的alinea算法程序
交通快速路控制的alinea算法程序,附带vissim路网(Alinea algorithm for Expressway Control)
- 2020-12-24 20:29:05下载
- 积分:1
-
LabTest2
黑杰克學校測驗題,從裡面的碼發展出整個遊戲(Black Jack school quiz, from the inside out the entire game code development)
- 2013-08-03 07:37:33下载
- 积分:1
-
LLC_OK(1)
基于matlab搭建的LLC谐振开关电源,能够实现零电压开通(The LLC resonant switching power supply based on Matlab can realize zero voltage switching.)
- 2018-06-11 20:22:39下载
- 积分:1
-
模拟邮箱系统。要输入用户名和密码,直到合格或三次 调用 ggets 可以中途 ESC 退出 返回: 成功:OK 失败:ERROR.可以创建新用户。fw :写信模...
模拟邮箱系统。要输入用户名和密码,直到合格或三次 调用 ggets 可以中途 ESC 退出 返回: 成功:OK 失败:ERROR.可以创建新用户。fw :写信模块 you :发送机名 youfile :对应文件 str1 :信件内容 str :单位字符 w :频率 hc :转换编码,由赫夫曼树获得 strwork1:信件前导信息 strwork2:正式编码-simulated mail system. To enter a user name and password, or until three qualified ggets can call from halfway to the ESC : Success : OK failed : ERROR. You can create new users. Fw : module you write : Send machines were youfile : str1 corresponding documents : letter str : flat characters w : frequency hc : transcoding from the Huffman tree was strwork1 : Information strwork2 letter Spotlight : official coding
- 2022-06-17 11:03:54下载
- 积分: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
-
超酷百叶窗幻灯片
超酷百叶窗幻灯片是一vor图片幻灯片插件制作超(JQuery slide is a jQuery full-screen slide plug-in with index button)
- 2019-03-04 15:02:01下载
- 积分:1
-
Combinaition of 2 Algorithms
说明: 无人机进行任务分配,结合蚁群算法和匈牙利算法,原作者位于github(UAV performs task assignment, combining ant colony algorithm and Hungary algorithm, the original author is located on github)
- 2020-12-23 15:29:06下载
- 积分:1