资源列表
[软件工程] MFC_Radio-Button
说明:自己总结的MFC单选框控件基本使用方法,包括创建,选择,清空等基本函数-Own summary of the MFC single box controls basic use, including the creation, selection, and other basic functions empty<Juicy> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[软件工程] systemSafe
说明:数据库系统中的银行家算法的实现。通过对进程数量的控制来实现-Database system bankers algorithm. By the number of processes to achieve the control<梁萍萍> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[编程文档] Simulation-Of-a-Cognitive-Radio-System-In-Matlab.
说明:simulation of cognitive radio using matlab<ateeq> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[编程文档] -BPSK_mod.m
说明:BFSK mudulation using matlab and diferent channels<ateeq> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[软件工程] temperature-control
说明:基于ADUC831的激光自动温度控制系统,程序实现简单,采用总线实现收发数据-Laser-based ADUC831 automatic temperature control systems, procedures simple, send and receive data using the bus<anson> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[文件格式] juzhen
说明:基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide<yangyang> 在 2025-06-30 上传 | 大小:1kb | 下载:0