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 MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
標簽: International Copyright Borland S_IREAD
上傳時間: 2013-12-26
上傳用戶:llandlu
#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."
標簽: define Demonstration MSGKEYPRESS MSGHEADER
上傳時間: 2015-07-22
上傳用戶:xinzhch
PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
標簽: PIECEWISE_EVAL breakpoints evaluates piecewise
上傳時間: 2014-01-25
上傳用戶:xyipie
開發工具:iar for c51 主要IC:tusb2136(ti)(8052內核) 主要應用:PC外接usb鍵盤,智能手機/PDA外接usb鍵盤 備注:使用keil開發工具編譯時需要將地址分配固定,對照firmware/release/list下map文件修改源碼
上傳時間: 2015-08-13
上傳用戶:TF2015
* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.
標簽: DEFINITION calculate the library
上傳時間: 2015-09-07
上傳用戶:refent
some csh scripts, for example, you can find the best machine with light loading, you can find a special process on a list of server.
上傳時間: 2015-09-08
上傳用戶:ve3344
由delphi實現的bt下載器示例程序,帶全部源碼和BT協議 包中文件說明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一個簡單的bt下載器,支持多個.torrent文件同時下載 btutils.pas -- 核心bt組件 DCP*.pas -- SHA算法源碼(復制自DEC組件包) InetUtils.pas -- 提供Internet下載的函數庫 SimpleSocks.pas -- socket組件(TCP) SortLists.pas -- 排序的List組件 ThreadTimer.pas -- 定時器與線程池 DelayLists.pas -- 一個延時5秒再釋放Object的隊列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer內部使用 Bit Torrent Specification.htm -- BT協議文檔
上傳時間: 2015-09-10
上傳用戶:lizhen9880
C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.
標簽: interfaces Standard provides Library
上傳時間: 2014-03-01
上傳用戶:lizhizheng88
人臉檢測的C/C++源代碼,曾發表于 OPENCV 的 MAILING LIST,主要是對OPENCV 3.1 版本發布的代碼做了一些速度上的優化,并且解決了內存泄漏的問題。這個程序所使用的 Paul Viola 提出(該論文“Rapid Object Detection using a Boosted Cascade of Simple Features”發表在 CVPR 01)的 Ada Boosted Cascade 算法可以說是目前最好最快的目標檢測算法。
上傳時間: 2014-01-11
上傳用戶:日光微瀾
This libusb version 0.1.12. libusb is a library which allows userspace application access to USB devices. The official ftp site is: ftp://ftp.libusb.sourceforge.net/pub/libusb/ The official web site is: http://libusb.sourceforge.net/ A mailing list is located at: libusb-devel@lists.sourceforge.net
標簽: libusb application userspace library
上傳時間: 2013-12-21
上傳用戶:zhengzg