-
turbo-coder
turbo的文件用MATLAB的仿真程序有一定的参考价值啊,(SIMULATION TURBO CODE USING MATLAB)
- 2010-11-25 09:34:24下载
- 积分:1
-
spwm
说明: 可以通过STM32产生SPWM ,改变mos管的通断,做小功率的逆变发生程序(SPWM can be generated for low power inversion)
- 2019-03-28 10:49:36下载
- 积分:1
-
CButtonST_demo
CButtonST的源代码,漂亮(CButtonST the source code, beautiful)
- 2007-12-21 10:19:50下载
- 积分:1
-
water
汪德灌教授那本 计算水力学书后的 perisiman 隐式差分法源代码的 c++版本,我是在fortran代码中改过来的,书中的fortran代码有错误, 请较高人才得以突破 这个东西应该比较有用的吧, 尤其对刚接触这方面知识的 注释很详细哦 而且有输入文件(Professor Wang Deguan that the calculation of hydraulics perisiman after the implicit difference method source code c++ Version, I was changed from fortran code, and the book fortran code error, please talents to break with this higher things you should be more useful, especially for刚接触this regard very detailed knowledge of the Notes and the input file Oh)
- 2008-01-10 13:29:29下载
- 积分:1
-
班级成绩管理系统,可以查询,添加,删除等功能
班级成绩管理系统,可以查询,添加,删除等功能-class performance management system, can find, add, delete function
- 2022-02-26 04:32:24下载
- 积分:1
-
上三角矩阵类的实现
上三角矩阵类的实现-triangular matrices on the realization
- 2023-04-12 20:00:03下载
- 积分:1
-
小车驱动中上位机与下位机的编写
其中,上位机的编程语言是C#,下位机的编程是C,用到的芯片是XS128,这个程序实现的功能是通过上位机控制小车的行走路线。
- 2023-08-03 07:50:03下载
- 积分:1
-
2006141121337
第一步:首先我们需要强大的SNMP信息收集和整理工具,网络中这类工具比较多,如果我们只是监控的话建议使用小巧的monomon即可,当然如果企业内部要自定义建立流量监控站点或服务中心的话可以使用其他支持SNMP的MRTG,PRTG等工具。我们可以到http://monomom.matf.de/download.php地址下载该程序,整个程序只有一个文件(Step one: First of all, we need strong SNMP information to collect and organize tools, network tools such as more, if we only recommend the use of surveillance, then compact monomon can, of course, if the custom-house to set up traffic monitoring site or service center If you can use other support SNMP-MRTG, PRTG, such as instrument. We can http://monomom.matf.de/download.php address to download the program, the whole process only one document)
- 2009-03-17 16:01:07下载
- 积分:1
-
point
用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方(Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity))
- 2012-12-16 13:14:04下载
- 积分:1
-
huffman编码码长效率
#include
#include
#include
#include
using namespace std;
const MAXSIZE=100;
typedef struct Huffmantree
{
char cname;
int weight,mark;
struct Huffmantree *parent,*lchild,*rchild,*next;
}Hftree,*linktree;
- 2022-04-15 20:09:22下载
- 积分:1