-
Polynomial computational problems, this small program enables the calculation of...
多项式的计算问题,这个小程序实现了多项式的求和的计算,输入系数和次数,并以-1 -1 结束-Polynomial computational problems, this small program enables the calculation of polynomial derivation, input coefficients and the frequency and to the end of-1-1
- 2022-08-13 11:22:14下载
- 积分:1
-
数学建模32种常规方法
说明: 数学建模常用的32中方法,有蚁群算法,遗传算法,最优化算法等(32 methods commonly used in mathematical modeling, such as ant colony algorithm, genetic algorithm, optimization algorithm, etc.)
- 2019-10-22 16:11:39下载
- 积分:1
-
udp打洞通信测试
udp打洞通信测试 C# 编写可直接运行(UDP hole-drilling communication test C # can be written and run directly)
- 2020-06-25 14:20:02下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动-Please read them carefully document your package and then write their specific functions (at least 20 words). As far as possible not to let the station master to spend time in your note on the amendment. When extracting compressed package should not have a password. The system automatically
- 2022-04-28 03:21:04下载
- 积分:1
-
安卓应用BroadcastReceiver源码
这是一个国外的android手机应用源码实例,BroadcastReceiver这个应用我还没用过,不知道是干什么的,源码可为学习安卓开发的做些参考吧。
- 2022-07-24 02:48:13下载
- 积分:1
-
zichengxu
一些非常有用的程序,均经过调试,让大家一块共享。(Some very useful procedure, have been testing, so that everyone shared one.)
- 2009-07-10 13:48:14下载
- 积分:1
-
软件简介:
一款为房产中介公司及房产租售类网站量身定制的一套系统,与其它房产类程序不同的是,百姓房产中介系统更贴近用户,更理解用户真正的需求,在同类产品中具...
软件简介:
一款为房产中介公司及房产租售类网站量身定制的一套系统,与其它房产类程序不同的是,百姓房产中介系统更贴近用户,更理解用户真正的需求,在同类产品中具有以下优点。
管理页面:/admin/Login.aspx
管理帐号:webdiy
管理密码:webdiy.net
-software profiles : one for the real estate broker and property rental website customization of the system, and other properties of different types of procedures is that the people of Premises intermediary system closer to users, a better understanding of the real needs of users, in similar products have the following advantages. Management pages :/admin/Login.aspx Management Account : webdiy management Password : webdiy.net
- 2022-01-24 13:07:38下载
- 积分:1
-
wincc_tia_directkey_en
wincc tia manual guide
- 2019-06-30 14:52:30下载
- 积分: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
-
自由
FREE-RTOS 在LM3S811上的移植代码(KEIL)-FREE-RTOS in the transplant LM3S811 code (KEIL)
- 2023-08-24 19:45:04下载
- 积分:1