-
一组用于管理可执行资源的组件的组件
a set of components useful for managing the resources of an executable
- 2022-03-06 10:12:58下载
- 积分:1
-
一个非常简单的示例,使用反向传播的神经网络
使用后的 propagationThis 程序的神经网络的一个非常简单的示例是一个简单的例子,使用反向传播的神经网络。我的代码有所有的基本功能,如学习率,加载网保存网,等。你可以有多层,你可以。这里的代码是可扩展的即您可以在程序中使用我的代码实现神经网络。这里给出了一个示例问题和网络。加载带有名称"XOR.nn"的网络。它解决了 XOR 问题。归功于 "Please don 别忘了给的评论,也是最重要你的投票 !并注意到神经网络和反向传播是个谜,你是否我可以写一个教程,对神经网络和背部的传播。只是告诉我,如果你想要它,通过反馈。而且,如果您创建了另一个应用程序使用我的神经网络,请通知我。NaramCheezparaschopra@lycos.com http://naramcheez.netfirms.com MadeBy:Paras ChopraCEO
- 2023-07-12 08:05:03下载
- 积分:1
-
自己出于爱好编写的俄罗斯方块程序,基于mfc,综合了网上一些源码的优点,程序中附有详细的解释,能够帮初学者快速入门学习...
自己出于爱好编写的俄罗斯方块程序,基于mfc,综合了网上一些源码的优点,程序中附有详细的解释,能够帮初学者快速入门学习-their preparation for the Russian-loving squares procedure, based on mfc, integrated online source some of the advantages of proceeding with a detailed explanation to help beginners learn Quick Start
- 2022-12-06 06:30:03下载
- 积分:1
-
vb.net 编写的计算机机房管理系统!!!
需要的赶紧下阿
vb.net 编写的计算机机房管理系统!!!
需要的赶紧下阿-vb.net prepared by the computer room management system. ! ! Under the hurried A
- 2022-02-01 16:37:09下载
- 积分:1
-
API实现的键盘钩子程序,能捕捉到键盘的每一个动作!
API实现的键盘钩子程序,能捕捉到键盘的每一个动作!-API keyboard hooks, and can capture every one keyboard action!
- 2022-04-15 18:20:55下载
- 积分:1
-
planck.zip: Planck radiation formula size 110 KB.
This program calculates...
planck.zip: Planck radiation formula size 110 KB.
This program calculates the radiated power, integrated between given upper and lower wavelength limits, by a Planck black body at given temperature. Units are degrees Kelvin, watts, and meters. Current values of Planck and other thermodynamic constants are used. Latest update: 8 May 2000.
普朗克辐射计算公式。-planck.zip: Planck radiation formula size 110 KB. This program calculates the radiated power, integrated between given upper and lower wavelength limits, by a Planck black body at given temperature. Units are degrees Kelvin, watts, and meters. Current values of Planck and other thermodynamic constants are used. Latest update: 8 May 2000. Planck radiation formula.
- 2023-03-12 23:50:04下载
- 积分:1
-
写的五角星,写的很差 功能简单的
写的五角星,写的很差 功能简单的-Written by five-pointed star, to write a simple function of the poor
- 2022-04-15 09:46:29下载
- 积分:1
-
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。...
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C/C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
- 2022-07-08 19:38:25下载
- 积分:1
-
这也是一个关于KML解析的程序。。只是这个思想跟sax解析的思想不同。。希望读者看了以后会有所收获...
这也是一个关于KML解析的程序。。只是这个思想跟sax解析的思想不同。。希望读者看了以后会有所收获-this is also a very good mathod to parse the kml。。。
- 2022-07-23 08:15:26下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1