-
asp, java, html, Visual Basic programming, and other documents, are enough begin...
asp,java,html,vb等多种编程文档,足够初学都研究-asp, java, html, Visual Basic programming, and other documents, are enough beginner study
- 2022-01-30 19:03:55下载
- 积分:1
-
Pan_Tompkins_ECG_v5
PanTompkins算法,分割ECG信号每个拍子的QRS-T部分等(PanTompkins algorithm, segmentation of ECG signal QRS-T part of each beat, etc.)
- 2020-12-09 07:39:20下载
- 积分: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
-
VOF_Code
some different types of VOF codes
- 2021-01-17 23:38:48下载
- 积分:1
-
基于51单片机的四旋翼飞行器设计
资源描述基于IAP15W4K58S4-小四轴DIY设计,包括原理图、遥控器和四轴本身的源代码
- 2023-03-21 01:50:04下载
- 积分:1
-
一个运动控制卡的例程,编辑后就可以运行.
一个运动控制卡的例程,编辑后就可以运行.-A motion control card routines, editing after the run.
- 2023-01-26 10:00:04下载
- 积分:1
-
PSO_KMC
说明: 粒子群改进聚类算法,适合新手学习参考。。。。。。(Particle swarm clustering algorithm, suitable for novice learning reference...)
- 2021-04-27 12:58:44下载
- 积分:1
-
game
简单写的一个横版过关的小游戏,适合新手学习,用DX写的,实现了基本的行走,怪物等(Simple to write a horizontal version of the game to cross the border, suitable for novice to learn to write DX, basic walking monsters)
- 2012-06-25 16:03:54下载
- 积分:1
-
stiffnessdownload
说明: 计算齿轮刚度时变刚度值,用于齿轮动力学分析(Calculating the time-varying stiffness of gear for gear dynamic analysis)
- 2021-05-13 17:30:02下载
- 积分:1
-
使用windows系统中的毫秒时间,并测试系统空循环n次所需时间。...
使用windows系统中的毫秒时间,并测试系统空循环n次所需时间。-use of the Windows system millisecond time, and to test the air circulation system n times the required time.
- 2022-02-13 09:30:40下载
- 积分:1