代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/218292/14927355
cpp es.cpp
// 这是使用应用程序向导生成的 VC++
// 应用程序项目的主项目文件。
#include "stdafx.h"
#include
#include
#include //产生随机数要用到time(int),使每次产生的数不同
#include "Individual.h"
#include "Po
www.eeworm.com/read/114100/15111286
txt 如何对access的.mdb数据库进行加密.txt
你 可 以 使 用 CompactDatabase来 对 数 据 库 进 行 加 密 , 如 :
DBEngine.CompactDatabase "Nwind.mdb", _
"Nwind.mdb", , dbEncrypt, , ";pwd=askpro"
加 密 之 后 , 打 开 文 件 的 办 法 有 所 不 同 , 在“如何打开有密码ACCESS数
www.eeworm.com/read/114100/15111364
txt 如何将大量dbf数据转换为sql server.txt
bcp可 以 拷 贝 任 意 数 据 类 型 ,只 需 你 的 目 标 表 设 为 numeric即 可 ,注 意 长 度 ,可 以 先 用 特 殊
数 据 试 一 下 。 另 外 ,DATABASE的 SELECT INTO/BULKCOPY应 设 为 TRUE.
www.eeworm.com/read/114100/15111399
txt 如何反映access数据库的关联.txt
Access数 据 库 中 有 一 个 好 象 是 msysrelationship的 系 统 表 (名 字 可 能 不 对 ),它 记 录 了 表 关 系 的 定 义 。 可 根 据 它 来 得 到 数 据 库 中 所 有 的 表 关 系 。
www.eeworm.com/read/114100/15112902
txt 如何避免richtextbox在加入文本时产生闪烁.txt
你 可 以 利 用 Windows API的 LockWindowUpdate函 数 。 这 个 函 数 暂 时 停 止 RichTextBox进 行 屏 幕 刷 新 。 例 如 :
' 暂 停 更 新
LockWindowUpdate RichTextBox1.hWnd
' 你 加 入 文 本 的 代 码
' 恢 复 更 新
LockW
www.eeworm.com/read/213513/15132912
c elliptic.c
#include
#include
#define ORD 6 //滤波器阶数,可以改变滤波器的阶数
#define MAX_BITS 16
//static double CoefA[ORD]={1.0000e+000,1.9652e+004,8.9181e+008,1.2193e+013,1.9200e+017,1.4938
www.eeworm.com/read/210343/15201132
sql matchrecord.sql
/*
//小组赛记录表(组别,球队1,球队2,场次,比赛时间,队1进球数,队2进球数)
//创建赛程安排及战况记录表
CREATE TABLE MatchRecord
(
group1 nchar(10),
team1 nchar(20) NOT NULL,
team2 nchar(20) NOT NULL,
www.eeworm.com/read/12519/241736
c save.c
#include"FAT.h"
DWORD FirstDirClust; //第一个目录簇号
DWORD FirstDataSector; // 数据区的第一个扇区
WORD BytesPerSector; // 每扇区字节数
DWORD FATsectors; // 一个FAT表所占扇区数
WORD SectorsPerClust; // 每簇扇区数
DWORD Firs
www.eeworm.com/read/19074/808224
c 按键函数.c
#include"tab.h"
#include"160128_driver.h"
//全局变量
unsigned char Custom=1;//关数寄存器
extern unsigned int Time;//时间数寄存器
unsigned char Steps=0;//步数内存分配
unsigned char x_Coordinate,y_Coordinate;//人物当前的坐标
www.eeworm.com/read/35504/1059191
c save.c
#include"FAT.h"
DWORD FirstDirClust; //第一个目录簇号
DWORD FirstDataSector; // 数据区的第一个扇区
WORD BytesPerSector; // 每扇区字节数
DWORD FATsectors; // 一个FAT表所占扇区数
WORD SectorsPerClust; // 每簇扇区数
DWORD Firs