搜索结果

找到约 113 项符合 Struct 的查询结果

Java编程 STRUCT实应用 STRUCT实应用 STRUCT实应用

STRUCT实应用 STRUCT实应用 STRUCT实应用
https://www.eeworm.com/dl/633/206026.html
下载: 97
查看: 1005

Java编程 这个是网络上下载的一个struct框架的程序

这个是网络上下载的一个struct框架的程序,包含spring框架!
https://www.eeworm.com/dl/633/219449.html
下载: 65
查看: 1054

其他 #include<stdio.h> struct powernode { float pi float qi int i float vi

#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
https://www.eeworm.com/dl/534/224263.html
下载: 134
查看: 1026

操作系统开发 时间片轮转算法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] ...
https://www.eeworm.com/dl/531/249081.html
下载: 190
查看: 1068

其他 huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }

huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
https://www.eeworm.com/dl/534/255740.html
下载: 49
查看: 1028

matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_forma ...
https://www.eeworm.com/dl/665/258577.html
下载: 91
查看: 1076

Java编程 简易bbs 基于struct 实现会员登录 用户管理等功能 方便初学者学习

简易bbs 基于struct 实现会员登录 用户管理等功能 方便初学者学习
https://www.eeworm.com/dl/633/262961.html
下载: 42
查看: 1032

数据结构 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *

编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct student *head),输出 ...
https://www.eeworm.com/dl/654/283216.html
下载: 126
查看: 1256

Java编程 struct资料,有兴趣的朋友下了看一看,很好的

struct资料,有兴趣的朋友下了看一看,很好的
https://www.eeworm.com/dl/633/284416.html
下载: 194
查看: 1028

书籍源码 void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {

void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] if(gr->window_switching_flag && gr->block_type == 2) { /* sh ...
https://www.eeworm.com/dl/532/285422.html
下载: 146
查看: 1075