-
monidianzi
模拟电子技术助学网上的大量学习资料,整理之后做的一本电子书便于离线学习(Analog Electronic Technology student a lot of online learning materials, after finishing an eBook easy to do offline learning)
- 2016-05-27 00:24:52下载
- 积分:1
-
GetPicServer0513
接收信号,通过服务控制门禁的开启。vc实现websocket服务和stomp协议(Open access control through service control)
- 2017-06-08 18:11:07下载
- 积分:1
-
100%
说明: ecg to descripe the data
- 2019-05-13 22:45:49下载
- 积分: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
-
稳态谐波5单元
说明: 通过ansys软件,对实际的变压器进行结构的建模。以5饼绕组为例,进行变压器稳态运行时的谐波分析(Through ansys software, the actual transformer structure modeling. Taking the 5 cake winding as an example, the harmonic analysis of the transformer in steady state operation)
- 2020-05-15 10:57:49下载
- 积分:1
-
恒功率LCL并网及其控制策略
微电网的并网控制策略和算法,包含matlab的仿真模型。(The grid connected control strategy and algorithm include the simulation model of MATLAB)
- 2018-02-07 15:41:06下载
- 积分:1
-
测试C语言子模块运行速度的C语言源程序
测试C语言子模块运行速度的C语言源程序-test C language module operating speed of C language source
- 2023-03-14 18:45:04下载
- 积分:1
-
ILog公司JSP PDP预测销售分析系统
ILog公司JSP PDP预测销售分析系统,是目前优秀且为数不多的预测销售系统。有同类开发需要的朋友,可以做下的参考。代码文件较全,测试前请先配置好JSP运行环境。
- 2022-01-31 08:59:19下载
- 积分:1
-
12864LCD的C51程序+仿真电路,液晶开发
12864LCD的C51程序+仿真电路,液晶开发-12864LCD the C51 procedure+ Simulation circuits, LCD Development
- 2022-03-06 14:56:14下载
- 积分:1
-
官方下载的数据库分析和适合不知道怎么用希望有知道者调试下...
官方下载的数据库分析和适合不知道怎么用希望有知道者调试下-Download the official database for analysis and do not know how to use them would like to know who has the next debug
- 2022-05-20 17:26:54下载
- 积分:1