搜索结果
找到约 122 项符合
struct 的查询结果
按分类筛选
- 全部分类
- Java编程 (21)
- 其他 (14)
- 源码 (10)
- 技术资料 (9)
- 数据结构 (8)
- 软件设计/软件工程 (5)
- 单片机编程 (3)
- 操作系统开发 (3)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- Java书籍 (3)
- Jsp/Servlet (3)
- 习题答案 (2)
- Linux/uClinux/Unix编程 (2)
- 技术书籍 (2)
- 压缩解压 (2)
- 企业管理 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 单片机开发 (2)
- 软件 (1)
- 书籍 (1)
- C/C++语言编程 (1)
- 数据库系统 (1)
- 其他书籍 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 文件格式 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- matlab例程 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- JavaScript (1)
- VC书籍 (1)
- SQL Server (1)
- VIP专区 (1)
其他书籍 IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Struct
IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Structure and Test Purposes for 10-66 GHz WirelessMAN-SC Air Interface
数学计算 先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUn
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s
Java编程 一本介绍struct的好书,实践内容比较多,有具体的例子,不过是原文版的
一本介绍struct的好书,实践内容比较多,有具体的例子,不过是原文版的
单片机开发 NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal O
NRF905驱动代码
// The content of this struct is nRF905 s initialize data.
// CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes
// RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ
// 8 Bits CRC And enable
操作系统开发 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息
时间片轮转算法struct
{
int name //进程标识符
int status //进程状态
int ax,bx,cx,dx //进程现场信息,通用寄存器内容
int pc //进程现场信息,程序计数器内容
int psw //进程现场信息,程序状态字内容
int next //下一个进程控制块的位置
}pcbarea[n] ...
数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct
密码学界牛人Victor Shoup用C++编写数论类库。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
N ...
软件设计/软件工程 堆栈的数据结构和操作 ypedef struct{ HGLOBAL hMem //堆栈全局内存句柄 POINT *lpMyStack //指向该句柄的指针 LONG ElementsNum /
堆栈的数据结构和操作
ypedef struct{
HGLOBAL hMem //堆栈全局内存句柄
POINT *lpMyStack //指向该句柄的指针
LONG ElementsNum //堆栈的大小
LONG ptr //指向栈顶得指针
操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器* ...
其他 1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现
1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现,由学号来引出学生信息,当学号不存在时,系统将给出信息“该学生不存在!”。然后询问管理员是否继续删除。
2. 学生成绩添加功能:该功能通过调用void luru(struct ...
Linux/Unix编程 linux2.6 驱动的描述
linux2.6 驱动的描述,struct resource,struct platform_device和驱动的关系