搜索结果
找到约 5,027 项符合
API集成 的查询结果
按分类筛选
压缩解压 集成运放参数测量总程序
集成运放参数测量总程序,可以对失调电压,失调电流,抑制比,增益四个参数进行测量,有按键切换功能,实时液晶显示
电子书籍 Win32 API作为 Microsoft 32位平台(包括:Windows 9x
Win32 API作为 Microsoft 32位平台(包括:Windows 9x,Windows NT3.1/4.0/5.0,WindowsCE)的应用程序编程接口,它是构筑所有32位Windows平台的基石,所有在Windows平台上运行的应用程序都可以调用这些函数。
从事Windows应用程序开发,离不开对Win32 API函数的调用。只有充分理解和利用API函数,才能深入到Windows的 ...
VC书籍 Win32 API作为 Microsoft 32位平台(包括:Windows 9x
Win32 API作为 Microsoft 32位平台(包括:Windows 9x,Windows NT3.1/4.0/5.0,WindowsCE)的应用程序编程接口,它是构筑所有32位Windows平台的基石,所有在Windows平台上运行的应用程序都可以调用这些函数。
从事Windows应用程序开发,离不开对Win32 API函数的调用。只有充分理解和利用API函数,才能深入到Windows的 ...
书籍源码 调用api实现任务转换和得到当前活动任务名称(
调用api实现任务转换和得到当前活动任务名称(
Symbian This C++ example demonstrates how to create multimedia messages using the CMmsClientMtm API. Notic
This C++ example demonstrates how to create multimedia messages using the
CMmsClientMtm API. Notice that some methods have changed between S60 2nd and 3rd Edition.
驱动编程 视频采集卡驱动与程序api接口程序代码.
视频采集卡驱动与程序api接口程序代码.
其他 对于1000M网卡用api无法取回
对于1000M网卡用api无法取回,但是在通过windows自身信息文件获取,很轻松的获取到
网络 基于sipfoundy 公司开发的sipx协议API
基于sipfoundy 公司开发的sipx协议API,支持语音、视频conference。
Java编程 MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage o
MemoryMonitor demonstrates the use of the java.lang.management API
in observing the memory usage of all memory pools consumed by
the application.
This simple demo program queries the memory usage of each memory pool
and plots the memory usage history graph.
To run the MemoryMonitor demo
java -j ...
Java编程 FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump.
FullThreadDump demonstrates the use of the java.lang.management API
to print the full thread dump. JDK 6 defines a new API to dump
the information about monitors and java.util.concurrent ownable
synchronizers.