-
S3C2410PMDKPEmbest
这是学校实验室新引进的Embest公司的开发箱自带光盘里的文档,是关于MDK环境下的驱动开发。希望有帮助。(This is the school laboratories new the introduction of the the development box of the Embest the company s ready to bring their own documentation on the CD, is the the-driven development under the the About a MDK environment. Want to help.)
- 2013-04-17 14:06:32下载
- 积分:1
-
compiler principles of grammar priority operator [website]). Htm source of this...
编译原理的算符优先文法[网页版]).htm 源程序对该算法的实现-compiler principles of grammar priority operator [website]). Htm source of this algorithm to achieve
- 2023-01-09 09:45:03下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
除尘风机
通过远程控制四套除尘风机一次启动,通过保护器反馈信号控制风机保护,并且反馈运行状态,通过延时躲开信号反馈冲击等(Through remote control, the four sets of dedusting fan start once, control the fan protection through the feedback signal of the protector, and feedback the running state, avoid the signal feedback, impact and so on through the time delay)
- 2017-06-19 11:17:45下载
- 积分:1
-
稳健自适应波束
自适应波束形成中的MVDR算法,适用于干扰噪声同时存在时的最优波束形成(MVDR algorithm in adaptive beamforming)
- 2020-12-28 21:29:02下载
- 积分:1
-
Speaker_Verification-master.zip
说明: 声纹识别,应用三层LSTM进行说话人识别,准确率很高(Speaker verification)
- 2020-11-09 17:09:47下载
- 积分:1
-
使用visual basic 做短信 可参看此代码做用户菜单
使用visual basic 做短信 可参看此代码做用户菜单
- 2022-02-06 20:51:59下载
- 积分:1
-
icem geometry
icem模型文件,ansys icem网格划分技术实例详解(geometry files,you can use the files to help you learn icem)
- 2021-03-25 16:09:14下载
- 积分:1
-
FDC2214
说明: STM32开发关于FDC2214驱动文件。(STM32 develops fdc2214 driver file.)
- 2019-10-30 10:36:00下载
- 积分:1
-
调用Bartender 的DLL 打印文件 BTPrint
调用Bartender 的DLL 打印文件 ,需要先安装好BARTENDER(Use Bartender DLL for Print)
- 2020-06-23 02:00:02下载
- 积分:1