-
下载的文本系统,或者太简单或太复杂,允许…
网上下载的文系统,要不是过于简单,要不过于复杂让,初学者止步,我的这FAT16结构化,易初学者学习,测试OK-Downloading the text system, either too simple or too complicated to allow, for beginners to stop, I structured this FAT16, easy for beginners to learn, test OK
- 2022-03-23 10:53:44下载
- 积分: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
-
Oracel9i在windows下的安装及配置方法
Oracel9i在windows下的安装及配置方法-Oracel9i in the windows of the installation and configuration method
- 2022-06-19 17:16:56下载
- 积分:1
-
C# 资源管理器源码
C#仿Windows资源管理器源码,界面和功能都和XP的文件管理器十分相似,当然这就是仿写windows 的,通过这个源码你可以学习到窗口分栏显示、树形菜单、文件系统读写等相关知识技巧,界面效果请参见测试截图。
- 2022-01-31 20:07:21下载
- 积分:1
-
VC.NET 解压和压缩大文件的例子
VC.NET 解压和压缩大文件的例子,操作方法上可能和现在主流的WinRAR软件有些不一样,先设置好未压缩文件名、压缩后文件名、未解压文件名、解压后文件名方可进行操作。解压后的文件是mdb格式,压缩文件的格式为zip,用现在的Winrar就可以解压打开文件,本源码还是很有参考价值的。
- 2022-04-29 19:12:38下载
- 积分:1
-
该程序实现两端的及时通信,使交流方便, 其实现语言为java
该程序实现两端的及时通信,使交流方便, 其实现语言为java-It helps you to chat with your friend from anywhere in the world .
- 2022-05-09 00:41:45下载
- 积分:1
-
该程序利用向量V作为依据。生成方循环矩阵
This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
-This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
- 2022-12-18 03:50:03下载
- 积分:1
-
雷老虎短信平台对接程序
雷老虎短信平台的开发该源码可以连接雷老虎短信平台发送短信查询信息等
- 2022-07-12 10:22:02下载
- 积分:1
-
背英语单词1
背英语单词1-back an English word
- 2022-06-27 15:48:08下载
- 积分:1
-
PIC12F675 GP3使用方法程序 加protues 仿真
PIC12F675 GP3使用方法程序 加protues 仿真
-PIC12F675 GP3 plus protues simulation using the methods and procedures
- 2022-04-29 10:05:53下载
- 积分:1