-
Array for the longest increasing subsequence algorithm. An array of input and ou...
求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列-Array for the longest increasing subsequence algorithm. An array of input and output its maximum incremental sequence
- 2022-12-09 14:40:02下载
- 积分:1
-
frog
混合蛙跳算法是一种较新的仿生智能算法,大家可以进行改进和算法测试(The hybrid leapfrog algorithm is a newer bionic intelligent algorithm, which can be improved and tested)
- 2017-05-15 17:53:21下载
- 积分:1
-
字符串
说明: 字符串相关指令的知识点和字符串相关的面试题,推荐(Knowledge Points of String-related Instructions and String-related Interview Questions, Recommendations)
- 2020-06-23 06:00:02下载
- 积分:1
-
蓝牙立体声音响。用Mage 169 做主控,控制VFD显示,蓝牙的工作,FM收音机的工作,时钟的工作...
蓝牙立体声音响。用Mage 169 做主控,控制VFD显示,蓝牙的工作,FM收音机的工作,时钟的工作-Bluetooth stereo audio. Mage 169 to do with the master, control, VFD display, Bluetooth, work, FM radio work, the work of the clock
- 2022-04-11 11:06:57下载
- 积分:1
-
用VC控制GE的打开以及一些简单功能,效果明显
用VC控制GE的打开以及一些简单功能,效果明显-VC control with GE, as well as some simple function of the open and obvious effect
- 2022-10-23 11:30:04下载
- 积分: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
-
动态肌电图dEMG通过Matlab提取指标
通过matlab程序来提取肌电图的参数 ,如均方根值,积电值(The parameters of EMG, such as root mean square and cumulative value, are extracted by MATLAB program.)
- 2019-05-14 00:34:05下载
- 积分:1
-
A/D转换芯片ADC0832的应用的中文资料
A/D转换芯片ADC0832的应用的中文资料-A/D conversion chip ADC0832 Application of Chinese information
- 2022-01-30 17:39:18下载
- 积分:1
-
thinkphp_5.0.24_with_extend
说明: 一、多少鸡汤文都比不上一张钞票给的安全感。少一点矫情,多一点努力。你想过的那种生活,得自己去挣。
二、考虑一千次,不如去做一次;犹豫一万次,不如实践一次;华丽的跌倒,胜过无谓的彷徨,将来的你,一定会感谢现在奋斗的你。
三、后来才明白,要赚到足够令自己安心的钱,才能过上简单、安逸、自由的生活,才能让自己活得更有底气。所以,多花时间努力,少点功夫矫情。
四、所有成功的背后,都是苦苦堆积的坚持;所有人前的风光,都是背后傻傻的不放弃。只要你愿意,并为之坚持,总有一天,你会活成自己喜欢的模样!
五、前行的路,不怕万人阻挡,只怕自己投降;人生的帆,不怕狂风巨浪,只怕自己没胆量!有路,就大胆去走;有梦,就大胆飞翔。(First, how many chicken soups are less secure than a banknote. A little bit of love, a little more effort. The kind of life you have thought of, you have to earn yourself.
Second, consider a thousand times, it is better to do it once; hesitate 10,000 times, it is better to practice once; gorgeous fall is better than unnecessary, and you will definitely thank you for your struggle in the future.
Third, I later realized that to earn enough money to reassure you, you can live a simple, comfortable, and free life in order to make yourself more confident. Therefore, spend more time and effort, less effort.)
- 2019-05-14 16:32:37下载
- 积分:1
-
STM32 FOC 源代码
STM32 永磁同步电机磁场定向控制算法(FOC)(STM32 permanent magnet synchronous motor field oriented control algorithm (FOC))
- 2021-04-27 12:58:44下载
- 积分:1