搜索结果

找到约 126 项符合 Static 的查询结果

Java编程 /* 下面这些S11-S44实际上是一个4*4的矩阵

/* 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个
https://www.eeworm.com/dl/633/351876.html
下载: 169
查看: 1051

数学计算 非线性有限元程序

非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particular the program can easily be modified to use a different formulation of ...
https://www.eeworm.com/dl/641/365455.html
下载: 124
查看: 1059

matlab例程 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 equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforwa ...
https://www.eeworm.com/dl/665/370242.html
下载: 42
查看: 1065

压缩解压 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices

这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() } ...
https://www.eeworm.com/dl/617/372268.html
下载: 200
查看: 1075

SQL Server sqlite的帮助文档

sqlite的帮助文档, This ZIP archive contains most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation.
https://www.eeworm.com/dl/689/382755.html
下载: 194
查看: 1044

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1043

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

SCJP考试简介 ● 考试方式 全英文试题,以电脑作答,在授权的Prometric考试中心参加考试 考试编号:310-025 先决条件:无 考试题型:复选、填空和拖拽匹配 题量:59 及格标准:61% 时限:120分钟 费用:1250元 ● 要求具备的能力 ● 使用Java编程语言创建Java应用程序和applets。 ● 定义和描述垃 ...
https://www.eeworm.com/dl/cadence/ebook/387540.html
下载: 54
查看: 1017

文章/文档 中软国际Java程序员笔试题 1.谈谈final, finally, finalize的区别。 2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)

中软国际Java程序员笔试题 1.谈谈final, finally, finalize的区别。 2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 3.Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。    ...
https://www.eeworm.com/dl/652/387557.html
下载: 147
查看: 1077

嵌入式/单片机编程 C语言嵌入式系统编程修炼(键盘操作).mht Keil C51与标准C比较.mht Keil C51下快速小数运算算法.mht 用C51实现PID算法.mht C51指针类型和存储区的

C语言嵌入式系统编程修炼(键盘操作).mht Keil C51与标准C比较.mht Keil C51下快速小数运算算法.mht 用C51实现PID算法.mht C51指针类型和存储区的关系详解.mht C语言指针学习.mht C语言测试:嵌入式程序员必须知道的16个问题.htm C51编程技巧-从单片机指针说到黑客程序.htm 单片机C51编程规范.mht 实用C51编程的 ...
https://www.eeworm.com/dl/647/390312.html
下载: 129
查看: 1080

Jsp/Servlet 实验 1 对象的创建和使用 ( l )理解类的定义; ( 2 )掌握对象的声明; ( 3 )学会使用构造函数初始化对象; ( 4 )使用类的数据和方法。 实验 2 类的静态成员与实例成员

实验 1 对象的创建和使用 ( l )理解类的定义; ( 2 )掌握对象的声明; ( 3 )学会使用构造函数初始化对象; ( 4 )使用类的数据和方法。 实验 2 类的静态成员与实例成员 ( l )掌握静态成员与实例成员的区别; ( 2 )学会使用类的静态成员。 实验 3 变量的作用域和 this 关键字 ( l )理解变量的作用域; ( 2 )掌 ...
https://www.eeworm.com/dl/696/398741.html
下载: 122
查看: 1187