资源列表
diffractivelens_mi GS迭代算法 matlab 实现
- GS迭代算法 matlab 实现,实现光束的整形等-GS matlab
myGPS 用于计算卫星坐标,用C++编写
- 用于计算卫星坐标,用C++编写的,通过卫星星历确定卫星位置,经供参考哦-Used to calculate the satellite coordinates, written in C++, the determination of satellite positions, satellite ephemeris for
ip_vs_wrr 基于权限轮转的任务调度算法
- 基于权限轮转的任务调度算法,主要是适用于linux的操作系统,希望对大家有帮助-Based on the authority of the rotary task scheduling algorithm, mainly is suitable for the Linux operating system, and we want to help
libnet-1.0.2a.tar.gz libnet安装文件
- libnet安装文件 linux 下使用 解压后就能使用,libnet install linux use unpacked can use
8位可预置的循环移位数字信号发生器
- 8位可预置的循环移位数字信号发生器、简易逻辑分析仪,8 of the cyclic shift can be preset digital signal generator, simple logic analyzer
BTree.二叉树的递归算法
- 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
CodeVisionAVR.用了好久的AVR编程软件
- 用了好久的AVR编程软件,不错,跟大家分享一下!,Used for a long time of AVR programming software, yes, to share with you!
PSK.16PSK的调制与解调的程序
- 一个16PSK的调制与解调的程序,能够画出星座图和加如高斯白噪声信道,A 16PSK of modulation and demodulation process, to draw the constellation diagram and processing, such as Gaussian white noise channel
使用matlab对正弦信号采样
- 使用matlab对正弦信号采样 以及对其进行DFT变换,Matlab sinusoidal signal on the use of sampling, as well as its DFT transform
abakus_d7.工业编程控件
- 这是一个工业编程控件,可以实现工业监控界面,就像LAbview界面一样,This is a program of industrial controls, industrial monitoring interface can be achieved, just like Labview interface
BlueLab-3.4.2.绝对经典的蓝牙开发工具软件
- 绝对经典的蓝牙开发工具软件,自带软件包。,Absolute classic Bluetooth development tools, software, comes with the package.
矩形对象以及Point类成员计算其面积
- 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of