-
CPP-File-operation
C++标准语言中对文件的输入输出控制,也是标准的IO流。(C++ language standard input-output control file is also standard IO streams.)
- 2014-07-09 10:34:42下载
- 积分:1
-
遗传算法优化BP神经网络-非线性函数拟合
基于遗传算法优化神经网络进行故障诊断的研究(Genetic neural network optimization)
- 2017-06-24 11:51:40下载
- 积分:1
-
MSP430_ADC_Sample_Code
MSP430- ADC sample code
- 2013-02-10 17:43:27下载
- 积分:1
-
methabot-0.3.1-installer
Methabot
- 2010-04-20 10:28:48下载
- 积分:1
-
c#的串口助手,可以将数据存入mysql并进行可以画图
这是基于c#的串口调试助手,,可以将数据存入mysql并进行可以画图,具体的代码需要根据具体的情况进行适当的修改
- 2023-05-26 13:15:03下载
- 积分: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
-
cdaudioxsrc
这是一个数字信号处理的函数库,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择(This a digital signal processing functions, including FFT, various filtering algorithm, if you want to prepare digital signal processing related to the procedure, which is not a bad choice)
- 2005-04-25 11:25:34下载
- 积分:1
-
1
说明: LMS在加性高斯白噪声信道下迭代2000步的输出能量和误差权矢量(LMS in the additive white Gaussian noise channel output of the next iteration step 2000, the energy and the error weight vector)
- 2009-11-15 16:46:54下载
- 积分:1
-
各个程序集合压缩包
说明: 避障小车红外避障,超声波避障,寻光外加寻迹(Obstacle Avoidance Car Infrared Obstacle Avoidance, Ultrasound Obstacle Avoidance, Light Seeking and External Tracking)
- 2019-04-25 20:58:52下载
- 积分:1
-
NCshop
一个相当不错的VC++毕业设计作品,一个超市进销存管理系统,不但界面专业,而且功能也丝毫不落后,编译后运行如上图示。这个进销存系统使用Access作为数据库,系统可完成基础资料维护、销售管理、库存管理、帐务管理、数据管理、辅助工具等,并以系统流程图的方式显示示意图,更直观、更有利于对软件的操作。(A fairly good VC++ graduate design work, a supermarket Invoicing Management System, the interface is not only professional, but also did not lag function, the compiler is running after the icon above. Access this Invoicing system as a database system based on the information to be completed by maintenance, sales management, inventory management, account management, data management, support tools, and system flow chart diagram of the display, more intuitive, more conducive to the operation of the software.)
- 2009-07-16 21:29:52下载
- 积分:1