搜索结果
找到约 636 项符合
switch-Mode 的查询结果
驱动编程 W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Sup
W2kPrintDrvSample
Feature
=======
* Support two page directions, portrait and landscape
* Support just one page size, A4
* Support two resolutions, 200 x 200 and 100 x 100 dpi
* Support two color mode, color(24bpp) and monochrom
* Support halftoning in monochromatic mode
* Support color identi ...
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
通讯编程文档 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB mode
基于simulink的uwb仿真
uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
uwb_imr.m: Initializes UWB channel impulse response.
u ...
电子书籍 Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP
Features
&#8226 Compatible with MCS-51&reg Products
&#8226 8K Bytes of In-System Programmable (ISP) Flash Memory
– Endurance: 1000 Write/Erase Cycles
&#8226 4.0V to 5.5V Operating Range
&#8226 Fully Static Operation: 0 Hz to 33 MHz
&#8226 Three-level Program Memory Lock
&#8226 256 x 8-bit Internal ...
Delphi控件源码 This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the
This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2).
Improvements in this new version includes:
This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable.
R ...
加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-E ...
汇编语言 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在
该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作.
主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有
if(save(&sp)){...}
if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(swit ...
VHDL/FPGA/Verilog 硬件平台为Xilinx Spartan3e
硬件平台为Xilinx Spartan3e,编译软件为ISE8.1,实现了九针com口通信,键盘输入回显,switch控制LED功能。