关于strUCt的学习, 希望对大家有用,
标签: strUCt
上传时间: 2013-12-17
上传用户:cmc_68289287
堆栈的数据结构和操作 ypedef strUCt{ HGLOBAL hMem //堆栈全局内存句柄 POINT *lpMyStack //指向该句柄的指针 LONG ElementsNum //堆栈的大小 LONG ptr //指向栈顶得指针
标签: ElementsNum lpMyStack HGLOBAL ypedef
上传时间: 2013-11-26
上传用户:15736969615
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
标签: initialize 905 content Normal
上传时间: 2013-12-16
上传用户:lanjisu111
结合了light、strUCt和pro3部分内容。
上传时间: 2013-12-26
上传用户:liuchee
1. 学生成绩删除功能:该功能通过调用int shanchu(strUCt Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现,由学号来引出学生信息,当学号不存在时,系统将给出信息“该学生不存在!”。然后询问管理员是否继续删除。 2. 学生成绩添加功能:该功能通过调用void luru(strUCt Student *p)来实现。实现了手工输入功能,当然可以通过连接数据库来在数据库中进行修改。 3. 学生成绩更新功能:该功能通过调用void xiugai(strUCt Student *p,int x,int num,float a[])来实现。同样可以在连接数据库之后字其中进行修改。 4. 学生成绩排列功能:该功能通过调用void paixu(strUCt Student *p,int x,float 5. a[])来实现。本系统采用按平均成绩由高到低来排序。 6. 学生信息查询功能:该功能通过调用void chaxun(strUCt Student *p,int x,int num,float a[])来实现。本系统采用根据学号来查询学生信息,当连接数据库之后就可以用查询分析器来进行,即使用SQL语句来实现。
标签: int Student shanchu strUCt
上传时间: 2013-12-02
上传用户:hebmuljb
java strUCt开发,详细介绍了strUCt的开发应用
上传时间: 2016-07-23
上传用户:familiarsmile
和多的 strUCt例子 的学习 供初学者参考
上传时间: 2016-08-03
上传用户:2467478207
操作系统课程设计_进程调度演示源程序 #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 /*计数器*/ char state /*进程的状态*/ strUCt node *next /*链指针*/ }PCB
标签: include typedef stdlib string
上传时间: 2016-08-09
上传用户:凤临西北
strUCt实现登录的一个例子,可以给初学者一个参考!
标签: strUCt
上传时间: 2016-09-23
上传用户:gmh1314
data strUCt algorithm and application in c++ 一书的课后答案源码
标签: application algorithm strUCt data
上传时间: 2016-10-24
上传用户:shus521