代码搜索:SO库
找到约 10,000 项符合「SO库」的源代码
代码结果 10,000
www.eeworm.com/read/243633/12930529
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
www.eeworm.com/read/243560/12933901
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
www.eeworm.com/read/329680/12938924
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
www.eeworm.com/read/142147/12960577
doc 浪潮库房数据库.doc
www.eeworm.com/read/328737/13005984
frm f数据库连接.frm
VERSION 5.00
Begin VB.Form F数据库连接
Caption = "数据库连接"
ClientHeight = 2715
ClientLeft = 60
ClientTop = 450
ClientWidth = 3210
LinkTopic
www.eeworm.com/read/327510/13073704
cpp 龙格-库塔算法.cpp
#include
void main()
{
void Runge_Kutta(float (*f)(float,float),float a,float b,float y0,int N);
float f(float,float);
float a=0,b=5,y0=2;
Runge_Kutta(f,a,b,y0,20);
}
void Ru
www.eeworm.com/read/327417/13079692
mdb 图书出版数据库.mdb
www.eeworm.com/read/327417/13079777
ldb 图书出版数据库.ldb
www.eeworm.com/read/242285/13081806
txt 动态库使用说明.txt
此动态连接库提供的两个函数为GetCPUSerialNumber和GetMacAddress,分别以字符串指针形式,反回机器的CPU序列号和网卡Mac地址,这两个函数都不带参数,调用方法和Window的API一样。
在压缩包里提供了delphi和VB的调用示例。