搜索结果
找到约 557 项符合
end-users 的查询结果
Linux/Unix编程 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric ...
Internet/网络编程 XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server,
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authentication ( PLAIN LOGIN CR ...
Linux/Unix编程 RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual
RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is developed using Java and WML for the client mobile ...
Java编程 java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识
java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识,这个版本绝对能用,我自己的邮件服务器就是使用这个开源项目,修改后架设的,据说21cn也是用这个引擎开发的邮件系统。SMTP转发的时候需要二次开发。 Item Status Since First released SMTP server Stable 1.0 0.95 Mailet Engine Stable 1.2 0.9 ...
Linux/Unix编程 An easy, yet highly-configurable iptables-based firewall solution designed for everybody from home u
An easy, yet highly-configurable iptables-based firewall solution designed for everybody from home users to network admins. Functionality for IPv6, tunneling, IPSec, and advanced routing is planned.
其他 A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCar
A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
VC书籍 c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use
c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
Delphi控件源码 此代码可以实现以下功能 使用wordappalication 组件
此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end ...
数据结构 此为编译原理实验报告 学习消除文法左递规算法
此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。 ...
人工智能/神经网络 LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interfa
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.