代码搜索:STN
找到约 585 项符合「STN」的源代码
代码结果 585
www.eeworm.com/read/370105/9617497
m oderk6.m
function [time, y_sol] = odeRK6( dydt, time, y0, u, epps )
global LK
if nargin < 4
error(' Not enough input arguments. See odeRK6 ');
end
warning off;
pts = length(time);
n
www.eeworm.com/read/388617/8595080
cpp stonewt.cpp
// stonewt.cpp -- Stonewt methods
#include
using std::cout;
#include "stonewt.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double lbs)
{
stone = int (lbs)
www.eeworm.com/read/388617/8595104
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/388617/8596207
cpp stonewt.cpp
// stonewt.cpp -- Stonewt methods
#include
using std::cout;
#include "stonewt.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double lbs)
{
stone = int (lbs)
www.eeworm.com/read/388617/8596227
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/184707/9084737
searchresults 2440loader.searchresults
---- TFT Matches (4 in 1 files) ----
#define rLCDSADDR1 (*(volatile unsigned *)0x4d000014) //STN/TFT Frame buffer start address 1
#define rLCDSADDR2 (*(volatile unsigned *)0x4d000018) //STN/TFT Fr
www.eeworm.com/read/175135/9558406
cpp stonewt.cpp
// stonewt.cpp -- Stonewt methods
#include
using std::cout;
#include "stonewt.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double lbs)
{
stone = int (lbs)
www.eeworm.com/read/175135/9558417
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/168456/9912201
txt readme.txt
注意事项:
1.此代码在SDT2.51下调试通过,
2.上电以后LED会闪烁一下,接着串口0会输出一些系统信息,在波特率为57600超级终端可看到,打印出来的由ASCII字符组成的 FS44B0X图样
3.可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。
www.eeworm.com/read/361197/10064621
txt readme.txt
注意事项:
1.此代码在SDT2.51下调试通过,
2.上电以后LED会闪烁一下,接着串口0会输出一些系统信息,在波特率为57600超级终端可看到,打印出来的由ASCII字符组成的 FS44B0X图样
3.可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。