代码搜索:抄表器
找到约 10,000 项符合「抄表器」的源代码
代码结果 10,000
www.eeworm.com/read/470414/6910334
dbf 收支表.dbf
www.eeworm.com/read/470414/6910335
cdx 收支表.cdx
www.eeworm.com/read/470414/6910336
cdx 用户表.cdx
www.eeworm.com/read/470414/6910350
dbf 用户表.dbf
www.eeworm.com/read/469189/6978915
frm 创建表.frm
VERSION 5.00
Begin VB.Form 创建表
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic =
www.eeworm.com/read/469189/6978917
frx 创建表.frx
www.eeworm.com/read/467321/7009669
cpp 顺序表.cpp
#include
#include
#define LIST_INIT_SIZE 80
// 线性表存储空间的初始分配量
#define LISTINCREMENT 10
// 线性表存储空间的分配增量
#define OK 1
#define OVER
www.eeworm.com/read/467092/7015680
txt 建表.txt
create table 线路
(线路号 char(10) PRIMARY KEY,
始发时间 char(8) not null,
末发时间 char(8) not null,
发车间隔 smallint not null,
票价 char(30) not null
);
CREATE TABLE 司机(
工号 char(5) PRIMARY KEY,
姓名 char(20) n
www.eeworm.com/read/463562/7178339
txt 广义表.txt
#include"stdio.h"
#include"stdlib.h"
#include"string.h"
typedef char AtomType;
typedef enum{ATOM,LIST}ElemTag;
typedef struct GLNode
{
ElemTag tag;
union
{
AtomType atom;
struct
{
www.eeworm.com/read/460683/7243508
txt 正弦表.txt
/*****正弦波产生数据表,DAC位数:10,取点数:2048;设计者:黄茶勇 2006-12-06*****/
unsigned int const SineWaveTable[2048]=
{
0x01ff,0x0202,0x0205,0x0208,0x020b,0x020e,0x0211,0x0214,0x0218,0x021b,
0x021e,0x0221,0x0224,0x02