搜索结果
找到约 113 项符合
Struct 的查询结果
按分类筛选
- 全部分类
- Java编程 (19)
- 其他 (14)
- 源码 (10)
- 数据结构 (8)
- 软件设计/软件工程 (5)
- 单片机编程 (3)
- 书籍源码 (3)
- Jsp/Servlet (3)
- Java书籍 (3)
- 操作系统开发 (3)
- Linux/Unix编程 (3)
- 技术书籍 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 单片机开发 (2)
- 企业管理 (2)
- 压缩解压 (2)
- Linux/uClinux/Unix编程 (2)
- 习题答案 (2)
- 技术资料 (2)
- C/C++语言编程 (1)
- 文件格式 (1)
- 其他行业 (1)
- 电子书籍 (1)
- 编译器/解释器 (1)
- 系统设计方案 (1)
- SQL Server (1)
- matlab例程 (1)
- 游戏 (1)
- VC书籍 (1)
- 人工智能/神经网络 (1)
- 其他书籍 (1)
- 教育系统应用 (1)
- 文章/文档 (1)
- 数据库系统 (1)
- 驱动编程 (1)
- *行业应用 (1)
- JavaScript (1)
- 软件 (1)
- 书籍 (1)
- VIP专区 (1)
压缩解压 学生成绩查询系统
学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。
程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含:
学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、
性别 — sex(字符,M或W)、年龄 — age(整型 ...
数据结构 密码学界牛人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 ...
数据库系统 综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结
综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结构struct)
Java编程 structejbmysql开发工程源码
struct\ejb\mysql开发工程源码
软件设计/软件工程 structejbmysql工程设计文档
struct\ejb\mysql工程设计文档
软件设计/软件工程 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 ...
企业管理 JAVA实现的中小型企业CRM客户关系管理系统
JAVA实现的中小型企业CRM客户关系管理系统,为Struct Spring Ibatis架构实现,企业应用或者学习的好系统
软件设计/软件工程 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typed
顺序栈的出栈、入栈、求栈长等基本操作
#include <stdio.h>
#include <stdlib.h>
#define STACKSIZE 50
typedef char DateType
typedef struct
单片机开发 移植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 语句即可,或者改为你自己的串口 ...
*行业应用 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 ...