搜索结果
找到约 434 项符合
MODE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (44)
- 单片机开发 (37)
- 单片机编程 (25)
- 其他书籍 (20)
- 其他 (16)
- 电源技术 (15)
- 驱动编程 (13)
- 其他嵌入式/单片机内容 (12)
- VHDL/FPGA/Verilog (12)
- matlab例程 (11)
- Linux/Unix编程 (11)
- DSP编程 (9)
- 加密解密 (9)
- 模拟电子 (8)
- 微处理器开发 (8)
- 嵌入式/单片机编程 (8)
- 书籍 (8)
- 网络 (7)
- 数学计算 (7)
- 汇编语言 (7)
- 电子书籍 (7)
- 传感与控制 (6)
- 可编程逻辑 (6)
- USB编程 (5)
- Delphi控件源码 (5)
- 论文 (5)
- VIP专区 (5)
- 教程资料 (4)
- 测试测量 (4)
- uCOS (4)
- 通讯/手机编程 (4)
- 通讯编程文档 (4)
- 手机短信编程 (4)
- 行业应用文档 (3)
- 嵌入式综合 (3)
- 无线通信 (3)
- 操作系统开发 (3)
- 软件设计/软件工程 (3)
- 嵌入式Linux (3)
- 文件格式 (3)
- Windows CE (3)
- 游戏 (3)
- 通信网络 (2)
- 数值算法/人工智能 (2)
- Internet/网络编程 (2)
- Java编程 (2)
- 文章/文档 (2)
- 压缩解压 (2)
- 软件工程 (2)
- 串口编程 (2)
- VC书籍 (2)
- 3G开发 (2)
- 邮电通讯系统 (2)
- J2ME (2)
- 人工智能/神经网络 (2)
- 书籍源码 (2)
- 软件 (2)
- 源码 (2)
- 手册 (2)
- C/C++语言编程 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- PCB相关 (1)
- 开关电源 (1)
- 开发工具 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 其他数据库 (1)
- 手机WAP编程 (1)
- Java书籍 (1)
- 编译器/解释器 (1)
- CA认证 (1)
- 数据结构 (1)
- Modem编程 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- VxWorks (1)
- 认证考试资料 (1)
- 行业发展研究 (1)
- 单片机 (1)
- 驱动程序 (1)
- 多媒体处理 (1)
matlab例程 full wave rectifierDuring the period from 伪 to 蟺, the input voltage vs input current is are positive
full wave rectifierDuring the period from 伪 to 蟺, the input voltage vs input current is are positive and the power flows from supply to the load. The converter is said to be operated at rectification mode .During the period from 蟺 to 蟺+伪 , the input voltage vs is negative and the input current ...
其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the execution mode (monice)
connecting to monice using mdi-server and using a gdb client on the processor to st ...
游戏 DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters
DragonRaja Client source version 1.4+
this source allow players join in (Hades Warfield or Monsters warfield).
When you compile in debug mode, it is GMtool.
else compile in release mode, it is Normal player.
Windows CE 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed ...
加密解密 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal)
用维吉尼亚算法加密
/**
* 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理
*
* @param str
* 源BigDecimal
* @param key
* 密钥,应为数字字符组成的字符串
* @param mode
* ...
Linux/Unix编程 //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.\n")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK) ...
嵌入式/单片机编程 The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is activated
?Temperat ...
加密解密 DES工作的基本原理是
DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 ...
其他 Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data out
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
VHDL/FPGA/Verilog This document gives the code for programming a CC2500 transceiver using Altera Stratix FPGA. The FPG
This document gives the code for programming a CC2500 transceiver using Altera Stratix FPGA. The FPGA and CC2500 are connected through SPI mode with the FPGA as the master and CC2500 as the slave.