资源列表
[其他小程序] redpack_bin_060415
说明:无压密码,支持GBA 文件格式 望上还有很多-no pressure passwords, file format support GBA there is a lot of hope<面的输> 在 2025-07-28 上传 | 大小:548kb | 下载:0
[其他小程序] dianzhujisuanji1.0
说明:一个比较好玩的电阻器解码和计算需要的颜色色值和温度容限.-a more fun Resistance decoder and computing needs of the color values and color temperature tolerances.<knm> 在 2025-07-28 上传 | 大小:4kb | 下载:0
[其他小程序] 9s12dj64_eeprom_w_r_function
说明:mc68hc9s12d64的eeprom读写函数-mc68hc9s12d64 of EEPROM read and write function<张公> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[其他小程序] GTCardMotion
说明:关于固高卡的包装的api函数和轴状态以及坐标系状态下的状态实时读取及显示-solid high card on the packaging api function and axial coordinates state and the state of the state read and display real-time<周转> 在 2025-07-28 上传 | 大小:18kb | 下载:0
[其他小程序] heapsort2.c
说明:堆排序算法的过程演示 请多多指教-heap sorting algorithm process demonstrated great weekend!<龙太雷> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[其他小程序] haode
说明:字符串的替换操作replace (String &s, String &t, String &v)是指:若t是s的子串,则用串v替换串t在串s中的所有出现;若t不是s的子串,则串s不变。例如,若串s为“aabbabcbaabaaacbab”,串t为“bab”,串v为“abdc”,则执行replace操作后,串s中的结果为“aababdccbaabaaacabdc”。试利用字符串的基本运算实现这个替换操作。 -string replacement operation replace (Stri<dfssd> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[其他小程序] piaoliang
说明: 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi<dfssd> 在 2025-07-28 上传 | 大小:1kb | 下载:0