搜索结果

找到约 254 项符合 public 的查询结果

编辑器/阅读器 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 ...
https://www.eeworm.com/dl/626/410374.html
下载: 131
查看: 1073

书籍 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 ...
https://www.eeworm.com/dl/522168.html
下载: 1
查看: 116

技术资料 J2ME体系结构的安全性扩展

公钥基础设施PKI( Public Key Infrastructure)是一个通过使用公开密钥技术和数字证书来实现并提供安全服务的具有通用性的安全基础设施,解决J2ME 程序在无线应用中的安
https://www.eeworm.com/dl/910617.html
下载: 7
查看: 9697

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 ...
https://www.eeworm.com/dl/633/431212.html
下载: 31
查看: 1117

金融证券系统 值转人民币大写C++源代码

值转人民币大写C++源代码,public domain免费软件,和一般的转换程序比已充分考虑到各种情况和习惯读法。此代码针对C++ Builder平台编写并调试通过,但已仔细设计以便于需要时移植到其它平台。
https://www.eeworm.com/dl/638/154290.html
下载: 137
查看: 1051

串口编程 在主对话框中加入一个复选接钮

在主对话框中加入一个复选接钮,ID为IDC_CHECK_HEXSEND Caption: 十六进制发送,再利用ClassWizard为其添加控制变量:m_ctrlHexSend; 在ClassView中为SCommTestDlg类添加以下两个PUBLIC成员函数,并输入相应代码
https://www.eeworm.com/dl/624/161649.html
下载: 34
查看: 1101

数学计算 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 ...
https://www.eeworm.com/dl/641/191079.html
下载: 42
查看: 1154

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 ...
https://www.eeworm.com/dl/619/163329.html
下载: 197
查看: 1101

系统设计方案 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 ...
https://www.eeworm.com/dl/678/202657.html
下载: 135
查看: 1098

软件设计/软件工程 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 ( ...
https://www.eeworm.com/dl/684/239495.html
下载: 117
查看: 1142