搜索结果
找到约 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)
微处理器开发 This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY withou
This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
加密解密 个人编的rsa的源代码
个人编的rsa的源代码,算出public—private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密
CA认证 creat a certificate using makecert creat a PKCS#12.pfx file to store the private key Encrypte data
creat a certificate using makecert
creat a PKCS#12.pfx file to store the private key
Encrypte data using the public Key in Certificate
Decrypt data using the private key in a PKCS#12.pfx file
JavaScript 随机元胞自动机的分形画法的实现
随机元胞自动机的分形画法的实现,public class Lift extends Applet implements ActionListener
JavaScript 元胞自动机生成的Sierpinski三角形
元胞自动机生成的Sierpinski三角形,public class sierpinski2 extends JApplet implements ActionListener
JavaScript DLA模型——垂直演化 直线干预
DLA模型——垂直演化 直线干预,public class dla extends Applet implements Runnable
Linux/Unix编程 ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks
ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts. It is quite portable and runs on a variety of platforms. Check the about page for a more complet ...
Java编程 为了实现定时事件
为了实现定时事件,我们引入了一个接口implements TimerClient这个接口是别人做好了的,具体代码在包中,它的作用是只要我们设置一下定时产生事件的时间,它就定时调用方法public void timerEvent(int id)因此,我们就在这个方法中每调用一次,在不同的地方画一个圆就可以了。 ...
单片机开发 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
This a free web game, animportantnote of this, "xia domain" for free software, follow the "general public to permit" all the provisions of any recognition can be modified to increase capacity, publish, but to revise and increase the No need to publish, not of any reason not to open
压缩解压 这是专门为 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()
} ...