搜索结果
找到约 172 项符合
does 的查询结果
按分类筛选
- 全部分类
- 其他 (14)
- Java编程 (13)
- 单片机编程 (10)
- 其他书籍 (9)
- 驱动编程 (8)
- 单片机开发 (7)
- 压缩解压 (6)
- 模拟电子 (5)
- 网络 (5)
- 软件工程 (5)
- 电子书籍 (5)
- VC书籍 (5)
- matlab例程 (5)
- Delphi控件源码 (5)
- 文章/文档 (4)
- 书籍 (4)
- Linux/Unix编程 (3)
- 软件设计/软件工程 (3)
- Internet/网络编程 (3)
- 行业发展研究 (3)
- 电源技术 (2)
- 无线通信 (2)
- 游戏 (2)
- 人工智能/神经网络 (2)
- 通讯编程文档 (2)
- 数据结构 (2)
- uCOS (2)
- VHDL/FPGA/Verilog (2)
- 加密解密 (2)
- 技术管理 (2)
- 通讯/手机编程 (2)
- 嵌入式/单片机编程 (2)
- 技术资料 (2)
- uCOS编程 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 数值算法/人工智能 (1)
- 微处理器开发 (1)
- Windows CE (1)
- 数学计算 (1)
- Java书籍 (1)
- 书籍源码 (1)
- 操作系统开发 (1)
- J2ME (1)
- DSP编程 (1)
- 其他嵌入式/单片机内容 (1)
- 汇编语言 (1)
- 文件格式 (1)
- 磁盘编程 (1)
- 手机彩信(MMS)编程 (1)
- USB编程 (1)
- SCSI/ASPI (1)
- Symbian (1)
- 数据库系统 (1)
- Jsp/Servlet (1)
- 源码 (1)
网络 When created, this DLL does not export any symbols. As a result, it will not produce a .lib file
When created, this DLL does not export any symbols. As a result, it
will not produce a .lib file when it is built. If you wish this project
to be a project dependency of some other project, you will either need to
add code to export some symbols from the DLL so that an export library
will be ...
Java编程 This project does not contain a full, runnable application program. Instead, the only package ope.ac
This project does not contain a full, runnable application program. Instead, the only package ope.account contains two classes which represent basic bank customer and account information.
Java编程 This project does not contain a full, runnable application program. Instead, the only package ope.fo
This project does not contain a full, runnable application program. Instead, the only package ope.football contains two classes to represent match data for football (and possibly other team sports).
单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli
* CONSTRAINTS
* This module does not handle data which is considered out of range by the
* application(i.e. fixed constants which represent error condition)
*
* Maximum weight value must be limited to 128 to prevent an overflow
* condition during the calculation.
*
* The internal data type mu ...
电子书籍 Myself graduation project content, asp access does the news issue system, myself carefully manufactu
Myself graduation project content, asp access does the news issue system, myself carefully manufacture, satisfies the general graduation project the request, the manager password is wwwfox, supports on the picture to pass on the news, the news classification, the special news, in the station searche ...
操作系统开发 windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so
windows开源代码
Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. ...
加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
DSP编程 VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine a
VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine and
then puts the part in deep sleep mode to be woken up from a RTC Stopwatch Event. Once woken up,
the RTC is reconfigured to toggle the EZ KIT LEDs using RTC second, minute, hour, and day interrup ...
汇编语言 Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give
Matrix Transposition and Multiplication
It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
Internet/网络编程 The control uses javascript to handle number formatting as you keep typing and does the validation a
The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only ...