static

共 165 篇文章
static 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 165 篇文章,持续更新中。

Generates a static minimum-variance Huffman code tree.

Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造

THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns i

This paper presents an interactive technique that produces static hairstyles by generating individu

This paper presents an interactive technique that produces static hairstyles by generating individual hair strands of the desired shape and color, subject to the presence of gravity and collisions.

The toolbox solves a variety of approximate modeling problems for linear static models. The model ca

The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called mi

This is OpenCv1.0 converted for C++Builder6 static libraries arhive.

This is OpenCv1.0 converted for C++Builder6 static libraries arhive.

本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言

本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言

SCJP考试简介 ● 考试方式 全英文试题,以电脑作答

SCJP考试简介 ● 考试方式 全英文试题,以电脑作答,在授权的Prometric考试中心参加考试 考试编号:310-025 先决条件:无 考试题型:复选、填空和拖拽匹配 题量:59 及格标准:61% 时限:120分钟 费用:1250元 ● 要求具备的能力 ● 使用Java编程语言创建Java应用程序和appl

ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use i

ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use in application or customer-specific integrated circuts (ASICs or CSICs). Its simple, elegant and ful

使用OpenMP

使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,

Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个

Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (

连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="

连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB" static String user="DBA_WEB" static String password="

Static Timing Analyzer

Static Timing Analyzer

重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量

重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.Configuratio

cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallo

cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.

本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言

本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言

本程序是用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 Str

Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应

Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。 内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性 1) 命名规范 定义这个规范的目的是让项目中所有的文档都

本程序是用JNI技术实现的读取硬盘序列号

本程序是用JNI技术实现的读取硬盘序列号, 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String c

This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque

This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equal

16 16点阵显示汉字原理及显示程序

<P>16 16点阵显示汉字原理及显示程序</P> <P><IMG src="http://dl.eeworm.com/ele/img/2008102714254823276.jpg" border=0></P> <P>#include "config.h" </P> <P>#define&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&