搜索结果
找到约 61 项符合
enough 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (7)
- 其他 (5)
- 单片机开发 (4)
- Java编程 (4)
- 模拟电子 (2)
- 单片机编程 (2)
- 数学计算 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- Delphi控件源码 (2)
- matlab例程 (2)
- 加密解密 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- 汇编语言 (2)
- 书籍 (2)
- 电源技术 (1)
- 测试测量 (1)
- 电子书籍 (1)
- Java书籍 (1)
- 数据结构 (1)
- Windows Mobile (1)
- Delphi/CppBuilder (1)
- 系统设计方案 (1)
- 并行计算 (1)
- SQL Server (1)
- 操作系统开发 (1)
- 文件格式 (1)
- USB编程 (1)
- 文章/文档 (1)
- 企业管理 (1)
- 微处理器开发 (1)
- 技术资料 (1)
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...
数学计算 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
#define MSGLOMEM "Not enough memory to allocate cell."
单片机开发 * 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 ...
Windows Mobile There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matri ...
Linux/Unix编程 About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based o
About WepDecrypt:
Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key generator, distributed network attack and some other methods, it s based on wepattack and GPL licensed.
WepDecrypt highlights:
- Implemented packet filters.
- Only on ...
其他 With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its com
With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP s success is built. PHP 5 in Practice is a reference guide that provides developers with easy-to-use and easily exten ...
Delphi/CppBuilder madCollection 2.5.2.6 full source This is not your every day VCL component collection. You won t se
madCollection 2.5.2.6 full source
This is not your every day VCL component collection. You won t see many new colored icons in the component palette. My packages don t offer many visual components to play with. Sorry, if you expected that!
My packages are about low-level stuff for the most part, wi ...
系统设计方案 The purpose of this application note is to describe the main elements of an RS-422 and RS-485 syste
The purpose of this application note is to describe the main elements of
an RS-422 and RS-485 system. This application note attempts to cover
enough technical details so that the system designer will have considered all
the important aspects in his data system design. Since both RS-422 and RS-
485 a ...
Delphi控件源码 图像处理
图像处理,利用bilt 函数
Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME!
Note: comments are in italian ...
VC书籍 The first edition of this book ranks among the small (very small) number of books that I credit with
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues ...