-
combo-right
简单神经网络EA 需要训练EA的神经元,两层神经元,具体可以自己摸索也可以百度训练的方法(Simple Neural Network EA EA neurons need to be trained, two layers of neurons, can find their own way to be specific training methods Baidu)
- 2020-06-30 21:00:02下载
- 积分:1
-
VC_OpenDIB256
说明: 一个打开并显示位图或者像素矩阵的程序
注意:本程序没有使用DOC/VIEW架构,
所以理解起来更容易,适合初学者。
本程序支持bmp、raw格式图像的读取(an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to understand and suitable for beginners. This program supports bmp, raw format images read)
- 2006-05-15 22:09:45下载
- 积分:1
-
include
ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
- 2013-08-08 22:45:19下载
- 积分:1
-
Kmeans
Implementation of K-means algorithm used for vector quantization and clustering in C#
- 2015-04-10 14:51:42下载
- 积分:1
-
defect-detection
内含完整基于图像处理的缺陷检测源代码,可以直接运行(Including a complete defect detection based on image processing source code can be directly run)
- 2017-03-21 11:36:37下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1
-
cc
说明: 故障指示器;单相接地故障;电流互感器;全波整流有效值电路;单片机(Fault Indicator Single-phase Ground Fault Current Transformer RMS circuit full-wave rectifier SCM)
- 2009-04-16 11:05:56下载
- 积分:1
-
hcir1_0a
OHCI 1.1协议开发完整的英文资料,对USB主机开发很有帮助(OHCI 1.1 pdf,it is very usefull for development of usb host)
- 2012-04-25 17:43:23下载
- 积分:1
-
SerialPort
用C#编写的一个串口调试助手,通讯端口可选,波特率可调,校验方式可选(Written in C# using a serial debugging assistant, communication ports optional, adjustable baud rate, parity mode optional)
- 2011-06-15 22:41:15下载
- 积分:1
-
si1010_TxTone_setup
这个是silabs的芯片si1010的发射单音信号的实例,因为涉及保密,所以修改了一部分,测试可用(This is an example of the tone signal transmitter chip si1010 silabs, and because it involves confidential, so modify the part of the test can be used)
- 2014-01-13 09:30:30下载
- 积分:1