-
UART
DSP6678 UART串口测试程序,可通过此程序测试UART串口。(DSP6678 UART serial test program)
- 2018-02-09 17:31:47下载
- 积分:1
-
酒店管理系统 有添加删除 查找客房和用户的功能 数据库连接为SQL...
酒店管理系统 有添加删除 查找客房和用户的功能 数据库连接为SQL-Hotel management system to add deleted users to find rooms and the function of database connections for SQL
- 2022-04-26 22:05:32下载
- 积分:1
-
使用 c 代码的指纹图像的识别
使用C++代码增强,提取和匹配指纹图像。
- 2022-05-20 07:58:08下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1
-
LTC6803 C语言范例
LTC6803 C语言范例 用于电池BMS,最多可以检测12节电池的电压和温度
- 2022-03-01 14:22:41下载
- 积分:1
-
TDC-GP2,51单片机程序
TDC-GP21,51单片机配置程序
- 2022-12-16 08:30:04下载
- 积分:1
-
C# 教材管理系统(含数据库脚本)
C# 教材管理系统(含数据库脚本)
- 2021-05-06下载
- 积分:1
-
用C++进行俄罗斯方块游戏的开发
通过VS进行C++游戏开发,简易版的俄罗斯方块游戏
- 2023-06-23 23:50:06下载
- 积分:1
-
showtime
假设Form后面的文本框叫txt_startDate(日期),txt_startTime(时分)To后面的文本框叫txt_endDate(日期),txt_entTime(时分)//后台代码(showtime in C#)
- 2014-11-07 15:30:23下载
- 积分:1
-
a-ui-design-for-signal-sorce
这是一个基于STM32F103ZET6的信号发生器的UI设计。本UI包括主菜单,主菜单包括三种波形的选择按键,频率,幅度调节子菜单,FM,AM调制设置子菜单。每个子菜单都有返回主菜单的选项。在任何一个界面中都有当前输出信号频率幅度显示。(This is a signal generator STM32F103ZET6 based UI design. The UI includes a main menu, the main menu includes three waveform selection button, the frequency, amplitude adjustment submenu, FM, AM modulation settings submenu. Each sub-menu has the option to return the main menu. Has a current amplitude of the output signal frequency is displayed on any one screen.)
- 2021-01-01 00:18:58下载
- 积分:1