资源列表
[Windows编程] Usnmpmibrowses
说明:采用snmp++的代码实现mibbrowser的浏览器,非常常适合想学习snmp协议栈的初学入门者,已通过测试。 -Code implementation of snmp++ browser of mibbrowser, very often for want to learn the snmp protocol stack beginner beginners, has been tested.<r123qq> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[Windows编程] TCCompileri
说明:本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析析、抽象语法树和类型检查的设计和实现方法,和课程设计中碰到的问题、实验心得、参考数据等。 -Tiger of the design language for the source language, produced a front-end part of the compiler, including lexical analysis, parsing analysis, design and implem<smms> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[文件操作] CODEMANAGE_C
说明:C代码管理没有规矩很难管理,不像类管理那样方便,我们一遍一遍的写代码但是重复的很多,如何管理自己写的C程序以供以后使用方便?因此好用的C代码管理小工具出现了,可用于代码管理,将计算机里面的代码导入到数据库,然后在数据库中查询、修改;可以快速找到所需函数方法。-There are no rules in the C code management is difficult to manage, unlike class management as easy, we write a lot of c<yqk> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[Windows编程] TSchoolSysh
说明:一个功能全面的教务管理系统,可可自由扩展,强化其功能可直接使用。 -A full-featured educational management system, cocoa expansion of freedom, and strengthen its function can be used directly.<nicollejia> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[Windows编程] ie8core_new
说明:我想下载啊,帮个帮个忙,初二男生,自学编程-I want to download ah, help a favor, the first two days of the boys, self-programming<贺洪毅> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[其他小程序] 2004051214590623149
说明:改变DBGrid的颜色 来满足客户的需求-To change DBGrid colors to meet customers' needs<算好> 在 2025-09-26 上传 | 大小:355kb | 下载:0
[Windows编程] Knight
说明:1. 问题描述 在一个n*n的棋盘上,一个放在棋盘上某个位置的马是否可以恰好访问每个方格一次,并且回到起始位置上? 2. 回溯法的一般思路 深度优先搜索,若寻找到满足要求的解,则输出;否则推回上一层往下一个方向搜索。 3. 求解问题的回溯算法描述 对于当前所在位置(x,y),依次枚举n个方向搜索,直到找到一组可行解为止。使用剪枝有3处:第一、使用Warnsdorff s rule,枚举当前解得时候优先选择下一步可行步数最少的方向;第二、若第一点中的方向存在不止一个,则优先选择<Jim Wu> 在 2025-09-26 上传 | 大小:355kb | 下载:0