搜索结果
找到约 222 项符合
BLOCK 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 技术资料 (14)
- 可编程逻辑 (11)
- 通讯/手机编程 (10)
- 教程资料 (9)
- 单片机编程 (8)
- 通讯编程文档 (8)
- 其他 (8)
- Linux/Unix编程 (7)
- VHDL/FPGA/Verilog (7)
- 学术论文 (6)
- 嵌入式/单片机编程 (5)
- 文章/文档 (5)
- 压缩解压 (5)
- Java编程 (5)
- 其他书籍 (5)
- 加密解密 (5)
- 驱动编程 (4)
- 系统设计方案 (4)
- VIP专区 (4)
- ARM (3)
- 嵌入式Linux (3)
- DSP编程 (3)
- 软件设计/软件工程 (3)
- 微处理器开发 (3)
- 操作系统开发 (3)
- 电子书籍 (3)
- 网络 (3)
- 嵌入式综合 (2)
- 串口编程 (2)
- 游戏 (2)
- 邮电通讯系统 (2)
- 编译器/解释器 (2)
- JavaScript (2)
- 单片机开发 (2)
- 文件格式 (2)
- 数据结构 (2)
- SCSI/ASPI (2)
- 书籍 (2)
- ALTERA FPGA开发软件 (1)
- 多媒体处理 (1)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 通信网络 (1)
- 无线通信 (1)
- Internet/网络编程 (1)
- USB编程 (1)
- Modem编程 (1)
- Delphi控件源码 (1)
- Windows CE (1)
- 其他行业 (1)
- 软件工程 (1)
- 书籍源码 (1)
- 并行计算 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- 医药行业 (1)
- 数值算法/人工智能 (1)
- *行业应用 (1)
- 金融证券系统 (1)
- Jsp/Servlet (1)
- 技术管理 (1)
- 手机短信编程 (1)
- 单片机 (1)
- C/C++语言编程 (1)
- Linux/uClinux/Unix编程 (1)
- 手册 (1)
- 源码 (1)
- 笔记 (1)
- 精品软件 (1)
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
Jsp/Servlet jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()
jsp 留言系统try {
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()
} catch (InstantiationException e) {
// TODO Auto-generated catch block
e.printStackTrace()
} catch (IllegalAccessException e) {
// TODO Auto-generated catch block
e.printStackT ...
Java编程 java 线程 静态锁
java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现??
部分代码如下,
public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(
),也可以同步!!!
public void execute(){ //
synchronize ...
matlab例程 It is a huge matlab document, kinematic represantation and control of Modified Delta Mechanism which
It is a huge matlab document, kinematic represantation and control of Modified Delta Mechanism which consists all S-Function block diagrams.
单片机 A FLASH Bootloader for PIC16 and PIC18 Devices
Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designe ...
嵌入式/单片机编程 A FLASH Bootloader for PIC16 and PIC18 Devices
Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designe ...
C/C++语言编程 文件Java排课系统的报告
My JSP 'TeacherMain.jsp' starting page
var $=function(id) {
return document.getElementById(id);
}
function show_menu(num){
for(i=0;i
可编程逻辑 高级FPGA教学实验指导书-逻辑设计
第一章、ALTERA QUATUSII 5.0 使用介绍...................................... 3
1. 概述.................................................................. 3
2. QUATUSII 设计过程..................................................... 5
2.1. 建立工程.......................................................... ...
手册 CRYPTO AN0955
This document describes the use of the CRYPTO acceleration module of the EFM32 Gemstones, including support for ECC, SHA, AES block ciphers, and authenticated encryption algorithms.
源码 12345
/****************temic*********t5557***********************************/   
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...