搜索结果
找到约 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)
编辑器/阅读器 Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published
Jurpopage is Free Open Source Dynamic Website Scripting Project
This first created and published at maya.or.id
and now published to public in english at Jurpo.com
It s coded under PHP and Mysql Database Server
Project goal is to help others to create their own website with easy to changed webpage ...
书籍 Transmission+Systems+Design+Handbooks
Public telephone operators and new independent wireless operators through-
out the world are deploying wireless access in an effort to drastically reduce
delivery costs in the most expensive part of the network?the local loop.
Available radio technology enables both existing and new entrants to acce ...
技术资料 J2ME体系结构的安全性扩展
公钥基础设施PKI( Public Key Infrastructure)是一个通过使用公开密钥技术和数字证书来实现并提供安全服务的具有通用性的安全基础设施,解决J2ME 程序在无线应用中的安
Java编程 JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support:
* configuration and dependency management code
* a general logging framework
* text utilities
* user interface classes for ...
金融证券系统 值转人民币大写C++源代码
值转人民币大写C++源代码,public domain免费软件,和一般的转换程序比已充分考虑到各种情况和习惯读法。此代码针对C++ Builder平台编写并调试通过,但已仔细设计以便于需要时移植到其它平台。
串口编程 在主对话框中加入一个复选接钮
在主对话框中加入一个复选接钮,ID为IDC_CHECK_HEXSEND Caption: 十六进制发送,再利用ClassWizard为其添加控制变量:m_ctrlHexSend;
在ClassView中为SCommTestDlg类添加以下两个PUBLIC成员函数,并输入相应代码
数学计算 The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion
The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, an ...
Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo
A C++ N-grams Package 2.0
This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
系统设计方案 This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combin
This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that
combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy
consumption and portability. This technology has applications in a wide range of fixed and
portable secured devic ...
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
this.row = n
distance = new int[row * row]
for ( ...