资源列表
[C#编程] StringAndArrayDemo
说明:C# 字符串是使用 string 关键字声明的一个字符数组。字符串是使用引号声明的-C# string is to use the keyword string, a character array statement. String is to use quotation marks statement<龙飞> 在 2024-11-05 上传 | 大小:25600 | 下载:0
[C#编程] RenameAll
说明:按照目录对文件进行批量重命名工具,可以将文件名中的指定字符替换为其他字符,也可以将文件名中的指定范围的字符替换为其他字符。-Contents of the document in accordance with the bulk rename tool, can be specified in the document' s character is replaced by other characters, the file n<Zhang Ming> 在 2024-11-05 上传 | 大小:38912 | 下载:0
[C#编程] restartiissocket
说明:通过exe文件进行 重启IIS操作-restart iis use exe<wy231> 在 2024-11-05 上传 | 大小:73728 | 下载:0
[C#编程] WindowsFormsApplication1
说明:使用winsheel开发的c#目录浏览器,已做成usercontrol控件,可以嵌入窗体使用,使用方式: 拷贝CYFolderBrowse.dll到工程, 添加为工程引用 添加为部件引用后,就可以在toolbox中看到 附件里还包括了调用例子,主要是使用onSelected事件-Winsheel developed using the directory browser c#, have caused usercontr<cybaiu> 在 2024-11-05 上传 | 大小:45056 | 下载:0
[C#编程] stack_queue
说明:两栈模拟队列 采用两个反面增长的栈来模拟队列。 // 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。 // 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再 // 弹出s1中的元素。 // 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack<kathy> 在 2024-11-05 上传 | 大小:1024 | 下载:0