资源列表
[C#编程] yinhangjia
说明:通过用c++语言来实现银行家算法,同时也注重到如何防止死锁的发生-By using c++ language to achieve the banker' s algorithm, but also pay attention to how to prevent the occurrence of deadlock<孙方俊> 在 2025-07-03 上传 | 大小:2kb | 下载:0
[C#编程] PrintCharp
说明:C#发票套打的示例,使用了.NET fr a mework 1.1 框架,主要原理利用XML来定位套打的精度-C# invoice print example, the use of the. NET fr a mework 1.1 fr a mework, the main principle of the use of XML to the accuracy of positioning print<王明明> 在 2025-07-03 上传 | 大小:4mb | 下载:0
[C#编程] FTPkehuduan
说明:C#Programing.基于C#的FTP客户端传输文件的软件-C# based on the FTP client software to transfer files<jinshuai> 在 2025-07-03 上传 | 大小:93kb | 下载:0
[C#编程] yanzhengmashibie
说明:Charp验证码识别示例,包括所有CSharp处理图像的函数,包括去噪矫正等过程,对简单验证码可识别,主要是阐述其原理。-Charp sample identification code, including all images CSharp processing function, including correction, such as denoising process, the code can be simple to identify, mainly on its princip<王明明> 在 2025-07-03 上传 | 大小:734kb | 下载:0
[C#编程] GetWebData
说明:输入网站地址,自动从配置文件的网站地址抓取网站数据源代码-Enter the website address, automatically from the configuration file of the site address data source to crawl site<陈志刚> 在 2025-07-03 上传 | 大小:520kb | 下载: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-07-03 上传 | 大小:3kb | 下载:0
[C#编程] CSHAPCommPort
说明:C#ANDCommPort/ CSCommBase.cs/ RsSerialPort.cs/ WAPIFun.cs 基于C#的串口首发程序-C# ANDCommPort/CSCommBase.cs/RsSerialPort.cs/WAPIFun.cs serial based on the first C# program<purple> 在 2025-07-03 上传 | 大小:7kb | 下载: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-07-03 上传 | 大小:3kb | 下载:0
[C#编程] ah
说明:本程序中定义了函数ave,其形参为结构指针变量ps。boy被定义为外部结构数组,因此在整个源程序中有效。在main函数中定义说明了结构指针变量ps,并把boy的首地址赋予它,使ps指向boy数组。然后以ps作实参调用函数ave。在函数ave中完成计算平均成绩和统计不及格人数的工作并输出结果。-This procedure defines a function in the ave, the shape parameters for the structure pointer variable p<lili> 在 2025-07-03 上传 | 大小:3kb | 下载:0