-
MATLAB实现偏微分方程的差分计算 源程序代码
很好用的matlab代码,用了以后腰好腿好身体好(Very good matlab code)
- 2018-09-05 20:03:38下载
- 积分:1
-
熵权法
熵权法解决评价类问题,注释详细,可修改,可套用(Entropy weight method to solve evaluation problems, detailed annotations, can be modified)
- 2020-06-17 01:00:02下载
- 积分:1
-
procedures for the USPS characters from the right bank of digital images Binary...
本程序用于对来自USPS字符库的数字图像进行二值化处理-procedures for the USPS characters from the right bank of digital images Binary Processing
- 2022-03-16 18:56:55下载
- 积分:1
-
全自动采集小说网站源码无需数据库无授权版
全自动采集小说网站源码无需数据库无授权版(Fully automatic collection of novel website source code without database unauthorized version)
- 2020-06-25 18:20:02下载
- 积分: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
-
新建文件夹
在实例中实现差分方程和数值积分差分方程 ~ 离散时段上描述变化过程的数学模型(The difference equation and numerical integral difference equation are realized to describe the mathematical model of the change process in the discrete time period)
- 2019-02-23 11:05:31下载
- 积分:1
-
c, on heavy 2
c++, 关于重载2-c, on heavy 2
- 2022-06-14 02:10:25下载
- 积分:1
-
计算器实现数字的加.减.乘.除等基本运算功能
计算器实现数字的加.减.乘.除等基本运算功能-increases. Cut. X. In addition to the basic computing
- 2022-08-10 15:55:13下载
- 积分:1
-
IEC_61000-4-5_2014
used in new product development
- 2019-01-19 21:11:22下载
- 积分:1
-
该程序实现了颜色渐变进度条,可显示进度百分比,自定义颜色...
该程序实现了颜色渐变进度条,可显示进度百分比,自定义颜色-The program implements the color gradient progress bar will show the progress of the percentage of custom colors
- 2022-01-23 11:15:16下载
- 积分:1