搜索结果
找到约 196 项符合
Change 的查询结果
按分类筛选
- 全部分类
- 其他 (17)
- 其他书籍 (10)
- 书籍 (10)
- 单片机编程 (9)
- 单片机开发 (9)
- Java编程 (8)
- Linux/Unix编程 (7)
- matlab例程 (6)
- Delphi控件源码 (6)
- Windows CE (6)
- 可编程逻辑 (5)
- 汇编语言 (5)
- 教程资料 (4)
- 人工智能/神经网络 (4)
- 软件工程 (4)
- 技术资料 (4)
- 模拟电子 (3)
- Jsp/Servlet (3)
- 驱动编程 (3)
- 行业发展研究 (3)
- 操作系统开发 (3)
- 文章/文档 (3)
- FlashMX/Flex源码 (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- Internet/网络编程 (2)
- 其他数据库 (2)
- SQL Server (2)
- USB编程 (2)
- 微处理器开发 (2)
- 网络 (2)
- DSP编程 (2)
- 数据结构 (2)
- 游戏 (2)
- Applet (2)
- VC书籍 (2)
- 数学计算 (2)
- 金融证券系统 (2)
- 源码 (2)
- 多媒体处理 (1)
- PCB相关 (1)
- 无线通信 (1)
- 测试测量 (1)
- 接口技术 (1)
- 压缩解压 (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 人物传记/成功经验 (1)
- uCOS (1)
- 其他行业 (1)
- 编译器/解释器 (1)
- 嵌入式Linux (1)
- 并行计算 (1)
- 3G开发 (1)
- 电子书籍 (1)
- 数值算法/人工智能 (1)
- 嵌入式/单片机编程 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 文件格式 (1)
- GPS编程 (1)
- VHDL/FPGA/Verilog (1)
- 手机短信编程 (1)
- 教育系统应用 (1)
- 通讯/手机编程 (1)
- 家庭/个人应用 (1)
- 软件 (1)
- 论文 (1)
- VIP专区 (1)
手机短信编程 This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from
This source code in Delphi 7.0.
Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU.
You can modify it or change it for meet your requirement.
其他书籍 We are providing the best information available to us as at date of writing and intend to update it
We are providing the best information available to us as at date of writing and intend to update it at
frequent intervals as things change and/or more information becomes available. However we intend this
Q&A as a guide only and recommend that users obtain specific information to determine applicabi ...
教育系统应用 Client/Server application. This application was written using RMI Java. It resolve "access to critic
Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem.
To use this program you should change in *.bat / *.sh files the java path according in your computer
DSP编程 This sample program generates two sine waves called X and Y. It will then calculate the normalized
This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase of
the two waveforms using the following formulas:
Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2)
Phase = (long) (atan2PU(X,Y) * 360)
The program will prompt the ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
通讯编程文档 This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The p
This
paper presents a new adaptive mobility-aware MAC protocol
for sensor networks (MS-MAC). The protocol uses any change
in received signal level as an indication of mobility and, when
necessary, triggers the mobility handling mechanism. By doing
this way, the new mobility-aware MAC protocol can wo ...
网络 In the next generation of wireless communication systems, there will be a need for the rapid deploy
In the next generation of wireless communication systems, there will be a need for the rapid
deployment of independent mobile users. Significant examples include establishing survivable, efficient,
dynamic communication for emergency operations, disaster relief efforts, and military networks. Such
n ...
技术资料 AC_25-17A_CHG-1
This change clarifies guidance for the head strike zone, to standardize application of the head strike zone when showing compliance with Title 14, Code of Federal Regulations
软件 Footprint Maker 0.08 FPM
是否要先打开ALLEGRO?
不需要(当然你的机器须有CADENCE系统)。生成完封装后在你的输出目录下就会有几千个器件(全部生成的话),默认输出目录为c:\MySym\.
Level里面的Minimum, Nominal, Maximum 是什么意思?
对应ipc7351A的ABC封装吗?
是的
能否将MOST, NOMINAL,
LEAST三种有差别的封装在命名上也体现出差别?
...
源码 stm8s模拟iic
void IIC_Init(void)
{                        
    //由于STM8单片机,可以在输入和输出条件下读取IO口状态,故直接设置为输出。
    GPIO_Init(IIC_SCL_PORT, IIC_SCL_PIN, GPIO_MODE_OUT_OD_HIZ_SLOW );
    GPIO_Ini ...