-
Genetic-Algorithms
遗传算法计算目标函数最优解。目标函数:y 21.5+x1*sin(4πx1)+x2*sin(20πx2)(Using genetic algorithm to calculate the optimal solution of function.)
- 2016-11-02 20:31:42下载
- 积分:1
-
programming-Windows--fifth
windows 程序设计 第五版 文字版,程序员经典丛书(Text version of the fifth edition of windows programming, programmers Classic Series)
- 2014-02-03 12:16:23下载
- 积分:1
-
opencvhello_matlab
说明: opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
- 2021-02-23 11:39:40下载
- 积分:1
-
lightningcentralcontrol
灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
- 2010-01-03 19:27:18下载
- 积分:1
-
bmplementationsimilarimplementation
说明: 和outlook界面类似的一个界面例程,vc++mfc实现(, vc mfc implementation of an Interface routine similar to the outlook Interface)
- 2018-12-22 14:05:49下载
- 积分:1
-
XFILTER2_FOR_9X_2K_XP
说明: 费尔防火墙源代码.费尔个人防火墙 2.1 源程序包括 XFILTER.EXE, XFILTER.DLL, XPACKET.VXD ( 限于95/98/ME版 ) , XAPCKET.SYS ( 限于 2000/XP 版 )的源程序。此代码包中没有包含编译后的程序,要获得这些程序可以通过下载安装包得到。安装包是免费的,使用 ZIP 兼容的压缩方式,用 ZIP 工具解压。(请尊重代码作者的劳动,只供学习,勿用于商业用途。站长留)(Fil firewall source code. Fil Personal Firewall 2.1 include XFILTER.EXE source, XFILTER.DLL, XPACKET.VXD (95/98/ME limited edition), XAPCKET.SYS (only 2000/XP version) of the source. This code does not contain the compiled procedures to obtain these procedures can be downloaded installation package. Installation kits are free, the use of ZIP-compatible compression, decompression using ZIP tools.)
- 2006-04-26 15:49:44下载
- 积分:1
-
ThreeOrderEqu
该程序为c++程序,用途是使用卡丹公式求解一般一元三次方程。(Solve Three Order Equation using Cardin formula)
- 2010-03-16 14:14:42下载
- 积分:1
-
FactorySoftToolkit
OPC Client和OPC Server的工具和一些帮助,(OPC Client and OPC Server tools and some help)
- 2021-03-26 14:49:13下载
- 积分:1
-
数字摄影测量Moravec算子点特征提取
Moravec算子,实现对数字图像处理中的点特征提取,可用于图像拼接,特征提取,三维点生成(Moravec operator, the realization of digital image processing in point feature extraction, can be used for image stitching, feature extraction, 3D point generation)
- 2017-09-10 10:56:54下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1