Welcome![Sign In][Sign Up]
Location:
Search - php Winsock

Search list

[Other resourcechinapi_demo

Description: 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及公开文档需包含下列文字: 修改自分布式计算开发示例 原作者 郝佳男 2、不得用于以下用途: 1)非法项目 2)商业项目 3)与个人功利有关的方面(如论文、毕设等) 3、经原作者特殊授权的不受此条款制约 由于制作仓促,难免会有疏漏,敬请指正 欢迎大家讨论(http://www.equn.com/forum/forumdisplay.php?fid=2) 但下列问题请大家自己查阅相关资料(我希望重点讨论与分布式计算有关的部分) 原因:这些都是实现的细节,并非分布式计算设计的重点 1、Windows编程方面的 2、VB编程方面的 3、BBP公式相关 4、WinSock编程方面的 5、数据库方面的 -which I specially produced by the example of distributed computing procedures, is for staff development related to the use of the reference to ChinaPI for the internal test version of a blueprint for modification %, aimed at improving China's distributed computing framework for the design standards integrity, Apart from the safety component contains other important components (in order to highlight ChinaPI distributed computing and security, various components have been simplified) on the PI BBP calculated using the formula (not part of the core focus, written more chaos) for user-friendly, using Visual Basic 6.0 is not a standard document prepared documentation, only indicative of the source code and related documentation can be modified after issuance, subject to the following condit
Platform: | Size: 113707 | Author: 侯欣杰 | Hits:

[Algorithmchinapi_demo

Description: 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及公开文档需包含下列文字: 修改自分布式计算开发示例 原作者 郝佳男 2、不得用于以下用途: 1)非法项目 2)商业项目 3)与个人功利有关的方面(如论文、毕设等) 3、经原作者特殊授权的不受此条款制约 由于制作仓促,难免会有疏漏,敬请指正 欢迎大家讨论(http://www.equn.com/forum/forumdisplay.php?fid=2) 但下列问题请大家自己查阅相关资料(我希望重点讨论与分布式计算有关的部分) 原因:这些都是实现的细节,并非分布式计算设计的重点 1、Windows编程方面的 2、VB编程方面的 3、BBP公式相关 4、WinSock编程方面的 5、数据库方面的 -which I specially produced by the example of distributed computing procedures, is for staff development related to the use of the reference to ChinaPI for the internal test version of a blueprint for modification %, aimed at improving China's distributed computing framework for the design standards integrity, Apart from the safety component contains other important components (in order to highlight ChinaPI distributed computing and security, various components have been simplified) on the PI BBP calculated using the formula (not part of the core focus, written more chaos) for user-friendly, using Visual Basic 6.0 is not a standard document prepared documentation, only indicative of the source code and related documentation can be modified after issuance, subject to the following condit
Platform: | Size: 113664 | Author: 侯欣杰 | Hits:

[Internet-NetworkVisualPostPHP

Description: visual post php worked with server and posted data on server and get data with server
Platform: | Size: 91136 | Author: Denis | Hits:

[Windows Developj_14135_LLYJ

Description: VC++毕业设计-WinSock邮件系统的设计与实现,全套资料奉送。邮件服务器是基于VC++的WinSock编写的,客户端则运行于PHP环境,因为这个系统比较综合,这是成都科技大学一个学生的毕业设计,完成的相当漂亮,希望能给同样专业的学生提供些有用的资料。 -VC++ graduate design-WinSock mail system design and realization of a full set of information away. Mail server is based on VC++ the WinSock prepared, the client is running on the PHP environment, because the more integrated the system, which is a Chengdu science and technology university graduate students in design, completed a very beautiful, hope that they will provide students with the same professional more useful information.
Platform: | Size: 702464 | Author: dfhdhy s | Hits:

[Windows DevelopYJXTLLYJ

Description: 大家好,我是双鱼林,这是我两年前自己的毕业设计,题目是基于winsock的邮件系统设计,我现在把这个系统的源程序免费发布给大家,有需要做这方面资料的朋友可以下载下去研究下!系统使用的c语言网络编程技术实现了SMTP和POP3的应用层协议命令处理,使用php网页形式收发邮件. (1)SMTP服务器必须实现基本的协议命令,包括以下命令: HELO、MAIL FROM、RCPT TO、DATA、REST、NOOP、QUIT和HELP。 (2)POP3服务器必须实现基本的协议命令,包括以下命令:USER、PASS、DELE、LIST LOOP、RETR、RSET、STAT、UIDL和QUIT。 (3)PHP Web邮件收发客户端负责和两个邮件服务器用上面实现的邮件协议命令进行通信 电子邮件发送协议SMTP和电子邮件接收协议POP3是目前电子邮件系统普遍使用的协议,作为TCP/IP四层模型中的应用层,它定义了自己标准的协议命令,使得各个电子邮件系统都按照统一标准实施,正是因为这样,才使各个系统无差错的进行交换信息。 -LOOP、RETR、RSET、STAT、UIDL和QUIT
Platform: | Size: 719872 | Author: sd | Hits:

[Internet-NetworkLLYJ

Description: VC++毕业设计-WinSock邮件系统的设计与实现,全套资料奉送。邮件服务器是基于VC++的WinSock编写的,客户端则运行于PHP环境,因为这个系统比较综合,这是成都科技大学一个学生的毕业设计,完成的相当漂亮,希望能给同样专业的学生提供些有用的资料。-VC++ graduate design-WinSock mail system design and realization of a full set of information away. Mail server is based on VC++ the WinSock prepared, the client is running on the PHP environment, because the more integrated the system, which is a Chengdu science and technology university graduate students in design, completed a very beautiful, hope that they will provide students with the same professional more useful information.
Platform: | Size: 698368 | Author: 994 | Hits:

[OtherVBScript-SMTP-Relay

Description: VBScript SMTP relay to remote website. Uses VBScript, Classic ASP, Winsock, and MS XMLHTTP. Useful if ISP blocks port 25 and their SMTP server is always down. Set the email client SMTP server to your local IP, run this script, and when you send an email the script sends the message to the remote webpage, which then uses that server to send the message over port 25 (or other). Attachments not supported but could be added with more code. Remote webpage could use php or any other server side script, classic ASP example included.
Platform: | Size: 6144 | Author: rory | Hits:

CodeBus www.codebus.net