搜索结果
找到约 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)
matlab例程 This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In par
This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different parameters such as data rate, Power Control SubChannel ...
其他 This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for
This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Relea ...
书籍源码 一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库
一、安装SQL数据库
1、 打开Microsoft SQL Server 企业管理器
2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字)
3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件
二、安装程序
1、如果程序没有放在虚拟目录下,请把所有文件 ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
数据结构 解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
人工智能/神经网络 The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take
The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some initial configuration and the network dynamics ...
Linux/Unix编程 The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe
The Reed-Somolon code is specified by the finite field, the length
(length <= 2^m-1), the number of redundant symbols (length-k), and
the initial zero of the code, init_zero, such that the zeros are:
init_zero, init_zero+1, ..., init_zero+length-k-1
中间件编程 1、用SQL查询器打开install目录下的dooogo.sql运行之后创建数据库dooogo。 2、然后打开web.config修改 <DbProvider type="Club.Fram
1、用SQL查询器打开install目录下的dooogo.sql运行之后创建数据库dooogo。
2、然后打开web.config修改
<DbProvider type="Club.Framework.Data.SqlDataProvider, Club.Framework" connectionString="user id=sa password= initial Catalog=dooogo Data Source=(local)" />
节点的数据库用户密码。
3、打开IIS,创建虚拟目录 ...
VHDL/FPGA/Verilog 基于Verilog-HDL的硬件电路的实现 9.6 脉冲高电平和低电平持续时间的测量与显示 9.6.1 脉冲高电平和低电平持续时间测量的工作原理 9.6.2 高低电平持续时间测量模
基于Verilog-HDL的硬件电路的实现
9.6 脉冲高电平和低电平持续时间的测量与显示
9.6.1 脉冲高电平和低电平持续时间测量的工作原理
9.6.2 高低电平持续时间测量模块的设计与实现
9.6.3 改进型高低电平持续时间测量模块的设计与实现
9.6.4 begin声明语句的使用方法
9.6.5 initial语句和always语句 ...
其他 1.left.aspx下部分实现了读取RDF(RDF format feeds
1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。
RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。
2.运行时,需要根据自己的机子改变RssReader.cs中的
String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS ...