资源列表
[C#编程] MediaPlayer
说明:this a c# class that allows you to play .mp3 files with your windows application but not as the other ones ... i have a few extra features like (speakers sound balance , base control , tripple control and loop and mute functions ) ... that s all ...<Ahmed Mohammed> 在 2025-06-06 上传 | 大小:3kb | 下载:0
[C#编程] vip
说明:根据不同的类可设置相应的构造函数、析构函数,以及设置、显示相关属性等相关行为。每个类至少定义4个成员函数。定义DOG类。(可设有年龄、体重、颜色等属性)-Depending on the category to set the corresponding constructor, destructor, as well as the settings, display properties and other related acts. The definition of each catego<micmon> 在 2025-06-06 上传 | 大小:3kb | 下载:0
[C#编程] BookManage
说明:简易图书管理系统,课程设计题目,对初学者很有帮助-Simple library management system, curriculum design topic, very helpful for beginners<王一> 在 2025-06-06 上传 | 大小:3kb | 下载:0
[C#编程] clickQuery
说明:当点击图层上的某一个区域时,能够显示其属性信息-When you click on the Map ,it will show the Attribute of the Feature you clicked.<xiufeng> 在 2025-06-06 上传 | 大小:3kb | 下载:0
[C#编程] ad
说明:程序中第一个for语句中又嵌套了一个for语句组成了双重循环。外循环控制逐行处理,并把每行的第0列元素赋予l。进入内循环后,把l与后面各列元素比较,并把比l大者赋予l。内循环结束时l 即为该行最大的元素,然后把l值赋予b[i]。等外循环全部完成时,数组b中已装入了a各行中的最大值。后面的两个 for语句分别输出数组a和数组b。-Procedures for the first statement and a nested for statement composition of a double<lili> 在 2025-06-06 上传 | 大小:3kb | 下载:0
[C#编程] ag
说明:这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组cs[i]中的国名字符串拷贝到数组st中,并把下标i赋予P。进入内层循环后,把st与cs[i]以后的各字符串作比较,若有比st小者则把该字符串拷贝到st中,并把其下标赋予p。内循环完成后如p不等于i说明有比cs[i]更小的字符串出现,因此交换cs[i]和st的内容。至此已确定了数组cs的第i号元素的排序值。然后输出该字符串。在外循环全部完成之后即完成全部排序和输出。-The double circle in alphabetical o<lili> 在 2025-06-06 上传 | 大小:3kb | 下载:0