搜索结果
找到约 156 项符合
CALL 的查询结果
按分类筛选
- 全部分类
- Java编程 (11)
- 其他 (10)
- 其他书籍 (9)
- Linux/Unix编程 (8)
- Delphi控件源码 (7)
- 书籍 (7)
- 汇编语言 (6)
- 单片机开发 (6)
- 软件设计/软件工程 (5)
- 通讯编程文档 (5)
- 单片机编程 (4)
- 电子书籍 (4)
- 微处理器开发 (4)
- 加密解密 (4)
- 网络 (3)
- J2ME (3)
- Windows CE (3)
- 数学计算 (3)
- 易语言编程 (3)
- 测试测量 (2)
- TAPI编程 (2)
- 数据结构 (2)
- Internet/网络编程 (2)
- VC书籍 (2)
- VxWorks (2)
- 文章/文档 (2)
- 系统设计方案 (2)
- 行业发展研究 (2)
- 其他数据库 (2)
- 软件 (2)
- 技术资料 (2)
- VIP专区 (2)
- 模拟电子 (1)
- 通信网络 (1)
- Delphi/CppBuilder (1)
- Applet (1)
- 嵌入式/单片机编程 (1)
- 软件工程 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- 通讯/手机编程 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- 书籍源码 (1)
- Jsp/Servlet (1)
- Symbian (1)
- Ajax (1)
- uCOS (1)
- Windows Mobile (1)
- matlab例程 (1)
- JavaScript (1)
- 手机短信编程 (1)
- 游戏 (1)
- MacOS编程 (1)
- VHDL/FPGA/Verilog (1)
- 源码 (1)
- 笔记 (1)
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
通讯编程文档 PSTN to PSTN Dialing via SIP Network.This is a representation, as a slide show, of the SIP examples
PSTN to PSTN Dialing via SIP Network.This is a representation, as a slide show, of the SIP examples detailed in RFC 3666 - RFC3666 SIP PSTN Call Flow.
加密解密 this file is even FFT, max point is 8192,this file "fft4g.c" is computer this file "how_to_use_fft.c
this file is even FFT, max point is 8192,this file "fft4g.c" is computer this file "how_to_use_fft.c" is call function "fft4g.c"
汇编语言 .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
汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by
data
array sdword 2 dup(?)
str1 byte "Please input one 32-bit sign number :",0dh,0ah,0
str2 byte "The result is : ",0
align 4
jia1gao sdword 0
jia1 sdword 0
.code
main proc
call clrscr
mov esi,offset array
mov ecx,lengthof array
mov edx,offset str1
push esi
putin:
call writestring ...
VxWorks tServer task executes functions at low priority (254). serverSend funtion is used to send a requ
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused i ...
其他 Java script 编程
Java script 编程,驱动装载和API call
软件设计/软件工程 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 sample uses Microsoft.WindowsMobile.PocketOutlook and Microsoft.WindowsMobile.Telephony to:
This sample uses Microsoft.WindowsMobile.PocketOutlook and
Microsoft.WindowsMobile.Telephony to:
- Databind a ContactCollection to a ListBox.
- Databind a Contact Property to a TextBox.
- Edit Contact Properties.
- Send SMS messages
- Call a contact s phone number.