-
-
VB5.0AndWindowsAPI.rar
一般会使用WINDOW API的情况,实在是因为VB本身不提供某些功能,但是,程式所
需又不得不然,例如:读取Registry内的资料,VB只提供SaveSetting、Getsetting 等
系列的指令,但是它只能读取特定地区的值,要读、删、更动其他区域的值时,就无法
使用。再如:仔细看一看Combo Box的Events,其中没有MouseMove,但这是我们经常用
上的一个Event,那该如何呢?是的,那只有透过Winodow API。而VB呼叫Window API一
般不都使用API ...
-
FilterSrc1_0.zip
C++ image processing.Mainly it occupies some filters to detect some prperties of image. Release.
-
VB-PortSpy.zip
I was looking for a way to block IP addresses and ports when I found this code out on the web somewhere.
-
SOM
... common development efforts at [Software Marbles](http://softwaremarbles.com).
SOM is from **SO**ftware **M**arbles but it ... would daily pass by catfish swimming in local market aquariums.
### SOM includes
* [SOM-Cocoa](https://github.com/SoftwareMarbles ...
-
-
som
... SOM
som.train('english-1', {'hello': 1, 'hola': 0, 'ciao': 0});
som.train('spanish-1', {'hello': 0, 'hola': 1, 'ciao': 0});
... the node that holds the value 'english-1'.
var neighbors = som.neighbors('english-1', 2);
console.log('NEIGHBORS', util.inspect( ...
-
som
... Haskell
som
---
Self-Organising Map implementation in Haskell
The userguide is available here.
Related packages
----------------
[hgsom](a href=http://hackage.haskell.org/package/hsgsom) - growing self ...
-
som
... -organizing map
som
===
Implementation of a self-organizing map.
Create a new map object with
`````ruby
tmpSom = SOM.new(learningRate,maxIterations,xSize,ySize,weightCount)
`````
Train the map with
`````ruby
tmpSom.train(dataSet)
`````
where dataSet ...
-
som-final-project-nodejs
... es un proyecto en el cual se crea un servidor para comunicacion por websocket y tiene un cliente web para probarlo
som-final-project-nodejs
========================
Este es un proyecto en el cual se crea un servidor para comunicacion por websocket y ...
-
som
self-organizing-maps library in C++.
Self-Organizing-Maps library in C++.
Demonstration is in following site.
http://notes.brly.net/c_cpp/vague/som.html
#License
MIT License
-