-
Pso-LSsvm
该程序可用于LSSVM分类和预测,利用PSO进行参数优化,具有较好的预测效果(This program can be used LSSVM classification and prediction, use PSO for parameter optimization, better predict the effects of)
- 2020-09-13 10:27:58下载
- 积分:1
-
J1939
j1939在康明斯电控发动机上的应用情况和基本概念(j1939 electronically controlled Cummins engine in the application and basic concepts)
- 2013-11-04 12:48:08下载
- 积分:1
-
matlog
VRP, for solving vehicle routing problem
- 2012-06-29 21:27:26下载
- 积分:1
-
C#写的读取USB HID设备的测试软件
这是用C#写的读取USB HID设备的测试软件,输入VID、PIV,查找HID设备是否存在,如果存在,则读取指定的HID设备发来的数据。软件已测试,可以直接使用。(不可读取键盘、鼠标),只能读取自定义HID设备。
- 2022-01-25 14:19:25下载
- 积分:1
-
Dibcub3d_src
利用计算机图形学知识,实现了立方体的绘制程序,无需使用opengl库,实现了平移旋转功能。(The use of computer graphics knowledge, implementation of the cube drawing program, without using opengl library, implementation of the shift rotation.)
- 2009-03-02 21:32:19下载
- 积分:1
-
Bootloader_for_430
Msp430 的通过串口下载到Flash然后由bootloader 引导进入应用程序,实现远程升级,全部使用C语言开发,易学易懂,可用于实际项目中(
Msp430 through the serial port to download and then guided by Flash bootloader into the application, remote upgrades, all using C language development, easy to learn, can be used in the actual project)
- 2020-07-01 17:40:01下载
- 积分:1
-
简单qt木块移动
基于qt的木块移动,可以改变木块的移动速度,通过wasd键上下左右进行移动,不一样的移动速度——移动距离能加快
- 2023-07-19 13:20:03下载
- 积分:1
-
one
使用MATLAB绘制折线图,只需5行代码,简单易懂,功能强大。(Draw a broken line graph)
- 2018-11-18 11:31:40下载
- 积分:1
-
DMA-串口三测试程序
有关于stm32F105的串口三测试程序,通过dma的方式进行数据传输
void USART3_DMA_Send(u8 DA2_len,u8 u2_buffer[])
{
u8 i = 1;
if(DA2_len > USART3_SendBuff_SIZE)
DA2_len = USART3_SendBuff_SIZE;
if(USART3_TX_Finish ==0)
{
TX_Delayms(10);
}
USART3_TX_Finish = 0;
DMA_Cmd(DMA1_Channel2, DISABLE);
for(i=0;iCNDTR=DA2_len;
DMA_Cmd(DMA1_Channel2, ENABLE);
}
- 2022-01-24 17:07:14下载
- 积分:1
-
worm_research_and_design_on_worm_early_warning_bas
说明: 论文,网络蠕虫研究与本地化网络蠕虫预警研究及原型系统设计(Thesis research and localization of network worms network worms early warning system design studies and prototype)
- 2008-10-16 21:53:19下载
- 积分:1