代码搜索:InputData
找到约 842 项符合「InputData」的源代码
代码结果 842
www.eeworm.com/read/377407/9277787
c getpars.c
/*
* $Id: getpars.c 1272 2007-05-09 16:26:20Z mhe $
*/
#include
#include
#include "lstm.h"
#include "getpars.h"
void getpars(char *configfile)
{
int j,u,v,dummy,corr[50],co
www.eeworm.com/read/177606/9444229
m simplerbf.m
%一个最基本的rbf算法,学习算法采用伪逆函数
%
%
%
%
%
%
%
%
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
close all;
clc;
%定义用到的变量
r=1; %领域半径,人为设定
nodenum=0;
www.eeworm.com/read/373375/9459211
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/170371/9808746
frm clockmain.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "钟"
ClientHeight = 3795
ClientLeft = 9120
ClientTop = 1245
ClientWidth = 2010
Icon =
www.eeworm.com/read/170371/9808757
bas drewfrm.bas
Attribute VB_Name = "module1"
Option Explicit
Public Type POINTAPI
x As Long
y As Long
End Type
Public ponum As Integer
Public Clockf(50) As String
Public clockn(50) As String
Public
www.eeworm.com/read/360535/10088804
frm clockmain.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "钟"
ClientHeight = 3795
ClientLeft = 9120
ClientTop = 1245
ClientWidth = 2010
Icon =
www.eeworm.com/read/360535/10088828
bas drewfrm.bas
Attribute VB_Name = "module1"
Option Explicit
Public Type POINTAPI
x As Long
y As Long
End Type
Public ponum As Integer
Public Clockf(50) As String
Public clockn(50) As String
Public
www.eeworm.com/read/164315/10118446
cpp goertzel test.cpp
/**********************************************
* Filename : Goertzel Test.CPP *
* Function : Test Goertzel algorithm *
**********************************************/
#i
www.eeworm.com/read/425711/10335280
txt gpsvbkf.txt
'''''''''''''GPS卫星位置坐标计算
v = B ^ 2
G = 3.9686005E+15
N1 = Sqr(G / (v ^ 3))
ng = N1 + nx
tk = tx + A0 + a1 * (tx - toc) + a2 * ((tx - toc) ^ 2) - toe
Mk = ng * tk + m1
e1 = Mk
e2 = Mk + e * S
www.eeworm.com/read/139476/6933989
cpp transaction.cpp
/*
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