搜索结果
找到约 254 项符合
public 的查询结果
按分类筛选
- 全部分类
- Java编程 (28)
- 技术资料 (23)
- Linux/Unix编程 (15)
- 其他 (13)
- 书籍 (11)
- 加密解密 (10)
- 系统设计方案 (10)
- 其他书籍 (7)
- 数学计算 (6)
- 嵌入式/单片机编程 (6)
- 其他行业 (6)
- JavaScript (6)
- 压缩解压 (5)
- Internet/网络编程 (5)
- 单片机开发 (5)
- 软件设计/软件工程 (5)
- 串口编程 (4)
- 通讯编程文档 (4)
- Jsp/Servlet (4)
- 源码 (3)
- 通讯/手机编程 (3)
- 磁盘编程 (3)
- Applet (3)
- 网络 (3)
- CA认证 (3)
- 汇编语言 (3)
- 人工智能/神经网络 (3)
- 嵌入式Linux (3)
- 数据结构 (3)
- Java书籍 (3)
- 教程 (2)
- 书籍源码 (2)
- 嵌入式综合 (2)
- 编辑器/阅读器 (2)
- 编译器/解释器 (2)
- J2ME (2)
- Delphi控件源码 (2)
- VC书籍 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 软件 (1)
- 习题答案 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 其他文档 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- SCSI/ASPI (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- USB编程 (1)
- 其他数据库 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- matlab例程 (1)
- Windows CE (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 人物传记/成功经验 (1)
- Ajax (1)
其他书籍 对应於codeworker的说明文档;CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing
对应於codeworker的说明文档;CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming.
Java编程 java spring <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun M
java spring <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void
java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class ...
数学计算 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组
指数回归方程 ExponentRegress.cs
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1 ...
磁盘编程 //按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As
//按柱面和磁道来读取磁盘数据,要求
Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If response.Substring(0, 3 ...
单片机开发 编码方式的解码示范uuencode and uudecode are in the public domain. dos2unix and unix2dos are hereby placed in
编码方式的解码示范uuencode and uudecode are in the public domain. dos2unix and
unix2dos are hereby placed in the public domain. They may be shared
or copied as long as NO fee is charged for their distribution or use.
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
人工智能/神经网络 序列模式挖掘prefixspan算法源代码。License: GPL2 (Gnu General Public License Version 2) Requirements: C++ comp
序列模式挖掘prefixspan算法源代码。License: GPL2 (Gnu General Public License Version 2)
Requirements:
C++ compiler with STL (Standard Template Library).
通讯编程文档 ITU-T Recommendation V.90 98年9月版本 A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWI
ITU-T Recommendation V.90 98年9月版本
A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWITCHED TELEPHONE NETWORK (PSTN) AT DATA SIGNALLING RATES OF UP TO 56 000 bit/s DOWNSTREAM AND UP TO 33 600 bit/s UPSTREAM