搜索结果
找到约 604 项符合
Write 的查询结果
按分类筛选
- 全部分类
- 技术资料 (85)
- 单片机开发 (45)
- 其他 (33)
- Java编程 (33)
- Linux/Unix编程 (27)
- 单片机编程 (24)
- 其他书籍 (22)
- VHDL/FPGA/Verilog (19)
- 嵌入式/单片机编程 (18)
- 微处理器开发 (15)
- 汇编语言 (14)
- 其他嵌入式/单片机内容 (13)
- 编译器/解释器 (12)
- VC书籍 (12)
- 软件工程 (11)
- 软件设计/软件工程 (11)
- 书籍 (10)
- 驱动编程 (10)
- Java书籍 (10)
- 系统设计方案 (10)
- 电子书籍 (9)
- Delphi控件源码 (9)
- 操作系统开发 (8)
- 文章/文档 (8)
- 嵌入式Linux (7)
- VIP专区 (6)
- 源码 (5)
- 通讯/手机编程 (5)
- 网络 (5)
- 数学计算 (5)
- 技术管理 (5)
- USB编程 (5)
- 数值算法/人工智能 (4)
- 压缩解压 (4)
- matlab例程 (4)
- Internet/网络编程 (3)
- 串口编程 (3)
- 游戏 (3)
- 通讯编程文档 (3)
- 数据结构 (3)
- 中间件编程 (3)
- Jsp/Servlet (3)
- MTK (3)
- DSP编程 (2)
- 书籍源码 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 编辑器/阅读器 (2)
- 磁盘编程 (2)
- 其他数据库 (2)
- uCOS (2)
- BREW编程 (2)
- J2ME (2)
- FlashMX/Flex源码 (2)
- 其他行业 (2)
- Windows CE (2)
- Windows Mobile (2)
- SQL Server (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 软件 (1)
- 其他 (1)
- C/C++语言编程 (1)
- 加密解密 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 传感与控制 (1)
- 开发板开源 (1)
- 可编程逻辑 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 人工智能/神经网络 (1)
- VxWorks (1)
- 家庭/个人应用 (1)
- JavaScript (1)
- 人物传记/成功经验 (1)
- 3G开发 (1)
- MacOS编程 (1)
Java编程 SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate
SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit formal to the uninitiated and
can be somewhat off-putting when you first encounter it. But, in fact, design
patterns are just convenient ways of reusing object-oriented code between
projects and between programmers. The ide ...
书籍 Cognitive+Networked+Sensing+and+Big+Data
The idea of writing this book entitled “Cognitive Networked Sensing and Big Data”
started with the plan to write a briefing book on wireless distributed computing
and cognitive sensing. During our research on large-scale cognitive radio network
(and its experimental testbed), we realized that big ...
Delphi控件源码 COM组件调用方法: 首先 运行 “注册USBPass组件.bat”
COM组件调用方法:
首先 运行 “注册USBPass组件.bat” ,在系统中注册USBPassW.dll 和 USBPassR.dll
1>在VB6.0的调用
打开一个工程
菜单->工程->引用-> 在打开的窗口中 选择“USBPass-Write (基于U盘的授权系统 V3.0)”和“USBPass-Write (基于U盘的授权系统 V3.0)”
然后可按照Demo中的方式使用。
2>在Delphi7的 ...
其他 电话计费器程序/*信号定义: clk: 时钟信号
电话计费器程序/*信号定义:
clk: 时钟信号,本例中其频率值为1Hz;
decide: 电话局反馈回来的信号,代表话务种类,“01”表示市话,“10”表示
长话,“11”表示特话;
dispmoney: 用来显示卡内余额,其单位为角,这里假定能显示的最大数额为50 元
(500 角);
disptime: 显示本次通话的时长;
write,read: 当write ...
软件设计/软件工程 Student result management system Use the C language realization system 2, the data structure mak
Student result management system
Use the C language realization system
2, the data structure making use of the structure body several realization student s result design
3, the system have increment, search, insert, row preface etc. basic function
4, the each function mold piece request of syste ...
matlab例程 Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percen ...
软件设计/软件工程 Microsoft VHD规格说明书
Microsoft VHD规格说明书,是由微软公司制定,Microsoft 及 Critrix 两大公司在虚拟机合作领域主推的虚拟磁盘文件格式描述,其功能强大而且实现COPY OF WRITE 特性,体现简单易用高效实现虚拟磁盘管理,现已在两在公司产品中实现并实现通用 ...
技术资料 SymbianOSExplained.rar
Developing good C++ code on Symbian OS requires a clear understanding
of the underlying concepts and the nature of the operating system.
This book explains the key features of Symbian OS and shows how you
can use this knowledge most effectively. It also focuses on some aspects
of good C++ style that ...
技术资料 FPGA片内FIFO读写测试Verilog逻辑源码Quartus工程文件+文档说明 使用 FPGA
FPGA片内FIFO读写测试Verilog逻辑源码Quartus工程文件+文档说明,使用 FPGA 内部的 FIFO 以及程序对该 FIFO 的数据读写操作。FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。timescale 1ns / 1ps//////////////////////////////////////////////////////////////////////////////////module fifo_test( input c ...
家庭/个人应用 sd2003芯片资料及源码
sd2003芯片资料及源码,C51下的,可以直接使用,不是厂方提供的测试程序,
相应子程序:
extern void ini_SD2003(void)
extern bit mend_scl_SD2003(void)
extern bit start_bit_SD2003(void)
extern void stop_bit_SD2003(void)
extern void ack_SD2003(void)
extern void no_ack_SD2003(void)
extern void mast_ack ...