搜索结果
找到约 161 项符合
Result 的查询结果
按分类筛选
- 全部分类
- 书籍 (15)
- 单片机编程 (10)
- 单片机开发 (10)
- 其他 (8)
- matlab例程 (8)
- 汇编语言 (7)
- DSP编程 (6)
- 技术资料 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- C/C++语言编程 (3)
- 教育系统应用 (3)
- 软件设计/软件工程 (3)
- 其他书籍 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 其他嵌入式/单片机内容 (3)
- 数学计算 (3)
- 无线通信 (2)
- 网络 (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 文章/文档 (2)
- 论文 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 测试测量 (1)
- 电子书籍 (1)
- STL (1)
- VxWorks (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 其他数据库 (1)
- Modem编程 (1)
- 加密解密 (1)
- J2ME (1)
- Applet (1)
- 人工智能/神经网络 (1)
- Linux/Unix编程 (1)
- 书籍源码 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- Linux/uClinux/Unix编程 (1)
- 源码 (1)
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 ...
单片机开发 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 ...
汇编语言 用顺序结构来编程实现求S=(X2+Y2)/Z的值
用顺序结构来编程实现求S=(X2+Y2)/Z的值,将最后结果放入RESULT单元保存
单片机开发 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
单片机开发 富士通单片机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 ...
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
}
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" ...
其他书籍 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 ...
通讯编程文档 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 ...
单片机开发 //通过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 ...