-
SSystemidentiy
Systemidentificcation,系统辨识
(Systemidentificcation, system identification)
- 2012-08-12 20:52:00下载
- 积分:1
-
rabbitmq-tutorials-master
RabbitMQ发送端和接收端功能的实现(RabbitMQ sends and receives)
- 2019-03-27 16:17:49下载
- 积分:1
-
Quick Sort
```py
RANDOMIZED_PARTITION(A, p ,r)
i = RANDOM(p,r) #1
exchange A[r] & A[i] #2
return PARTITION(A, p , r) #3
```
```py
PARTITION(A, p, r)
x = A[r] #1
i = p - 1 #2
for j= (p, r-1) #3
if A[j]
- 2023-08-13 22:00:04下载
- 积分:1
-
bianyiyuanli
一个简单的编译原理实现器,包括词法分析,语法分析,语义分析等.(A simple principle to compile, including lexical analysis, syntax analysis, semantic analysis.)
- 2008-06-25 09:16:31下载
- 积分:1
-
OFDMA(test)2
OFDMA next stage of LTE performance analysis
- 2013-06-19 20:52:58下载
- 积分:1
-
good-goet
combobox更新的一个控件,控件的确是不错(Combobox update a control, the control is really good)
- 2017-03-30 00:39:52下载
- 积分:1
-
glew.h
#ifndef __glew_h__
#define __glew_h__
#define __GLEW_H__
#if defined(__gl_h_) || defined(__GL_H__) || defined(_GL_H) || defined(__X_GL_H)
#error gl.h included before glew.h
#endif
#if defined(__gl2_h_)
#error gl2.h included before glew.h
#endif
#if defined(__gltypes_h_)
#error gltypes.h included before glew.h
#endif
#if defined(__REGAL_H__)
#error Regal.h included before glew.h
#endif
- 2022-01-23 10:40:37下载
- 积分:1
-
本代码实现的功能是利用Visual C#开发一个媒体播放器
本代码实现的功能是利用Visual C#开发一个媒体播放器-source implementation of this function is to use Visual C# development of a media player
- 2022-04-19 20:54:23下载
- 积分:1
-
Moorer2
Moorer混响模型的matlab程序(Moorer reverb model matlab procedures)
- 2021-03-21 20:49:17下载
- 积分:1
-
NeHe.OpenGL.Tutorial
openGL教程的中文翻译教程,详细介绍了openGL的基础语法与知识(OpenGL Tutorial)
- 2009-10-16 22:14:02下载
- 积分:1