搜索结果

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

压缩解压 学生成绩查询系统

学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型 ...
https://www.eeworm.com/dl/617/401292.html
下载: 161
查看: 1036

数据结构 密码学界牛人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 ...
https://www.eeworm.com/dl/654/402666.html
下载: 47
查看: 1454

数据库系统 综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结

综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结构struct)
https://www.eeworm.com/dl/523/406804.html
下载: 144
查看: 1058

Java编程 structejbmysql开发工程源码

struct\ejb\mysql开发工程源码
https://www.eeworm.com/dl/633/409194.html
下载: 172
查看: 1014

软件设计/软件工程 structejbmysql工程设计文档

struct\ejb\mysql工程设计文档
https://www.eeworm.com/dl/684/409199.html
下载: 183
查看: 1019

软件设计/软件工程 This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr

This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruct was designed to ex ...
https://www.eeworm.com/dl/684/411665.html
下载: 50
查看: 1044

企业管理 JAVA实现的中小型企业CRM客户关系管理系统

JAVA实现的中小型企业CRM客户关系管理系统,为Struct Spring Ibatis架构实现,企业应用或者学习的好系统
https://www.eeworm.com/dl/632/417393.html
下载: 98
查看: 1082

软件设计/软件工程 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typed

顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct
https://www.eeworm.com/dl/684/456766.html
下载: 170
查看: 1172

单片机开发 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程

移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口 ...
https://www.eeworm.com/dl/648/465944.html
下载: 26
查看: 1062

*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_fami ...
https://www.eeworm.com/dl/631/471268.html
下载: 76
查看: 1036