代码搜索:动态参数
找到约 10,000 项符合「动态参数」的源代码
代码结果 10,000
www.eeworm.com/read/341936/12054757
pas hidemain.pas
//****************************************
//采用动态生成事件的方法来防止被DeDe反编译
//****************************************
unit HideMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes,
www.eeworm.com/read/341936/12054781
~pas hidemain.~pas
//****************************************
//采用动态生成事件的方法来防止被DeDe反编译
//****************************************
unit HideMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes,
www.eeworm.com/read/149765/12351580
cpp bpnet.cpp
// BpNet.cpp : implementation file
////////////////////////////////////////////////////////////////////
/////////////////人工神经网络BP算法/////////////////////////////////
//1、动态改变学习速率
//2、加入动量项
//3、运用了
www.eeworm.com/read/149206/12394831
c sample18_dll.c
#include
#include
int __stdcall DllMain (HINSTANCE hinstDLL, DWORD fdwReason,
LPVOID lpvReserved)
{
switch (fdwReason)
{
//动态库联接
case
www.eeworm.com/read/126945/14393079
cpp loadvxd.cpp
// LoadVxD.cpp : Defines the entry point for the application.
/*************************\
*文件:LoadVxD.cpp *
*功能:动态载入/卸载VxD *
\*************************/
#include "stdafx.h"
#include "re
www.eeworm.com/read/126800/14402884
cpp bpnet.cpp
// BpNet.cpp : implementation file
////////////////////////////////////////////////////////////////////
/////////////////人工神经网络BP算法/////////////////////////////////
//1、动态改变学习速率
//2、加入动量项
//3、可暂停
www.eeworm.com/read/14393/331842
cpp bpnet.cpp
// BpNet.cpp : implementation file
////////////////////////////////////////////////////////////////////
/////////////////人工神经网络BP算法/////////////////////////////////
//1、动态改变学习速率
//2、加入动量项
//3、运用了