-
This document contains a general overview in the first few sections as well as a...
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package.
Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
- 2022-05-13 10:59:05下载
- 积分:1
-
扫码枪(无焦点也可以使用)
说明: 无焦点也可以使用,在winform上使用(Can also be used without focus)
- 2020-12-10 23:49:19下载
- 积分:1
-
AGC参考仿真程序
说明: 这是基于MATLAB的孤岛电站自动发电控制仿真模型。希望大家喜欢(Simulation model of automatic generation control for isolated island power station)
- 2021-04-18 09:18:58下载
- 积分:1
-
红外解码
红外解码,对常用红外遥控发射芯片UPD6121G进行解码,根据接收到波形显示其
32位二进制红外编码数据波形,根据波形下方刻度可查阅每一位为0或1(Infrared decoding, commonly used infrared remote control chip UPD6121G chip decoding, according to receive the waveform display
32 bit binary infrared coded data waveform, according to the waveform below the scale can be found, each for 0 or 1)
- 2017-08-07 11:01:08下载
- 积分:1
-
CMA_DDLMS
水声通信系统中,常数模盲均衡算法仿真的matlab实现(Matlab implementation of constant modulus blind equalization algorithm simulation)
- 2021-04-15 10:18:54下载
- 积分:1
-
这是一个测量频率得程序文档,测量精度高,可测范围宽
这是一个测量频率得程序文档,测量精度高,可测范围宽-This is a measurement of the frequency of a program documentation, measurement and high precision, enable the detection range
- 2022-01-25 23:29:48下载
- 积分:1
-
MDTS 101407
ea开发macd,指标,实现背离,基于mt4平台,欢迎下载使用(MT4 platform intelligent trading index strategy, MACD basic indicators deviate from the single)
- 2017-07-27 16:19:29下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。-Where nothing heaters women look nothing briefs to Henan and Jiangsu.
- 2022-11-15 04:05:03下载
- 积分:1
-
DM27A1-B0327CAN1.1
控制压缩机启动或停止,升速,降速,查看故障返回等。基于stm32c8t6芯片,keil开发环境。(stm32c8t6 keil can ctrol ccmp start or stop .)
- 2018-05-16 07:57:37下载
- 积分:1