搜索结果
找到约 302 项符合
End 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 技术资料 (16)
- 其他 (14)
- 汇编语言 (14)
- 书籍 (14)
- VxWorks (12)
- 编译器/解释器 (10)
- 源码 (9)
- 电源技术 (8)
- Delphi控件源码 (8)
- 软件设计/软件工程 (7)
- matlab例程 (7)
- 其他书籍 (7)
- 网络 (6)
- 单片机开发 (6)
- 通讯/手机编程 (6)
- 嵌入式/单片机编程 (5)
- 人工智能/神经网络 (5)
- 其他行业 (5)
- 行业发展研究 (5)
- 电子书籍 (4)
- Delphi/CppBuilder (4)
- VC书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 嵌入式综合 (3)
- ARM (3)
- C/C++语言编程 (3)
- VHDL/FPGA/Verilog (3)
- 压缩解压 (3)
- 系统设计方案 (3)
- SCSI/ASPI (3)
- 文件格式 (3)
- 数据结构 (3)
- 其他数据库 (3)
- Linux/Unix编程 (3)
- 技术管理 (3)
- VIP专区 (3)
- 通信网络 (2)
- 无线通信 (2)
- 可编程逻辑 (2)
- 驱动编程 (2)
- Windows CE (2)
- GPS编程 (2)
- Symbian (2)
- 数学计算 (2)
- 软件工程 (2)
- 邮电通讯系统 (2)
- 通讯编程文档 (2)
- JavaScript (2)
- 汇编编程 (2)
- 软件 (2)
- 教程 (2)
- 教程资料 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 传真(Fax)编程 (1)
- 游戏 (1)
- 操作系统开发 (1)
- 家庭/个人应用 (1)
- Modem编程 (1)
- Java书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 交通/航空行业 (1)
- Internet/网络编程 (1)
- DSP编程 (1)
- 串口编程 (1)
- 3G开发 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- 编辑器/阅读器 (1)
- 医药行业 (1)
- CA认证 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 接口技术 (1)
- 仿真技术 (1)
- DSP工具/软件 (1)
- Jsp/Servlet (1)
- 其他 (1)
- 论文 (1)
压缩解压 Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the ot
Ship version 1.7--utility to encode, split, and mail binary data and
reconstruct the data at the other end (ship will unship).
汇编语言 Procedure TSPSA: begin init-of-T { T为初始温度} S={1
Procedure TSPSA:
begin
init-of-T { T为初始温度}
S={1,……,n} {S为初始值}
termination=false
while termination=false
begin
for i=1 to L do
begin
generate(S′form S) { 从当前回路S产生新回路S′}
Δt:=f(S′))-f(S) {f(S)为路 ...
网络 Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines t
Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link
其他书籍 This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementat
This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementation of the TCP/IP protocol suite intended for embedded systems running low-end 8 or 16-bit microcon-trollers. The code size and RAM requirements of uIP is an order of magnitude smaller than other gene ...
汇编语言 .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx
.data
val1 sword 0
val sword -276
.code
main proc
mov ax,val
cwd
mov bx,10
idiv bx
mov val1,ax
call writebin
call crlf
mov ax,dx
call writebin
exit
main endp
end main
VC书籍 This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as po
This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I h ...
软件设计/软件工程 Visual Basic 6.0可以通过调用API函数格式化一个磁盘
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。
打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。
Option Explicit
Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend ...
技术管理 This manual describes omniidl, the omniORB IDL compiler. It is intended for developers who wish to
This manual describes omniidl, the omniORB IDL compiler. It is intended for developers
who wish to write their own IDL compiler back-ends, or to modify existing
ones. It also documents the design of the compiler front-end for those poor souls
who have to track the IDL specification.
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
通讯/手机编程 利用WM5 实现电话功能 在程序中进行电话拨号 “项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定” Imports Microsoft
利用WM5 实现电话功能
在程序中进行电话拨号
“项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定”
Imports Microsoft.WindowsMobile.Telephony
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim TestPhone As New Phone
Tes ...