搜索结果

找到约 161 项符合 Result 的查询结果

Delphi控件源码 法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ----------------------------------------------------------

法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (su ...
https://www.eeworm.com/dl/666/276709.html
下载: 131
查看: 1054

单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim

upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use function calls for common tasks (like dat polling after writing a byte ...
https://www.eeworm.com/dl/648/276882.html
下载: 166
查看: 1038

汇编语言 用顺序结构来编程实现求S=(X2+Y2)/Z的值

用顺序结构来编程实现求S=(X2+Y2)/Z的值,将最后结果放入RESULT单元保存
https://www.eeworm.com/dl/644/287269.html
下载: 141
查看: 1241

单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte

This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
https://www.eeworm.com/dl/648/287610.html
下载: 90
查看: 1040

单片机开发 富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A fall

富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and ...
https://www.eeworm.com/dl/648/289088.html
下载: 110
查看: 1057

Delphi控件源码 VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var res

VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var result l_BaseDir = "D:\\X项目\\" l_FunNo = a_strFileName.substring(0, 5) result = l_BaseDir+l_FunNo + \\ +a_strFileName return result }
https://www.eeworm.com/dl/666/293218.html
下载: 199
查看: 1074

DSP编程 This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" ...
https://www.eeworm.com/dl/516/327971.html
下载: 45
查看: 1040

其他书籍 This book provides a complete intermediate-level discussion of microcontroller programming using th

This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project. C is the language of choice ...
https://www.eeworm.com/dl/542/336652.html
下载: 183
查看: 1063

通讯编程文档 This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not expli ...
https://www.eeworm.com/dl/646/337083.html
下载: 35
查看: 1072

单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7 ...
https://www.eeworm.com/dl/648/337983.html
下载: 199
查看: 1378