-
MATLAB
说明: 利用反射谱数据计算色度图CIExy坐标(Calculation of x and y coordinates by using reflection spectrum)
- 2021-03-03 16:09:33下载
- 积分:1
-
interactions
qt实现的遗传算法 解决最大最小值得问题 (qt genetic algorithm to achieve the maximum and minimum worth solving problems)
- 2013-12-13 02:50:38下载
- 积分:1
-
learn4
说明: learning basic VHDL digital gates and coding
- 2019-04-11 05:13:56下载
- 积分:1
-
该程序是时间显示程序,一般可以使用LCD显示.
该程序是时间显示程序,一般可以使用LCD显示.-time of the procedure is indicated procedures, the general can use LCD display.
- 2023-09-06 08:20:03下载
- 积分:1
-
TextPad4.7.3 Chinese Version
java编辑器 TextPad4.7.3汉化版-TextPad4.7.3 Chinese Version
- 2022-08-11 01:06:16下载
- 积分: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
-
Motor-testing-main-program
采用LabVIEW编程,实现电机测试界面,通过点击界面按钮,实现子函数功能切换。(The LabVIEW programming, realize the motor testing interface, by clicking on the button, realize the son function switch function.
)
- 2011-11-27 17:54:10下载
- 积分:1
-
Cad-adding
Cad中数字求和,简单实用型,可以看到累计的数(cad adding )
- 2011-01-24 11:14:44下载
- 积分:1
-
电动汽车永磁同步电机用dq电流查询表自动生成
电动汽车永磁同步电机MTPA-MTPV控制用dq电流查询表自动生成开源程序,文档所述程序为工程产品级。(The open source program is automatically generated by DQ current inquiry table for MTPA-MTPV control of electric vehicle permanent magnet synchronous motor. The program described in the document is engineering product level.)
- 2019-05-11 08:33:40下载
- 积分:1
-
suiji
这是一个上课时老师随机抽奖的程序,在老师点名找同学回答问题的时候很有帮助(This is a school teacher random lottery program, the teachers named when looking for students to answer questions very helpful)
- 2016-01-22 18:38:51下载
- 积分:1