代码搜索:SO库
找到约 10,000 项符合「SO库」的源代码
代码结果 10,000
www.eeworm.com/read/132379/14090949
h 学校小数据库.h
#include
#include
#include
#include
#include
class list;
class univ_community
{
friend class list;
protected:
char name[1
www.eeworm.com/read/204175/15343623
exe text-to-speech语音库.exe
www.eeworm.com/read/203635/15354127
dbc 数据库stu.dbc
www.eeworm.com/read/203635/15354137
dcx 数据库stu.dcx
www.eeworm.com/read/203635/15354142
dct 数据库stu.dct
www.eeworm.com/read/202232/15388973
上网管理数据库
www.eeworm.com/read/113050/15471561
txt 数据库设计经验.txt
数据库设计经验
一个成功的管理系统,是由:[50% 的业务 + 50% 的软件] 所组成,而 50% 的成功软件又有 [25% 的数据库 + 25% 的程序] 所组成,数据库设计的好坏是一个关键。如果把企业的数据比做生命所必需的血液,那么数据库的设计就是应用中最重要的一部分。有关数据库设计的材料汗牛充栋,大学学位课程里也有专门的讲述。不过,就如我们反复强调的那样,再好的老师也比不过经验的教诲 ...
www.eeworm.com/read/110061/15542483
lnk a.数据库编程.lnk
www.eeworm.com/read/108446/15585719
chm xml和数据库.chm
www.eeworm.com/read/107030/15614488
c 简单数据库.c
#include
#include
int main(void)
{
char label[20];
char name[20];
int entries = 0;
int loop, age;
double salary;
struct Entry_struct
{
cha