搜索结果
找到约 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. ...
数值算法/人工智能 用C编写的最速下降法(解方程)
用C编写的最速下降法(解方程),注意矩阵A是正定对称的
FlashMX/Flex源码 使用Timer-A输出PWM波形
使用Timer-A输出PWM波形,完全源代码,能够对用C写430程序的给予参考
压缩解压 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 ...
软件设计/软件工程 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 ...
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、 ...
其他书籍 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 ...
其他 收SP下行消息 A. 启动MMSC侦听端口 在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口
收SP下行消息
A. 启动MMSC侦听端口
在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口,这个值是为接收SP发出的下行消息提供服务的端口号,比如:"8080",按下"Start"按钮启动MMSC侦听服务。
B. 接收消息
接收的是从SP(API)发来的消息,处理后回一条响应消息。
2 模拟MMSC向SP发送上行消息
A. 选择模拟器左 ...
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 ...