资源列表
webcomp.rar
- 一个小程序,将bin文件的数据转成头文件的形式,转成后的数据类型是16位的,A small program that will convert bin file data in the form of header files, after the data type conversion is 16-bit
fuquanshu
- 当我们写一个10进制整数时,其值可以用各位的数码乘以10的幂来表示,例如: 123=1×102+2×101+3×100 一般来说,对R的进制数N,其绝对值可以用各位的数码乘以R的幂: N=an×Rn+an-1×Rn-1+…+a0×R0 来表示。这里R可以是正数也可以是负数。当R是负数时,我们称之为负权数。不论R是正数还是负数,我们都采用{0,1,…,|R|-1} 这|R|个数码来表示R进制数的个位。如果|R|>10 我们还将使用大写字
gudingxulie
- 发送固定序列,发送的是16位的串行数据,延迟10ms,-Send a fixed sequence, sending the 16-bit serial data, delay 10ms,
minSimpSearch
- 无约束多维最小值优化算法,采用单纯性搜索策略,速度较快。-Multidimensional unconstrained minimum optimization algorithm, using simple search strategy, fast.
a
- 离散数学中的自反,对称,传递等算法,本程序用c语言实现-Discrete Mathematics in the reflexive, symmetric, transmission and other algorithms, this program using c language implementation
88
- 利用C语言编程,实现对计算机显卡的检测和扫描以记对硬盘的测试.-The use of C language programming, computer graphics card detection and scanning in order to remember the hard drive test.
erchashu.txt
- 包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
vhdl_edge_ris
- rise edge detecting some signal module... tested by Altera MaxPlusII or Quatus -rise edge detecting some signal module... tested by Altera MaxPlusII or Quatus II
01
- 计算机算法基础中的实现了的插入排序C语言实现-InsertSort algorithm
1
- 声明一个Circle类,有:数据成员Radius(半径),成员函数GetArea()计算圆的面积,构造函数Circle(float radius)进行初始化和析构函数。在主函数中创建一个Circle类的对象进行测试(输入一个数值,作为Circle类对象的半径,调用该对象的GetArea()求以该数值为半径的圆的面积)-Declare a Circle class, are: data members Radius (radius) member function GetArea () to ca
123
- 自己编写的十进制转换成十六进制程序,很实用,需要的话,可以下载。-I have written to convert decimal to hexadecimal procedures, very practical, if required, can be downloaded.
QR
- QR分解,本程序实现了任意矩阵的QR分解-This program is for matrix qr-decomposition