搜索结果
找到约 726 项符合
multi-window 的查询结果
Internet/网络编程 Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前
Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。
它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。
目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
其他书籍 Windows程序设计(第5版)对于Windows程序员来说
Windows程序设计(第5版)对于Windows程序员来说,“从 Chares 的(Window程序设计)一书中寻找答案。”几乎成了一句至理名言。而(Windows程序设计》第5版是专门为在Microsoft Windows 98、Microsoft Windows NT 4和 Windows NT 5下编程的开发人员编写的。内容博大精深,并有大量的源代码来帮助读者掌握Windows编程。本书 ...
其他 State_space_reconstruction_parameters_in_the_analysis_of_chaotic_time_series_-_the_role_of_the_time_
State_space_reconstruction_parameters_in_the_analysis_of_chaotic_time_series_-_the_role_of_the_time_window_length.
It is used for reconstruction of state space in chaotic time series, and also how to determine time window.
Java编程 if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口Window
if(e.getActionCommand()=="参数法画圆"){
p=11
}
} //actionPerformed
//实现接口WindowListener的所有方法,用于处理发生在窗口上的事件
public void windowClosing(WindowEvent e)
嵌入式Linux 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同
压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZS ...
文章/文档 基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.
基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.
Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be f ...
数值算法/人工智能 These tools are for use by developers so that they can create more robust applications. Especially o
These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com
系统设计方案 基于MFC的消息编程论文形式内部附有源码及操作步骤经本人调试可运行
基于MFC的消息编程论文形式内部附有源码及操作步骤经本人调试可运行,它是模拟Window的消息处理机制。