代码搜索:Datamatrix
找到约 81 项符合「Datamatrix」的源代码
代码结果 81
www.eeworm.com/read/147158/12580219
bas module1.bas
Attribute VB_Name = "Mdl1"
Public Sub IniScheTab(stepnum As Integer)
FrmMain.GridScheme.Width = Screen.Width - 50
FrmMain.GridScheme.Height = 5000
FrmMain.
www.eeworm.com/read/135517/13924315
cpp matrix.cpp
#include "stdio.h"
#include "iostream.h"
#define N 4
//矩阵处理
static int sub[N+1];
static int Data[N+1][N+1];
void DataMatrix(){
int i,j,k;
int T;
//矩阵的运算
for(
www.eeworm.com/read/361765/10036804
r mcmcirtkd.r
##########################################################################
## sample from a K-dimensional two-parameter item response model with
## probit link. This is just a wrapper function that ca
www.eeworm.com/read/458896/7286028
pro krigingmethod.pro
;kriging interpolation Method
;ysh 20090313 start
;---------------------------------------------------------------------------------------------
;导入已知点的坐标
;格式:xi,yi,zi(X坐标,Y坐标,Z高程)
;返回所得点坐标的一
www.eeworm.com/read/490062/6457857
m knearestneighbors.m
function [neighborIds neighborDistances] = kNearestNeighbors(dataMatrix, queryMatrix, k)
%--------------------------------------------------------------------------
% Program to find the k - nearest
www.eeworm.com/read/485544/6552854
m datamat.m
% DATAMAT Packs a vector of data (length N) into a datamatrix of dimension M-by-(N-M+1)
%
% D = datamat(x,M)
%
% INPUT
% x vector of data
% M data matrix window (f
www.eeworm.com/read/220289/14844028
m datamat.m
% DATAMAT Packs a vector of data (length N) into a datamatrix of dimension M-by-(N-M+1)
%
% D = datamat(x,M)
%
% INPUT
% x vector of data
% M data matrix window (f
www.eeworm.com/read/147157/12580260
bas module1.bas
Attribute VB_Name = "Mdl1"
Public Sub IniScheTab(stepnum As Integer)
Frmlamp.MlampGrid.Width = Screen.Width - 400
Frmlamp.MlampGrid.Height = Screen.Height - 1500
www.eeworm.com/read/381890/9067213
py test.py
from pydmtx import DataMatrix
from PIL import Image
import time
# Write a Data Matrix barcode
dm_write = DataMatrix( scheme=DataMatrix.ASCII, module_size=5, margin_size=10 )
dm_write.encode( "hello,
www.eeworm.com/read/389692/8507256
c fismain.c
/*
* Stand-alone codes for fuzzy inference systems.
* J.-S. Roger Jang, 1994.
* Copyright 1994-2002 The MathWorks, Inc.
* $Revision: 1.12 $ $Date: 2002/06/17 12:47:24 $
*/
/* This part i