搜索结果
找到约 3,263 项符合
using 是什么? 的查询结果
按分类筛选
- 全部分类
- 技术资料 (610)
- matlab例程 (239)
- 其他 (172)
- 其他书籍 (131)
- Java编程 (131)
- 单片机开发 (128)
- 单片机编程 (73)
- 其他嵌入式/单片机内容 (68)
- 数学计算 (66)
- VHDL/FPGA/Verilog (65)
- 嵌入式/单片机编程 (60)
- 软件设计/软件工程 (58)
- 人工智能/神经网络 (57)
- 通讯/手机编程 (51)
- Linux/Unix编程 (50)
- 书籍 (48)
- VC书籍 (48)
- 汇编语言 (46)
- 微处理器开发 (46)
- 通讯编程文档 (43)
- 系统设计方案 (41)
- 数值算法/人工智能 (40)
- 电子书籍 (40)
- 文章/文档 (39)
- 书籍源码 (37)
- 行业发展研究 (37)
- 压缩解压 (36)
- 加密解密 (35)
- Java书籍 (33)
- DSP编程 (31)
- 其他行业 (29)
- 软件工程 (27)
- 可编程逻辑 (25)
- 驱动编程 (24)
- 编译器/解释器 (24)
- Delphi控件源码 (23)
- 游戏 (21)
- Internet/网络编程 (19)
- 串口编程 (18)
- VIP专区 (18)
- 模拟电子 (17)
- 数据结构 (15)
- 文件格式 (14)
- 技术管理 (14)
- 电源技术 (13)
- 3G开发 (13)
- 教程资料 (12)
- *行业应用 (12)
- USB编程 (12)
- SQL Server (12)
- 技术书籍 (11)
- J2ME (11)
- 无线通信 (10)
- 数据库系统 (10)
- 嵌入式综合 (10)
- Symbian (10)
- Windows Mobile (10)
- GPS编程 (10)
- Jsp/Servlet (10)
- 教育系统应用 (9)
- 网络 (9)
- 并行计算 (9)
- 源码 (8)
- 操作系统开发 (8)
- 嵌入式Linux (8)
- 论文 (7)
- 手机短信编程 (7)
- Applet (7)
- 其他数据库 (7)
- VxWorks (6)
- PCB相关 (5)
- 传感与控制 (5)
- 编辑器/阅读器 (5)
- CA认证 (5)
- uCOS (5)
- Windows CE (5)
- JavaScript (5)
- 测试测量 (4)
- 通信网络 (4)
- 金融证券系统 (4)
- STL (4)
- FlashMX/Flex源码 (4)
- 中间件编程 (4)
- 能源行业(电力石油煤炭) (4)
- 手册 (3)
- 笔记 (3)
- 行业应用文档 (3)
- Linux/uClinux/Unix编程 (3)
- allegro (3)
- 源码/资料 (3)
- Modem编程 (3)
- 语音压缩 (3)
- Delphi/CppBuilder (3)
- 家庭/个人应用 (3)
- 交通/航空行业 (3)
- Oracle数据库 (3)
- MySQL数据库 (3)
- 人物传记/成功经验 (3)
- RFID编程 (3)
- 精品软件 (3)
VxWorks This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. S
This file contains board-specific information for the Motorola LoPEC in
support of the lopec BSP. Specifically, this file contains information on
any BSP interface changes from previous software or hardware versions, and
contains caveats that the user must be aware of before using this BSP.
Addition ...
数学计算 program which uses hashing techniques for storing and retrieving the data. Input to the program:
program which uses hashing techniques for storing and retrieving the data.
Input to the program: Some random numbers. Input will be from a file.
Output: First the program reads all the input and store it properly using some hash techniques.
Once your program reads the complete input,it waits for ...
Java书籍 Learning Wireless Java is for Java developers who want to create applications for the Micro Editio
Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Profile (MIDP). These APIs specifically for devices such as
mobile phones and pagers, allowing programme ...
网络 A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and followi
A very simple ftp server s source code for demonstration.
* It supports PASV/PORT modes and following operations:
* ls,pwd,cwd,get,put,dele.
* I have tested it using following ftp clients:
* 1. Windows XP s command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll ...
书籍 DSP in Power Electronics Control Circuits
The first edition of the book was one of the elements of my habilitation (a quali-
fication above a Ph.D., which is a necessary step for obtaining the title of a
professor in Poland and other European countries), and as a result it was subse-
quently very carefully reviewed by four reviewers. The ha ...
书籍 Plug In Electric Vehicles in Smart Grids
Plug in Electric Vehicles (PEVs) use energy storages usually in the form of battery
banks that are designed to be recharged using utility grid power. One category of
PEVs are Electric Vehicles (EVs) without an internal-combustion (IC) engine
where the energy stored in the battery bank is the only so ...
技术资料 lpc2210_bsp_vxworks.zip
This file contains board-specific information for the SBC ARM7 target
board. This file documents BSP interface changes from previous
software or hardware versions, and notifies the user of serious
caveats that must be noted before using this BSP. Additionally, the
target board's reference entry (i ...
Java编程 前段时间找到一本书的源代码
前段时间找到一本书的源代码,可惜源代码文件全部是大写的,想执行都得一个一个地改文件名。很麻烦。所以写了个程序,把路径输入,就可以将文件夹下的所有 文件全部转换为大写字母文件或小写字母文件。
虽然不是什么好东东,但如果有朋友遇到这样我这样问题的时候,就可以拿这个东西帮忙了。
运行环境:JDK1.5 或更高。 ...
技术资料 STM32H7的FMC外设在D_Cache使能的情况下运行不正常
前段时间接到一个客户的问题。客户描述在使用STM32H7的FMC时,如果使能了DCACHE,就运行不正常。数据没有写到FMC外部的存储器里,测量FMC接口也没有波形跳变。而不使能DCACHE工作就是正常的。 其实对于这个问题,如果了解STM32H7的架构的话,就很容易理解了。下面我们就来看一看到底是什么原因让客户觉得使能DCACHE后FMC就 ...