资源列表
1
- 下面的程序利用友元函数求两点间的距离。请你将有关的程序补充完整,并总结为什么这里要用友元函数来求两点间的距离。-using friend to get the result.
merge-2-lists
- 输入两个顺序链表(顺序从小到大),并按照给出的顺序合并,生成新的链表。-Enter two sequential list (sequence small to large), and combined in accordance with the given order to generate a new list.
IRQ
- VBS to list all IRQ current Windows-VBS to list all IRQ current Windows
m_sequence
- 利用matlab编写的扩频通信中所应用的m序列的相关程序,并对m序列的一些性质进行了验证-matlab Spread Spectrum Communication m_sequence
tes_2_ping
- Code Use Two Ping arduino
Cosseno
- Array Signal Processing - Matlab
Fourteenth_shangji_9_10
- 图论,迪杰斯特拉,克鲁斯卡尔,弗洛伊德,拓扑排序算法,与大连理工大学软件学院课本代码相同并修正bug-Graph theory, Dijkstra, Kruskal, Freud, topological sorting algorithm, and Dalian University of Technology as textbooks with the same code and bug fixes
Attractive
- uc/os operation system,which is used in FPGA nios ii.
punch-drunk
- 本模型主要用于水质评价,环境空气质量评价等等,有非常广泛的应用-This model is mainly used for water quality assessment, environmental air quality assessment and so on, we have a very wide range of applications
Listview-Column-Sort-on-click
- Listview short column on column click
Kaiser
- FIR带通滤波器,用于分离混叠信号,适用于初学者-FIR band-pass filter, used to separate overlapping signals for beginners
Cpp1
- 题目:TheBeet有一个块大小为(2N*2N)的棋盘。这个棋盘是由一个个格子组成的。很不幸的,在一个月黑风高的晚上,它被摔坏了。不幸中的万幸,它只被摔坏了一个格子(此格子可以在棋盘的任意位置)。 但是这个棋盘再也不能用来下棋了,于是TheBeet想把这个棋盘切成如以下的几种小块。但是TheBeet不想浪费任何一个格子,您能帮助TheBeet么? 分析:采用分治法,可以把问题分解为4个子问题。每次把棋盘从中间切开,分成相同大小的4部分。有缺