搜索结果
找到约 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)
VHDL/FPGA/Verilog RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the
RS_latch using vhdl,
When using static gates as building blocks, the most fundamental latch is the simple SR latch, where S and R stand for set and reset. It can be constructed from a pair of cross-coupled NOR (Not OR) logic gates. The stored bit is present on the output marked Q.
Normally, in stor ...
文件格式 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetT
文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ReleaseDC CreateFile ...
Java编程 package youxiangtu import java.io.* public class YXTu{ static public void main(String[] args){
package youxiangtu
import java.io.*
public class YXTu{
static public void main(String[] args){
VC书籍 c语言中的static静态变量使用注意事项及重点说明
c语言中的static静态变量使用注意事项及重点说明
软件设计/软件工程 飞机订票系统的 OO模型 包含use case modeling 2. static modeling 、。。等
飞机订票系统的 OO模型 包含use case modeling 2. static modeling 、。。等
Linux/Unix编程 BIND 9 dynamic DNS webmin module. This module supports both static and dynamic zones, and IPv4 and I
BIND 9 dynamic DNS webmin module. This module supports both static and dynamic zones, and IPv4 and IPv6 addressing in both forward and reverse zones.
DSP编程 CS8900A driver source code project files for Code Composer Studio precompiled static uIP-DSP libra
CS8900A driver source code
project files for Code Composer Studio
precompiled static uIP-DSP library
国外驱动开发DSP
Jsp/Servlet public class month1{ public static void main(String [] args){ int month = 10 int days = 0 s
public class month1{
public static void main(String [] args){
int month = 10
int days = 0
switch(month){
case 1:
days = 31
case 2:
days = 28
case 3:
days = 31
Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void
java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class ...
Java编程 连接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="DBA_WEB"