资源列表
7-2
- 包含了初学c语言时,应会的函数。定义函数fun输出1~n之间能被6和7整除的自然数,要求在主函数中输入n,并调用fun函数(The function should be included in the initial C language)
北大ACM试题库及解答
- ACM每年都出版大量计算机科学的专门期刊,并就每项专业设有兴趣小组。兴趣小组每年亦会在全世界(但主要在美国)举办世界性讲座及会谈,以供各会员分享他们的研究成果。近年ACM积极开拓网上学习的渠道,以供会员在工余或家中提升自己的专业技能。 ◆ 出版:ACM通讯、信息系统等十几种杂志、期刊、学报、书籍的出版发行(ACM specialized journals are published every year a large number of computer science, and eac
新建文件夹
- 结构的坐标、振型写入到txt文件里面,画三维振型图(Drawing three dimensional vibration pattern)
Verilog第六章
- 数字系统设计与Verilog王金明第四版 第六章课后习题参考解析(Digital system design and the fourth edition of Verilog Wang Jinming The sixth chapter after class exercise reference analysis)
数据结构课设小题线性表的链式存储
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
Cholesky
- 简单实现对高光谱图像进行cholesky分解。(Simple implementation of Cholesky decomposition)
C语言编程
- C语言常见编码练习题,提高算法水平。附源码。(C language common coding exercises to improve the level of the algorithm.)
spatial smooth
- 此程序可以实现基于前向平滑空间的DOA检测(DOA detection based on forward smooth space can be realized)
Unitary -ESPRIT
- 实现面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序(Unitary -ESPRIT algorithm MATLAB program for realizing two-dimensional angle estimation in surface array)
传播算子DOA估计算法
- 可以实现传播算子DOA估计算法的Matlab程序(Matlab program that can realize the DOA estimation algorithm of propagator)
JADE算法
- 角度和时延联合估计(JADE)算法MATLAB程序(Joint estimation of angle and time delay (JADE) algorithm MATLAB program)
Oraycn.MCaptureDemo
- 在多媒体系统中,一般都会涉及到录音、录像、录屏问题,采集得到的数据可以用来传输、播放、或存储。所以,对于像课件录制系统、语音视频录制系统、录屏系统等,多媒体数据的采集就是最基础的功能之一。 MCapture可用于采集本地摄像头拍摄到的图像、麦克风输入的声音、以及当前电脑桌面的图像。(In the multimedia system, the problems of recording, recording and recording are generally involved. Th