搜索结果
找到约 165 项符合
STATIC 的查询结果
按分类筛选
- 全部分类
- 技术资料 (33)
- Java编程 (17)
- 书籍 (8)
- Java书籍 (7)
- 其他书籍 (5)
- matlab例程 (5)
- 源码 (4)
- 单片机编程 (4)
- 数值算法/人工智能 (3)
- 加密解密 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- Linux/Unix编程 (3)
- 文件格式 (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 笔记 (2)
- DSP编程 (2)
- 通讯/手机编程 (2)
- 其他 (2)
- 技术书籍 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- 磁盘编程 (2)
- Applet (2)
- uCOS (2)
- 数据结构 (2)
- J2ME (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- JavaScript (2)
- Jsp/Servlet (2)
- 教程 (1)
- 手册 (1)
- 习题答案 (1)
- 行业应用文档 (1)
- 数据库系统 (1)
- 存储器技术 (1)
- 书籍源码 (1)
- 电工电气 (1)
- 传感与控制 (1)
- 串口编程 (1)
- 网络 (1)
- 多国语言处理 (1)
- 数学计算 (1)
- 技术管理 (1)
- 单片机开发 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- 系统设计方案 (1)
- SQL Server (1)
- 并行计算 (1)
- Ajax (1)
JavaScript 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 Disk
本程序是用JNI技术实现的读取硬盘序列号
将ChenminDiskIDJoc.jar 加入环境变量
这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹
DiskID32.dll
DiskID.dll
public static String chenmin.io.DiskID.Factory() 返回硬盘厂家
public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
Chenm ...
Java编程 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 Disk
本程序是用JNI技术实现的读取硬盘序列号
将ChenminDiskIDJoc.jar 加入环境变量
这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹
DiskID32.dll
DiskID.dll
public static String chenmin.io.DiskID.Factory() 返回硬盘厂家
public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
Chenm ...
压缩解压 This is a little console mode utility program which is able to (de-)compress single files with a s
This is a little console mode utility program which is able to
(de-)compress single files with a static Arithmetic compression
algorithm. You could easily add the RLE/BWT/MFT data
transformation algorithms. Just rip the corresponding classes
out of my HuffComp source code. I won t add these ones ...
通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver ...
加密解密 为一个字节或字符数组或串计算md5值
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释
嵌入式/单片机编程 Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil
Back in 2002, the 6502 disappeared out of all catalogues.
Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer:
74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard.
Now here the results.
Note, that the Bus timing is diff ...
技术资料 H.263视频编码库version9.18
·详细说明:H.263编码器SDK,包括动态连接库和静态连接库,欢迎广大视频编码工作者及爱好者测试使用。-H.263 encoder SDK, including the dynamic connection storehouse and the static connection storehouse, the welcome general video frequencies codes the
Java书籍 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c
Contains a complete archiver by Haruhiko Okumura. The archiver uses
an LZ engine whose output is compressed with static Huffman. The
file is chopped into pieces which all get their own independent
set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use
essentially the same method. ZOO and L ...
软件设计/软件工程 第一个是path 和 CLASSPATH的问题 第二个是package和import问题 第三个是public
第一个是path 和 CLASSPATH的问题
第二个是package和import问题
第三个是public,protected,private,static,什 么时候用,为什么要用,怎么用
第四个是制作jar文件
编译器/解释器 A framework written in Java for implementing high-level and dynamic languages, compiling them into J
A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes.
An implementation of Scheme, which is in the Lisp family of programming languages. Kawa is a featureful dialect in its own right, and additionally provides very useful integration with ...