搜索:allocate
找到约 7 项符合「allocate」的查询结果
结果 7
https://www.eeworm.com/dl/532/191643.html
书籍源码
matrix calculation for allocate memory
matrix calculation for allocate memory
https://www.eeworm.com/dl/534/406457.html
其他
三个非常使用的高速的内存分配函数.读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数.
三个非常使用的高速的内存分配函数.读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数.
https://www.eeworm.com/dl/512879.html
源码
Windows WDM Ram Disk Driver Source code
Windows WDM Ram Disk Driver source code
Allocate a ram for Ram drive disk
https://www.eeworm.com/dl/641/177918.html
数学计算
#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 ce ...
https://www.eeworm.com/dl/655/323998.html
微处理器开发
给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去
给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
https://www.eeworm.com/dl/654/177902.html
数据结构
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 ...
https://www.eeworm.com/dl/522132.html
书籍
System Requirements Analysis
The serious study of the practice of how to determine the appropriate content of a
specification is a seldom-appreciated pastime. Those who have the responsibility to
design a product would prefer a greater degree of freedom than permitted by the con-
tent of a specification. Man ...