搜索结果
找到约 89 项符合
initial 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (8)
- matlab例程 (8)
- 其他 (6)
- 微处理器开发 (5)
- 中间件编程 (5)
- 书籍源码 (3)
- 数据结构 (3)
- 人工智能/神经网络 (3)
- 嵌入式/单片机编程 (3)
- 其他书籍 (3)
- 行业发展研究 (3)
- 技术资料 (3)
- 数据库系统 (2)
- 数学计算 (2)
- VHDL/FPGA/Verilog (2)
- 嵌入式Linux (2)
- Oracle数据库 (2)
- Linux/Unix编程 (2)
- 书籍 (2)
- VIP专区 (2)
- 电源技术 (1)
- 单片机编程 (1)
- DSP编程 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 其他数据库 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
- 企业管理 (1)
- Java编程 (1)
- GPS编程 (1)
- 数值算法/人工智能 (1)
- VC书籍 (1)
- 驱动编程 (1)
- Windows编程 (1)
- 接口技术 (1)
- 源码 (1)
- 论文 (1)
驱动编程 ssd1297 tft lcd driver initial code
ssd1297 tft lcd driver initial code
嵌入式/单片机编程 FEATURES • 16 bit PIPE Spec PCI Express Testbench • Link training • Initial Flo
FEATURES
&#8226 16 bit PIPE Spec PCI Express Testbench
&#8226 Link training
&#8226 Initial Flow Control
&#8226 Packet Classes for easy to build PHY,DLLP and TLP packets
&#8226 DLLP 16 bit CRC and TLP LCRC generation
&#8226 Sequence Number generation and checking
&#8226 ACK TLP packets
&#8226 ...
单片机开发 M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized.
M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized. It will savr time to start a new app.
(-:cool:-)
行业发展研究 186TJ TFT LCD initial process Document.
186TJ TFT LCD initial process Document.
电源技术 使用H桥变压器驱动器,充电超级电容器
Abstract: With its small size and large load (10W) capability, the MAX13256 H-bridge transformer driver is an attractive solution forcharging supercapacitors (supercaps). However, a large capacitance on the output of the circuit can force the driver into fault modeat startup, due to the high initi ...
单片机编程 AT89C2051驱动步进电机的电路和源码
AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j, ...
DSP编程 卡尔曼滤波器matlab程序
load initial_track  s; % y:initial data,s:data with noiseT=0.1;
% yp denotes the sample value of position% yv denotes the sample value of velocity% Y=[yp(n);yv(n)];% error deviation caused by the random acceleration % known dataY=zeros(2,200);Y0=[0;1];Y(:,1)=Y0;A=[1 T    0 1];&nb ...
通信网络 tcp ip协议详解 中文版PDF
很多不同的厂家生产各种型号的计算机,它们运行完全不同的操作系统,但TCP.IP协议族允许它们互相进行通信。这一点很让人感到吃惊,因为它的作用已远远超出了起初的设想。T C P / I P起源于6 0年代末美国政府资助的一个分组交换网络研究项目,到9 0年代已发展成为计算机之间最常应用的组网形式。它是一个真正的开放系统, ...
可编程逻辑 XAPP708 -133MHz PCI-X到128MB DDR小型DIMM存储器桥
 
The Virtex-4 features, such as the programmable IDELAY and built-in FIFO support, simplifythe bridging of a high-speed, PCI-X core to large amounts of DDR-SDRAM memory. Onechallenge is meeting the PCI-X target initial latency specification. PCI-X Protocol Addendum tothe PCI Local Bus Spec ...
数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...