-
mypolar
MATLAB修改polar.m的源代码,加上标注之类的(modify the source code of polar.m, plus annotations etc. in matlab)
- 2018-11-20 22:22:05下载
- 积分:1
-
ga
说明: 简单的遗传学算法,可以作为初学者进行学习,建议随便看看(Simple genetic algorithm)
- 2020-06-25 16:20:01下载
- 积分: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
-
一个用asp和sql server开发的网上办公系统
一个用asp和sql server开发的网上办公系统-with an asp sql server and development of the Internet Office System
- 2022-08-10 01:47:46下载
- 积分:1
-
C #是创新的新的编程语言,它巧妙地将产业…
C# 是创新性的新式编程语言,它巧妙地结合了最常用的行业语言和研究语言中的功能。在保持 C# 设计思想不变的同时,Microsoft 在 C# 语言中引入了几种潜在的新功能,提高了开发人员在语言构造方面的效率-C# is the innovative new programming language, It cleverly combines the industry"s most commonly used language and study language functions. C# in maintaining the same design at the same time, Microsoft C# language in the introduction of several new functional potential, improve the development of language structure in terms of efficiency
- 2023-08-13 01:55:04下载
- 积分:1
-
转换patb格式
说明: 将天工无人机加密的数据格式转换为patb格式(Converting Encrypted Data Format of UAV into Patb Format)
- 2020-06-16 22:00:01下载
- 积分:1
-
GA
说明: 模拟退火算法事例,用以结果旅行商问题,采用简单的C语言完成,求相对最优的智能算法(This routine is created for solving TSP problem,using simple C language,find the best way to solve optimal problem.)
- 2019-11-16 09:18:07下载
- 积分:1
-
a briefing BOIS article. Good things. And the things practical. I feel.
一个介绍BOIS的文章。很好的东西。里面的东西很实用。我感觉。-a briefing BOIS article. Good things. And the things practical. I feel.
- 2022-03-20 00:44:44下载
- 积分:1
-
若干VHDL语言的源代码,我觉得应该用用仅供参考
若干VHDL语言的源代码,我觉得应该用用仅供参考-several VHDL source code, I think that should be used for reference purposes only
- 2022-08-11 08:07:38下载
- 积分:1
-
closecircle
AC/DC TO DC/AC 背靠背系统,含控制器,便于拓展。(AC/DC TO DC/AC back-to-back systems, including controllers, easy TO extend.)
- 2018-08-14 18:43:09下载
- 积分:1