-
matlab-卡农
用Matlab实现钢琴演奏卡农,运行matlabpiano.m即可(MATLAB Playing Canon)
- 2020-10-22 15:27:22下载
- 积分:1
-
ANNPrediction-master
说明: ANN预测代码,用于预测,参数调整等,核函数调整,优化算法调整(ANN prediction code for prediction, parameter adjustment, etc., kernel function adjustment, optimization algorithm adjustment)
- 2019-06-20 16:19:10下载
- 积分:1
-
VIC-master
说明: VIC官网源代码,包括源代码和部分示例数据,欢迎广大水文学习爱好者下载(source code for VIC model)
- 2020-12-22 15:14:50下载
- 积分:1
-
Rare DM9000 of the Chinese data. A detailed description of the internal and pin...
难得的DM9000的中文资料。详细的引脚描述以及内部及寄存器和功能描述。-Rare DM9000 of the Chinese data. A detailed description of the internal and pin registers and functional description.
- 2023-09-05 23:45:03下载
- 积分:1
-
numerical analysis
[Numerical Methods in Engineering with MATLAB]2005
solution code for some problems
- 2019-03-31 14:39:07下载
- 积分:1
-
1_绘制ROI
c#与halcon联合编程.通用绘制roi(c#and
halcon
gggggg%gggggg)
- 2020-07-02 20:00:01下载
- 积分:1
-
Wedgelet
2-D wedgelet transform using top-down quadtree decomposition
- 2009-02-11 23:29:15下载
- 积分:1
-
一个简单的卡巴斯基的安全升级的方法
一个简单的卡巴斯基的安全升级的方法 -Kaspersky a simple way to upgrade the safety
- 2022-01-31 00:33:27下载
- 积分:1
-
Third, even the game: man
三连棋:
人机对弈,三子连在一起就算赢。
人人对弈,规则相同。-Third, even the game: man-machine chess, three sons together even win. All game, the same rules.
- 2022-07-02 13:53:09下载
- 积分:1
-
VC++ 模拟实现网络语音电话
VC++ 模拟实现网络语音电话,类似语音聊天的功能,这是一个通过网络实现的网络语音电话,功能目前是比较基础的,仅供学习参考吧。本实例当时在Windows 2000环境下运行通过。相关的代码如下:
#define BUFFERSIZE 5120 //缓冲区大小
static HWAVEIN hWaveIn ; //录音设备句柄
static HWAVEOUT hWaveOut ; //播放设备句柄
static PBYTE pBufferIn[2]; //用于接收和播放的两块缓冲区
static PBYTE pBufferOut[2]; //用于发送和录音的两块缓冲区
static PWAVEHDR pWHIn[2]; //用于录音的PWAVEHDR结构数组
static PWAVEHDR pWHOut[2]; //用于播放的PWAVEHDR结构数组
static WAVEFORMATEX waveform ; //用于打开音频设备的WAVEFORMATEX结构
int nIn = 0; //当前播放缓冲区号
int nOut = 0; //当前录音缓冲区号
int nComState = 1; //显示通话状态信息的变量
CString LocalIP; //本机IP地址
CString RemoteIP; //远端主机IP地址
CServerAS sServer; //服务器套接字
CClientAS sClient; //客户端套接字
CServerAS sListen; //监听套接字
BOOL ConnectDown = FALSE; //“连接”按钮是否被按下
BOOL sState = FALSE; //是否处于服务器端状态
BOOL cState = FALSE; //是否处于客户端状态
- 2022-02-14 11:56:52下载
- 积分:1