搜索:PUBLIC
找到约 254 项符合「PUBLIC」的查询结果
结果 254
按分类筛选
- 全部
- 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)
https://www.eeworm.com/dl/519/449221.html
加密解密
This program is free software you can redistribute it and/or modify it under the terms of the GN
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in ...
https://www.eeworm.com/dl/685/368344.html
JavaScript
随机元胞自动机的分形画法的实现
随机元胞自动机的分形画法的实现,public class Lift extends Applet implements ActionListener
https://www.eeworm.com/dl/646/440097.html
通讯编程文档
This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. It is licensed under the GNU L
This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. It is licensed under the GNU Library General Public License (LGPL)
https://www.eeworm.com/dl/633/467536.html
Java编程
用snmp4j开发包读取服务器oid信息
用snmp4j开发包读取服务器oid信息,这里的oid指的是public的
https://www.eeworm.com/dl/944480.html
技术资料
摄像头驱动程序
摄像头驱动程序、测试程序源代码-Implement a FileStream that derives from IStream.
class FrameStream : public IStream
https://www.eeworm.com/dl/617/372268.html
压缩解压
这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices
这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用:
首先需要进行声明:
...
using System.Runtime.InteropServices
public class win32{
[DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")]
public static extern int capInitCamera()
} ...
https://www.eeworm.com/dl/641/226292.html
数学计算
双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public ...
https://www.eeworm.com/dl/910469.html
技术资料
PKI安全的关键:CA的私钥保护
文章指出了PKI(Public Key Infrastructure)安全的关键是CA(Certificate Authority)的私钥保护。由于ECC(EllipticCurve Cryptogr
https://www.eeworm.com/dl/685/368346.html
JavaScript
元胞自动机生成的Sierpinski三角形
元胞自动机生成的Sierpinski三角形,public class sierpinski2 extends JApplet implements ActionListener
https://www.eeworm.com/dl/633/403035.html
Java编程
jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hun
jSearch - turns search Engines into FIND engines - Programming in JAVA
Copyright (C) 1999-2009 Hunt Lin
This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either ver ...