代码搜索:mnist
找到约 33 项符合「mnist」的源代码
代码结果 33
www.eeworm.com/read/354568/10345186
dsp mnist.dsp
# Microsoft Developer Studio Project File - Name="MNist" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/354568/10345198
ico mnist.ico
www.eeworm.com/read/354568/10345242
h mnist.h
// MNist.h : main header file for the MNIST application
//
#if !defined(AFX_MNIST_H__905CA67E_F9A3_448F_9B1D_0210659E4E2A__INCLUDED_)
#define AFX_MNIST_H__905CA67E_F9A3_448F_9B1D_0210659E4E2A__IN
www.eeworm.com/read/354568/10345267
cpp mnist.cpp
// MNist.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MNist.h"
#include "SHLWAPI.H" // for the path functions
#pragma comment( lib, "shlwapi.lib" )
www.eeworm.com/read/354568/10345277
exe mnist.exe
www.eeworm.com/read/354568/10345280
dsw mnist.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/354568/10345351
rc mnist.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/354568/10345209
rc2 mnist.rc2
//
// MNIST.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/354568/10345313
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : MNist
========================================================================
www.eeworm.com/read/377584/2698796
cpp nettest.cpp
#include "NetTest.h"
using namespace std;
using namespace ebl;
extern string *gl_mnist_dir;
extern string *gl_mnist_errmsg;
void NetTest::setUp() {
}
void NetTest::tearDown() {
}
void NetTest::te