资源列表
string
- 实现字符串的strcat, strsub, strequ操作 Input 第一行有一个字符串,为被操作字符串的初值(可能为空串),接下来有一个整数q,表示操作的个数,接下来q行每行为下列情况的一种:1. strcat ssss 表示把字符串ssss连接到被操作的字符串之后 2. strsub b e 表示求被操作字符串的子串(Sb...Sb+e-1) 3. strequ ssss 判断被操作字符串与ssss是否相等(每次strcat操作之后,被操作的字符串被永久的改变。)被操作字符串最长长
Pass_struct_pointer_to_function3
- How to use nested struct
1088
- 数理逻辑考试 数理逻辑考试中,老师一共出了N道题目,其中需要选做M道。我们可以从N道题目中任意的选择M道,并对他们进行排序,排在不同位置的题目分值不一样。比如,有7道题目,我们可以任选6道,各个题目分值不一,例如放到第1个位置的题目分值为22分,第2个是21分,第3个是19分,第4个是18分,第5个是12分,第6个是8分,多做不给分。 输入数据的第一行包括两个整数N,M,其中(0<M<=N<=100)。 输入数据的第二行包括M个整数,第i个数字表示放在第i个位置
cam
- simple file made in opencv to view video from a camera
VHDL
- A Full adder using half adder unit in vhdl
HWK_Upgrade_LOG_A104_67_0885DC670027003B
- update of hard ware key ufs3
picture1
- 画出三角形图案,既可以是正三角也可以是倒三角形图案。-To draw triangular pattern, may be either positive triangular pattern may also be inverted triangle.
QMap
- QMap for Quality Map
1237129
- 输入某年某月某日,判断这一天是这一年的第几天? 以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain day, judgment day is the first few days this year? Adds up to March 5, for example, should the two month before, then add 5 days of the first fe
lms
- LMS filter implementation for ECG baseline wander removal
newton_raphson
- This code allow to solve equations through the numerical method: Newton-raphson
bandpass_zeros
- 模拟低通到带通滤波器变换,可以改变需要的参数,得到不同的结果-Analog low-pass to band-pass filter transform, you can change the required parameters to get different results