代码搜索:数据卡
找到约 10,000 项符合「数据卡」的源代码
代码结果 10,000
www.eeworm.com/read/164520/5489811
vbw 数据库_通用v.vbw
frmDatabase = 51, 47, 708, 530, Z, 3, 24, 617, 456, C
frmField = 22, 29, 568, 328, , 44, 58, 560, 407, C
frmRelation = 66, 87, 616, 375, , 0, 0, 501, 346, C
frmSQL = 22, 29, 590, 317, , 15, 21, 494
www.eeworm.com/read/164520/5489814
vbp 数据库_通用v.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINDOWS\System32\stdole2.tlb#OLE Automation
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\Program Fil
www.eeworm.com/read/164520/5489817
frm 数据库_通用fc.frm
VERSION 5.00
Begin VB.Form frmFileList
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "文件列表"
ClientHeight = 3810
ClientLeft = 165
www.eeworm.com/read/164520/5489824
bas 数据库_通用m.bas
Attribute VB_Name = "ModPublic"
'通用数据库管理程序
'BAS模块
Option Explicit
Public ws As Workspace, db As Database, td As TableDef
Public fd As Field, id As Index, rl As Relation
Public tdMain As TableDef
www.eeworm.com/read/163260/5510909
txt 测试数据的实际结果.txt
0.321361
0.32142
0.321495
0.123348
0.123417
0.123417
0.0947691
0.0947851
0.0947883
0.0841424
0.08415
0.0841624
0.186349
0.186433
0.186582
0.13034
0.130342
0.130345
0.111348
0.111504
www.eeworm.com/read/349912/3137359
txt 测试数据的实际结果.txt
0.321361
0.32142
0.321495
0.123348
0.123417
0.123417
0.0947691
0.0947851
0.0947883
0.0841424
0.08415
0.0841624
0.186349
0.186433
0.186582
0.13034
0.130342
0.130345
0.111348
0.111504
www.eeworm.com/read/335490/3358689
txt 测试数据的实际结果.txt
0.321361
0.32142
0.321495
0.123348
0.123417
0.123417
0.0947691
0.0947851
0.0947883
0.0841424
0.08415
0.0841624
0.186349
0.186433
0.186582
0.13034
0.130342
0.130345
0.111348
0.111504
www.eeworm.com/read/322960/3519385
c 例1-5 学生数据.c
/* Note:Your choice is C IDE */
#include
#include
struct stud
{
char name[20];
long num;
int age;
char sex;
float score;
struct stud * next;
};
void