-
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。...
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。-it is used within the network to use the tools capturing Packet introduced documents, hope to the help of our friends.
- 2023-04-23 23:30:03下载
- 积分:1
-
This is a high
这是一种求解微分方程的高精度数值方法,对解决很多非线性问题有很大优势,由钟万勰院士首创-This is a high-precision numerical solution of differential equation methods, to solve many nonlinear problems has great advantages, from the first academician Zhong Wanxie
- 2022-10-27 14:50:03下载
- 积分: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
-
outlook 插件
在outlook 中添加弹出试菜单 , 以及响应事件!
outlook 插件
在outlook 中添加弹出试菜单 , 以及响应事件!-outlook Outlook plug-in to add pop-up menu trial, and to respond to the incident.
- 2022-03-04 09:35:17下载
- 积分:1
-
用于做视频方面的图象格式转化的一些工具很有用的
用于做视频方面的图象格式转化的一些工具很有用的-Used to make video image format conversion tools useful
- 2022-01-25 15:14:45下载
- 积分:1
-
第一个例子,同样的混合变成,第一部分,是一个不错的vc和matlab结合的例子...
第一个例子,同样的混合变成,第一部分,是一个不错的vc和matlab结合的例子-first example, the same mixed into, the first part of a good combination of Matlab and vc example
- 2022-03-13 22:15:00下载
- 积分:1
-
LabVIEW编程语言属性节点使用相关内容的例子…
LABVIEW程序语言中属性节点相关内容的使用实例-LABVIEW programming language attribute nodes using the example of relevant content
- 2022-03-26 05:33:26下载
- 积分:1
-
一个图片文字混合排版的TAB选项卡应用
一个图片文字混合排版的TAB选项卡应用,在网页上实现标签切换的选项卡效果,基于JavaScript特效代码实现,不过本款选项卡的亮点是,在其内部不但可以布局LI列表,也可以图文混版,大大提高了TAB的实用性,在老外的网站上经常看到这样的效果。
- 2022-07-26 13:48:01下载
- 积分:1
-
Android ArrayAdapter创建ActivityList内容列表
本源码主要演示Android ActivityList内容列表的如何创建,采用ArrayAdapter实现,演示了姓名列表、带单选框的列表、没有数据的列表和对列表进行操作这几项功能,要注意,layout的xml文件名需要全部小写。
ActivityList1:
1.初步介绍ListView这个组件。
2.初步介绍ArrayAdapter。
# simple_list_item_single_choice
# simple_list_item_1
# simple_list_item_multiple_choice
3.上边的相关介绍。
ActivityList2:(有错误,没有调试成功,回头再看)
1.介绍cusor。
2.介绍CursorAdapter。
ActivityList3:
1.SimpleAdapter
2.simple_list_item_1和simple_list_item_2的介绍。
3.利用自己的layout来进行显示。
- 2022-03-06 06:09:13下载
- 积分:1
-
Fast Fourier algorithm, vc windows programming using Fourier transform shows tha...
实现快速傅立叶算法,采用vc windows编程显示傅立叶变换后的相角图,实部图,虚部图,模图和功率谱密度徒。-Fast Fourier algorithm, vc windows programming using Fourier transform shows that after the phase angle map, real maps, the imaginary part of diagram, modulus map and power spectral density only.
- 2022-05-15 03:52:25下载
- 积分:1