资源列表
dec-to-bin
- 通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.
juzhen
- B样条的定义,并通过软件生成输出矩阵的数值-B-spline is defined and the output matrix generated by the numerical software
counting-problem
- 给你两个数a和b,你的任务是计算出1在a和b之间出现的次数,比如说,如果a=1024,b=1032,那么a和b之间的数就是: 1024 1025 1026 1027 1028 1029 1030 1031 1032 则有10个1出现在这些数中。 -Give you two numbers a and b, your task is to calculate a and b in a number of times between, for example, if a = 1024,
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
libsvm-3.1
- LibSVM code in Matlab
program3
- 植物生长模型,能够描述根中水运动的阻力。-Plant growth model, which can describe the resistant of water flow in Xylem.
Bresenham-line-algorithm
- 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
closed_point
- 最近点对的算法: 对给定数量的点,求其中点对的最短距离。(测试样本为1000,5000个点,跑出来的时间均为0(s))详细思路请看程序注释。-The nearest point of the algorithm: for a given number of points, find the point where the shortest distance. (1000,5000 the test sample points, running out of time are 0 (s))
LZW_Demo
- 一个lzw算法的压缩演示,有压缩时间的显示,c++实现的,感兴趣的可以参考一下-Demonstration of a lzw compression algorithm, a compression time display, c++ implementation, interested can refer to ........
kkkmmmppp
- 用C语言实现KMP算法,即在长字符串找短字符串的所有出现。-KMP algorithm using C language, that is short in the long string to find all occurrences of the string.
gzlee_fsk
- Matlab simulink 2fsk 仿真-Matlab simulink 2fsk
01bag_problem
- 特殊的01背包(原算法分析题4-3) 问题描述:01背包是在N件物品取出若干件放在空间为C的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn,并取得最大价值。普通的01背包中物品的重量和价值没有明确的关系,这里定义一种特殊的01背包:向背包中放入的物品的价值和体积成反比,也就是价值越高,体积越小,注意这里物品价值和体积的乘积并不是固定值。例如:如下的物品满足这个“特殊的01背包”,5件物品: 物品1,价值 v=6,体积w=20 物品2,价值 v=1,体
