搜索结果
找到约 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)
其他嵌入式/单片机内容 Application Note Abstract This Application Note introduces a complete and detailed PSoC® project
Application Note Abstract
This Application Note introduces a complete and detailed PSoC&reg project. Telephone Call Logger keeps the detailed record of
approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of
the phone call in the ...
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
微处理器开发 在arm编程的调试中经常碰到函数调用的规范问题
在arm编程的调试中经常碰到函数调用的规范问题,在函数调用中寄存器
的使用与分配是如何进行的,一个结构体是如何传递的,我们应该怎样写汇编函数才能符合函数调用的规范。这篇文章很好的阐释了这个问题。ATPCS(The ARM-THUMB Procedure Call Standard)的解释的ppt,容易懂,不要错过哦。 ...
汇编语言 8888是一款高性能的电话通信芯片
8888是一款高性能的电话通信芯片 ,同时具有收发功能和CALL ID功能
Jsp/Servlet simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu
simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for tails and true for ...
Delphi控件源码 Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver i
Interface for Microsoft Audio Compression Manager. - Delphi Source
The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can perform a variety ...
Java编程 You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (
You can create various shapes, and you will see, if you do, that those
shapes are drawn on screen (in a window that we call the "canvas").
Linux/Unix编程 虚拟频谱分析仪的设计
虚拟频谱分析仪的设计,在linux下面安装qt3.3以上的版本才可以运行。
安装步骤如下:
Untar the tarball
Enter the directory QtDSO
call ./configure
call make and wait a few minutes
Linux/Unix编程 Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been test
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.