搜索结果
找到约 61 项符合
Calls 的查询结果
按分类筛选
- 全部分类
- 书籍 (9)
- 操作系统开发 (5)
- 驱动编程 (4)
- 软件设计/软件工程 (3)
- 其他书籍 (3)
- 单片机编程 (2)
- 数学计算 (2)
- USB编程 (2)
- 人工智能/神经网络 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- ARM (1)
- Internet/网络编程 (1)
- Windows CE (1)
- 嵌入式/单片机编程 (1)
- 其他数据库 (1)
- Modem编程 (1)
- 电子书籍 (1)
- 汇编语言 (1)
- 其他嵌入式/单片机内容 (1)
- 单片机开发 (1)
- Delphi控件源码 (1)
- matlab例程 (1)
- J2ME (1)
- Jsp/Servlet (1)
- 手机短信编程 (1)
- 通讯/手机编程 (1)
- Java编程 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- 数据库系统 (1)
- 其他 (1)
- 其他行业 (1)
- 游戏 (1)
- 源码 (1)
- 精品软件 (1)
软件设计/软件工程 DDK API Calls USB Design
DDK API Calls USB Design
人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]= ...
其他 How to produce different colours on the DOS console using Windows function calls
How to produce different colours on the DOS console using Windows function calls
其他行业 FIle to make auto calls and broadcast the auto converted gsm file to the given number through voip
FIle to make auto calls and broadcast the auto converted gsm file to the given number through voip
单片机编程 FREERTOS的官方移植文档
FeaturesThe following standard features are provided.&#8226; Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, ...
单片机编程 Emulating a synchronous serial
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the a ...
ARM LPC1300系列产品勘误数据手册
On the LPC13xx, programming, erasure and re-programming of the on-chip flash can be performed using In-System Programming (ISP) via the UART serial port, and also, can be performed using In-Application Programming (IAP) calls directed by the end-user code. For In-System Programming (ISP) via the UAR ...
Internet/网络编程 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do s, phone calls), content management, forum, bookmarks, wiki
驱动编程 The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The fl ...
Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...