资源列表
haode
- 字符串的替换操作replace (String &s, String &t, String &v)是指:若t是s的子串,则用串v替换串t在串s中的所有出现;若t不是s的子串,则串s不变。例如,若串s为“aabbabcbaabaaacbab”,串t为“bab”,串v为“abdc”,则执行replace操作后,串s中的结果为“aababdccbaabaaacabdc”。试利用字符串的基本运算实现这个替换操作。 -string replacement operation replace (Stri
jisuanqi
- 计算器的功能实现,简单的数据操作规程.用图形法做的
FIR3
- 用线性缓冲区和带移位双操作数寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)*
po
- 0216液晶显示屏测试段码!-0216 LCD test code above!
pic12c508_lamp
- 使用PIC12C508单片机,内部4MHZ时钟,4脚输入50HZ脉冲信号,7,6,3脚(GP0,GP1,GP4端口)为输出口。其中渐变部分是让灯慢慢的变亮(或灭)。-Using PIC12C508 microcontroller, the internal 4MHz clock, 4 feet 50HZ input pulse signal, 7,6,3-pin (GP0, GP1, GP4 port) for the output. Part one of gradual change is
2To10Transmit
- 用汇编语言实现2进制向十进制的转换,过程用类似模块化的标签,通过跳转实现,代码块清晰易读-Using assembly language to achieve 2-band conversion to the metric system, the process of labeling similar to the modular, through Jump realized legible block of code
erchafa
- 二次插值法,要用的自己下来看看吧,很好的优化程序 -Quadratic interpolation method, we should take a look at it from their own, a good optimizer
pic12c508
- PIC12C508单片机控制灯光源程序以上程序使用PIC12C508单片机,内部4MHZ时钟,4脚输入50HZ脉冲信号,7,6,3脚(GP0,GP1,GP4端口)为输出口。其中渐变部分是让灯慢慢的变亮(或灭)。-PIC12C508 MCU control over light source uses PIC12C508 microcontroller, the internal 4MHZ clock, four feet 50HZ input pulse signal, 7,6,3-pin (G
Traffic
- 该程序用medwin编写,实现南北合东西方向的红绿灯控制,按下K1键后,可以实现紧急情况下的交通管制-The program prepared by medwin to achieve what the North-South co-direction of traffic lights control, press the K1 key, can be achieved in case of an emergency traffic control
SLM_PAPR
- 简单实用的SLM法降低OFDM峰均比-matlab SLM method to reduce PAPR ofdm。。。
PLS1
- PLS方法的思想早在上个世纪30年代就已经产生,但是在上世纪三十年代至六十年代中期这段时间,PLS方法尚未形成系统、完整的理论与算法。-PLS method of thinking as early as 30 years in the last century has been produced, but in the mid-thirties to six this time, PLS method system, a complete theory and algorithms have
Key
- This a simple code for avr microcontroller that initializes keys. With pressing keys, it shows the number of the pressed key.-This is a simple code for avr microcontroller that initializes keys. With pressing keys, it shows the number of the pressed
