资源列表
4LUSANDENG
- 报警器警灯闪灯程序,是某一家报警器内部资料。-Alarm lights flashing procedure
YUYINBAOJING
- 报警器的主程序,可以分段语音报警。程序是某一家报警器厂内部资料-The main program alarm, can be segmented speech alarm. The program is a home alarm factory internal data
12C887
- 12C887测试主程序,已经在产品上应用过,一直很稳定。-12C887 test procedure, has been used in the product, has been very stable.
LIBRARY-IEEE
- 加法计数器的设计 任意进制的计数器设计-LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY sun IS PORT(ENA,CLK_IN,CLR:IN STD_LOGIC Y:OUT STD_LOGIC_VECTOR(6 DOWNTO 0) ) END sun ARCHITECTURE A OF sun IS SIGNAL CLK:STD_LOGIC SIGNAL TEMP:INTEG
nengliang
- 对正弦信号的傅里叶变换及能量的求解,MATLAB具体的代码 -Fourier transform and solving the energy sinusoidal signal, MATLAB specific code
ImgPrc
- 位图转换,图像处理,图片格式的转化,便于计算机处理-Converting bitmap conversion, image processing, image format, to facilitate computer processing
DPSK
- 8dpsk的调制与解调以及误码率的分析,加入高斯白噪声后误码率的分析-Modulation and demodulation and analysis 8dpsk and bit error rate analysis after adding white Gaussian noise BER
APFunction
- 用汇编语言实现的双递归函数 Ackerman函数 -In computability theory, the Ackermann function, named after Wilhelm Ackermann, is one of the simplest and earliest-discovered examples of a total computable function that is not primitive recursive. All primitive recursive
bubblesort
- 用汇编语言实现的一个冒泡排序法, 作者是Steven McC-Assembly language to achieve a bubble sort method
tdms_excel
- 将labview产生的tdms格式的文件批量转换为excel格式的文件,m文件中使用用uigetdir函数,可以加入浏览要转换的tdms格式的文件夹和要保存的文件夹。-Will generate the labview TDMS format files batch convert excel format file, m file use uigetdir function, can add the browse folder to convert TDMS format and to sav
Judgment_palindrome
- 编写一个函数palin()用来检查一个字符串是否正向拼写与反向拼写都一样的“回文”(palindromia)。如“MADAM”就是一个回文。若放宽要求,即忽略大小写字母的区别、忽略空格及标点符号等,则像“Madam,I m Adam.”之类的短语也可视为回文。编程要求:⑴在主函数中输入字符串。⑵将字符串首指针作为函数参数传递到函数palin()中。当字符串是回文时,要求函数palin()返回1,否则返回0。⑶若是回文,在主函数中输出"Yes.";若不是回文,在主函数中输出"No."。 提示:
longist
- 在主函数中输入一个字符串main_str,调用函数将main_str中最长的单词取出放入sub_str中(要求被调函数参数为main_str和sub_str),在主函数中输出结果字符串sub_str。假定输入的字符串main_str中单词以一个或多个空格分开。若有多个单词长度相同,输出最后一个。 -Enter in the main function of a string main_str, calling function will main_str the longest word o
