资源列表
排序选择:
[VC/C++相关] TYPE_CONVERT
说明:关于数据类型转换的一些总结,相当多的种类,很不错,只要你想用的,几乎都有了-on data type conversion of some conclusions, a considerable number of categories, very good, as long as you want to use, and almost all of the<张桦> 在 2025-11-20 上传 | 大小:28kb | 下载:0
[数据结构常用算法] knight_moves
说明:骑士从棋盘左下角出发到右下角的走法有多少种?本程序用动态规划的方法实现-Cavaliers starting from the lower left-hand corner of the chessboard of the lower right hand corner of the law to the number of species? This dynamic process planning method<吴地瓜> 在 2025-11-20 上传 | 大小:1kb | 下载:0
[游戏] GC_J2ME_API_v20_Sample_App
说明:J2ME 的手机实例模型 ,内附源码,非常有学习的价值,对初学者有很大的帮助。-J2ME phone model example, enclosing source of great learning value, for beginners will be very helpful.<> 在 2025-11-20 上传 | 大小:1.97mb | 下载:0
[通讯编程] SimpleSocket
说明:简单的SOCKET的DLL通信编程,基于WINSOCKET类实现了3中不同的监听模式 集客户端与服务器端于一体-simple DLL communications program, based on the realization WINSOCKET category three different sets of listening mode client and server integrates<刘金春> 在 2025-11-20 上传 | 大小:3.63mb | 下载:0
[数学计算/工程计算] BtworthFilter2.0
说明:Butterworth算法的图形化显示,对于构造多阶的算法非常有好处。重新作了升版 其他的Butterworth分析的代码可以抛弃了。 极品-Butterworth graphical algorithm, multi-level structure for the algorithm is very good. Re-made version or other Butterworth analysis of the code can be discarded. Need!<黄河> 在 2025-11-20 上传 | 大小:43kb | 下载:0
[数据结构常用算法] graphDegree
说明:求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F<吴地瓜> 在 2025-11-20 上传 | 大小:1kb | 下载:0