代码搜索:SO库
找到约 10,000 项符合「SO库」的源代码
代码结果 10,000
www.eeworm.com/read/382791/2627117
h 数据库dlg.h
// 数据库Dlg.h : header file
//
#if !defined(AFX_DLG_H__623495CF_667A_4061_9D03_BDA8B5BA9799__INCLUDED_)
#define AFX_DLG_H__623495CF_667A_4061_9D03_BDA8B5BA9799__INCLUDED_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/381208/2648961
sql 数据库创建脚本.sql
-- 删除表
DROP TABLE person ;
-- 创建表
CREATE TABLE person
(
id INT AUTO_INCREMENT PRIMARY KEY ,
name VARCHAR(20) NOT NULL ,
age INT ,
sex VARCHAR(2)
) ;
-- 插入测试数据
INSERT INTO person(na
www.eeworm.com/read/378241/2687583
txt 实用子程序库.txt
MCS-51单片机实用子程序库
--------------------------------------------------------------------------------
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。
本子程序库对《单
www.eeworm.com/read/364170/2908029
txt 数据库创建脚本.txt
-- 创建表
-- 用户表(登陆)、留言表
-- 删除表
DROP TABLE person ;
DROP TABLE note ;
-- 删除序列
DROP SEQUENCE note_sequ ;
-- 创建序列
CREATE SEQUENCE note_sequ ;
-- 创建person表
CREATE TABLE person
(
id va
www.eeworm.com/read/267735/4262628
rc2 数据库.rc2
//
// 数据库.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////
www.eeworm.com/read/267735/4262632
cpp 数据库dlg.cpp
// 数据库Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "数据库.h"
#include "数据库Dlg.h"
#include "datadlg.h"
#include "deletedlg.h"
#include "finddlg.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/267735/4262635
h 数据库dlg.h
// 数据库Dlg.h : header file
//
#if !defined(AFX_DLG_H__623495CF_667A_4061_9D03_BDA8B5BA9799__INCLUDED_)
#define AFX_DLG_H__623495CF_667A_4061_9D03_BDA8B5BA9799__INCLUDED_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/161040/5564087
txt linux数据库准备.txt
目标: 测试ORACLE在LINUX上的使用 :案例集105页
进入LINUX
以oracle用户登录,口令oracle
击入 svrmgrl
connect internal
口令 oracle
startup
如果显示 database opened,exit返回windows.如果不成功课间向网管老师登记。
目标: 测试ORACLE在LINUX
www.eeworm.com/read/160833/5565237
java 图片库_show.java
package 图片库;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
import com.zdsoft.gui.*;
import
www.eeworm.com/read/475845/6765597