搜索结果

找到约 50,972 项符合 A-C 的查询结果

数据结构 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. ...
https://www.eeworm.com/dl/654/177902.html
下载: 40
查看: 1059

数值算法/人工智能 用C编写的最速下降法(解方程)

用C编写的最速下降法(解方程),注意矩阵A是正定对称的
https://www.eeworm.com/dl/518/178134.html
下载: 69
查看: 1071

FlashMX/Flex源码 使用Timer-A输出PWM波形

使用Timer-A输出PWM波形,完全源代码,能够对用C写430程序的给予参考
https://www.eeworm.com/dl/661/178218.html
下载: 84
查看: 1023

压缩解压 Structure the sources so that the compression and decompression code form a library usable by any

Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample ...
https://www.eeworm.com/dl/617/180671.html
下载: 100
查看: 1047

软件设计/软件工程 Design Specification Introduction Goals and Objectives GameForge is a graphical tool used

Design Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user w ...
https://www.eeworm.com/dl/684/181294.html
下载: 132
查看: 1032

Linux/Unix编程 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程

1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 ...
https://www.eeworm.com/dl/619/182387.html
下载: 146
查看: 2082

其他书籍 This set of simulation files performs a computational complexity performance comparison of the two m

This set of simulation files performs a computational complexity performance comparison of the two methods mentioned in the paper. The source is ANSI-C compliant, hence any C-compiler can be used to compile the source code. It has been tested using Visual Studio.net C++ and TI code composer studio C ...
https://www.eeworm.com/dl/542/183644.html
下载: 21
查看: 1044

其他 收SP下行消息 A. 启动MMSC侦听端口 在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口

收SP下行消息 A. 启动MMSC侦听端口 在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口,这个值是为接收SP发出的下行消息提供服务的端口号,比如:"8080",按下"Start"按钮启动MMSC侦听服务。 B. 接收消息 接收的是从SP(API)发来的消息,处理后回一条响应消息。 2 模拟MMSC向SP发送上行消息 A. 选择模拟器左 ...
https://www.eeworm.com/dl/534/184214.html
下载: 70
查看: 1066

Linux/Unix编程 · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix A ...
https://www.eeworm.com/dl/619/184785.html
下载: 99
查看: 1076

数据结构 R+树的c实现源码

R+树的c实现源码,对应文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.
https://www.eeworm.com/dl/654/187477.html
下载: 185
查看: 1058