代码搜索:抄表器
找到约 10,000 项符合「抄表器」的源代码
代码结果 10,000
www.eeworm.com/read/433928/7903492
frm 物资表.frm
www.eeworm.com/read/298817/7933403
c 顺序表.c
# define maxsize 50
struct sqlist
{
int sqlist[maxsize];
int key;
int size;
int data;
};
setnull(struct sqlist *p) /*装入表*/
{
p->size=0;
}
int length(
www.eeworm.com/read/197311/8004701
dca 用户表.dca
www.eeworm.com/read/197311/8004763
dsr 用户表.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} 用户表
Bindings = "用户表.dsx":0000
Caption = "用户表"
ClientHeight = 3795
ClientLeft = 60
ClientT
www.eeworm.com/read/197311/8004793
log 用户表.log
行 2: 控件 用户表 的类 {78E93846-85FD-11D0-8487-00A0C90DC8A9} 不是一个已加载的控件类。
行 0: 不能加载文件 H:\复件 付晶\图书管理系统\用户表.Dsr 。
www.eeworm.com/read/197311/8004822
dsx 用户表.dsx
www.eeworm.com/read/397413/8051939
cpp 购书表.cpp
#include
#include
#include
#include
#include
#include
typedef struct buy_list1{ //购书单
char name[20]; //书名
char author[10]; //
www.eeworm.com/read/397413/8051941
cpp 出库表.cpp
#include "1.h"
//显示所有出库的记录
void out()
{FILE *form;
FILE *fg;
buy_list1 *a,*c,*heada;
buy_list1 *b,*d,*headb;
int i,k,zero=0;
int count1;
int count2;
a=NULL;
if((fg=fopen("pass2.
www.eeworm.com/read/397413/8051958
cpp 代购表.cpp
#include "1.h"
void wait()
{ FILE *fp;
buy_list1 *p;
int count,i;
fp=fopen("store.txt","r");
p=(buy_list1 *)malloc(sizeof(buy_list1));
fread(&count,sizeof(int),1,fp);
printf(" \t
www.eeworm.com/read/196692/8066379