搜索结果
找到约 228 项符合
Public 的查询结果
按分类筛选
- 全部分类
- Java编程 (28)
- Linux/Unix编程 (15)
- 其他 (12)
- 书籍 (11)
- 系统设计方案 (10)
- 加密解密 (9)
- 其他书籍 (7)
- 嵌入式/单片机编程 (6)
- 其他行业 (6)
- 数学计算 (6)
- JavaScript (6)
- 软件设计/软件工程 (5)
- 压缩解压 (5)
- 单片机开发 (5)
- Internet/网络编程 (5)
- 串口编程 (4)
- 技术资料 (4)
- 人工智能/神经网络 (3)
- 网络 (3)
- Applet (3)
- 通讯编程文档 (3)
- 嵌入式Linux (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- CA认证 (3)
- 磁盘编程 (3)
- Java书籍 (3)
- 数据结构 (3)
- Jsp/Servlet (3)
- 源码 (3)
- 编辑器/阅读器 (2)
- 编译器/解释器 (2)
- VC书籍 (2)
- J2ME (2)
- Delphi控件源码 (2)
- 书籍源码 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 教程 (2)
- 教程资料 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 文章/文档 (1)
- GPS编程 (1)
- 金融证券系统 (1)
- 游戏 (1)
- 其他嵌入式/单片机内容 (1)
- 操作系统开发 (1)
- 人物传记/成功经验 (1)
- 邮电通讯系统 (1)
- SCSI/ASPI (1)
- 其他数据库 (1)
- 技术管理 (1)
- Windows CE (1)
- 多国语言处理 (1)
- Ajax (1)
- 教育系统应用 (1)
- 微处理器开发 (1)
- 驱动编程 (1)
- matlab例程 (1)
- USB编程 (1)
- 数据库系统 (1)
- 其他文档 (1)
- Linux/uClinux/Unix编程 (1)
- 习题答案 (1)
- 软件 (1)
数学计算 对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数), ...
通讯编程文档 RFC3029: Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols
RFC3029: Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols
Linux/Unix编程 自己做的常用库和实现的数据结构。public domain.
自己做的常用库和实现的数据结构。public domain.
编译器/解释器 GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
其他 This is Win32 Service wrapper for SVN. Source is included, and its in the public domain.
This is Win32 Service wrapper for SVN. Source is included, and its in the public domain.
技术管理 The public key infrastructure (PKI) is the foundation and center of network security architecture no
The public key infrastructure (PKI) is the foundation and center of network security architecture now, can provide security services including confidentiality, authentication, dig2ital signatures and integrity.
Delphi控件源码 MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Pub
MirUnleashed
vb.net
Module modMainServer
Public WithEvents Socket As New WinsockServer
Public WithEvents StatusSocket As New WinsockServer
Dim MonsterThread As New System.Threading.Thread(AddressOf MonsterProcess)
Dim LastPacket As String =
Linux/Unix编程 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License") yo
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License") you may not use this file
except in compliance with the License. You may obtain a copy of
the License at
汇编语言 class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilita
class Time
{
public:
Time(int =0,int =0,int =0)
void setTime(int,int,int)
void printMilitary()
void printStandard()
private:
int hour
int minute
int second
}
系统设计方案 PKI(public key infrastructure) and CA(certificate authority)
PKI(public key infrastructure) and CA(certificate authority)