资源列表
[文件操作] EnumerateAllFiles
说明:搜索并列举出所有文件的文件名称 包括子目录 子文件夹下的所有文件 递归的搜索方式搜索。-Parallel search file name to list all files including subdirectories subfolders recursively all the files under way to search search.<woodpecker> 在 2025-03-22 上传 | 大小:1kb | 下载:0
[文件操作] Statistical-frequency-word-
说明:实现输入一个英文文本文件,统计整个文本中每个单词出现的次数,并且按次数的高低排序,输出前五位的单词。-The input an English text file, statistics throughout the text in the number of occurrences of each word, and sorted by the number of the level of output the first five<张银峰> 在 2025-03-22 上传 | 大小:1kb | 下载:0
[通讯编程] formatdata
说明:电力通讯协议中,发送接收数据加减33H处理源代码-Power communication protocol, the sending and receiving data processing source code plus or minus 33H<alex_2008> 在 2025-03-22 上传 | 大小:1kb | 下载:0
[Windows编程] filterLib.csproj
说明:it just rocks try it an enjoy the experience..and if any queries plz reply on it.<kousar> 在 2025-03-22 上传 | 大小:1kb | 下载:0
[Windows编程] list_storage_structure
说明:线性表的顺序存储结构,一段线性表顺序存储结构说明的源码-The order of linear list storage structure<Vane> 在 2025-03-22 上传 | 大小:1kb | 下载:0
[Windows编程] dongtaiguihua
说明:动态规划的基本思想是把求解的问题分成许多阶段或 多个子问题,然后按照顺序求解各个子问题。前一子问题的解为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些可能达到最优的局部解,舍弃其他的局部解。依次解决各个子问题,最后一个子问题的解就是原问题的解。动态规划算法与分治法类似,但是不同的是,在使用动态规划求解问题时得到的各个子问题往往不是相互独立的。由于动态规划算法解决问题往往有重叠子问题的特点<ss> 在 2025-03-22 上传 | 大小:1kb | 下载:0