资源列表
AdvancedMatrix
- 用 c++ 实现的矩阵操作程序 功能: 1) 支持任意数据类型,以满足不同的需要 2) 支持任意个数的元素 3) 支持常规矩阵运算 4) 支持优化存储(如稀疏矩阵的存储)-with operational procedures to achieve the matrix functions : a) to support arbitrary data types, to meet the different needs 2) support arbitrary number
e2prom
- 用于读写E2PROM的程序。为TXT文本。
SortSimple
- 内部排序法,一、交换式排序 1)冒泡法 方法:将相邻的两个数据加以比较,若左边的值大于右边的值,则将两值相互交换 若左边的值小于等于右边的值,则此两个值的位置不变。右边的值继续和下一个值做比较,重复此动作,
client_server
- 这是一个简单的客户端与服务器通讯的源代码。
nautilus-mount-image.py
- nautilus 的右键菜单扩展,实现方便挂载各种镜像文件的目的.-nautilus extension of the right-menu, to achieve a variety of image file mount convenience purposes.
Dataset
- 用C#编写更新DATASET的数据集的问题,本人经常使用。-Prepared using C# Updated DATASET data set, I often use.
gaosiyuedangfa
- 建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
ADC.ZIP
- gate opner,s code for the control pannel of sliding gate control pannel the schematic is available in my esnips account
div63
- 可以对增量式编码器输出的AB相信号进行整数分频。有一个简单的通讯接口,可设定分频大小。 -Incremental encoder can output an integer number for AB believe frequency. There is a simple communication interface, can set the size frequency.
ofdmtxrx
- ofdm tranmission and reception
Knapsack
- 算法设计与分析中背包问题。 首先将最优解矩阵的第一行和第一列均赋值为0;然后从上至下、从左至右依次计算m[i][j]的值,如果第i个物品 的重量大于j的值,即第i个物品不放入背包中,则将m[i][j]赋值为m[i-1][j],否则取第i个物品放入背包和不放入背 包所得价值的最大值;最后从后往前计算最优解向量的值,如果m[i][j]=m[i-1][j],则将x[i]赋值为0,否则将x[i] 赋值为1,并将j减去第i个物品的重量。-The knapsack problem al
Aron
- 实现九九乘法表和字符ASCII转换,有主菜单可供选择-To achieve multiplication table and the ASCII character conversion, there is the main menu options
