代码搜索:InputData
找到约 842 项符合「InputData」的源代码
代码结果 842
www.eeworm.com/read/407916/11408584
h haarsinglestumplearner.h
/*
* This file is part of MultiBoost, a multi-class
* AdaBoost learner/classifier
*
* Copyright (C) 2005-2006 Norman Casagrande
* For informations write to nova77@gmail.com
*
* This library is free s
www.eeworm.com/read/335627/12511362
h transaction.h
/*
Copyright (c) 2003, Cornell University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions a
www.eeworm.com/read/112210/15491593
frm plugins.frm
VERSION 5.00
Begin VB.Form Form3
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2805
ClientLeft = 2340
ClientTop = 1935
www.eeworm.com/read/109082/15564622
frm plugins.frm
VERSION 5.00
Begin VB.Form Form3
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2805
ClientLeft = 2340
ClientTop = 1935
www.eeworm.com/read/163312/10166551
asv qpsk.asv
% qpsk.m
%
% Function to perform QPSK modulation
%
% Programmed by SP.Feng
%
function [iout,qout]=qpsk(inputdata,num_user,num_data,mod_level)
%****************** variables *****************
www.eeworm.com/read/163312/10166555
m qpsk.m
% qpsk.m
%
% Function to perform QPSK modulation
%
% Programmed by SP.Feng
%
function [iout,qout]=qpsk(inputdata,num_user,num_data,mod_level)
%****************** variables *****************
www.eeworm.com/read/391056/8424766
cpp chat.cpp
// Chat.cpp: implementation of the CChat class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Chat.h"
#include "Hangul.h"
#include "me
www.eeworm.com/read/430342/8754746
cpp chat.cpp
// Chat.cpp: implementation of the CChat class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Chat.h"
#include "Hangul.h"
#include "me
www.eeworm.com/read/382875/8993205
pas cnbase64.pas
Unit CnBase64;
Interface
Uses
SysUtils, Windows;
Function Base64Encode(InputData: String; Var OutputData: String): byte;
{* 对数据进行BASE64编码,如编码成功返回Base64_OK
|
InputData:stri