搜索结果
找到约 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)
系统设计方案 The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is
The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is the first public revision of the PXI specification.
VC书籍 C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午
C++名家精华.chm
我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量:
#include "xStruct.h" // definition of struct X
class xWrapper
{
X* xItem
public:
xWrapper() : xItem(new X) { }
~xWrapper() { delete xItem }
void dump() { /* ...
Applet 本程序执行后
本程序执行后,创建一个能够加载文字的面板,文字的内容是本地主机的IP地址的动态显示。跑马灯文字的大小和跑马灯文字显示的速度都可以在GatutTextCrawler.html文件里通过参数进行设置。
编程思路:首先,本练习因为要制作侦测IP的跑马灯的实例,所以首先要生成程序界面:在函数public void init()中,首先通过语句s = getP ...
单片机开发 This program is free software you can redistribute it and/or modify it under the terms of the GNU Ge
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.
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...
通讯/手机编程 Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007
Schifra
Reed-Solomon Error Correcting Code Library
http://www.schifra.com
Copyright (c) 2000-2007 Arash Partow, All Rights Reserved.
The Schifra Reed-Solomon Error Correcting Code Library and all
its components are supplied under the terms of the General Schifra
License agreement. The contents of t ...
通讯/手机编程 Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007
Schifra
Reed-Solomon Error Correcting Code Library
http://www.schifra.com
Copyright (c) 2000-2007 Arash Partow, All Rights Reserved.
The Schifra Reed-Solomon Error Correcting Code Library and all
its components are supplied under the terms of the General Schifra
License agreement. The contents of t ...
压缩解压 /** * 显示输入提示压缩或解压缩 继承了InputStream类
/**
* 显示输入提示压缩或解压缩 继承了InputStream类,装有输入流。
*/
public class HZIPInputStream extends InputStream
{
/**
* HZIPInputStream 类的构造函数,定义了huffman树,输入流。
*
* @param in 输入流。
* @throws IOException:如果发生I/O错误则抛出异常。
*/ ...
多国语言处理 AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert
AutomaticPropertiesDefaultValues
Article_src.zip
PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static)
for (int i = 0 i < props.Length i++)
{
PropertyInfo prop = props[i]
if (prop.GetCustom ...
Ajax 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID
本程序是用JNI技术实现的读取硬盘序列号
将ChenminDiskIDJoc.jar 加入环境变量
这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹
DiskID32.dll
DiskID.dll
public static String chenmin.io.DiskID.Factory() 返回硬盘厂家
public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
ChenminDisk ...