-
VCPP-create-a-application-window
VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
- 2013-11-24 14:23:38下载
- 积分:1
-
a select model Chat client
一个select模型的聊天客户程序-a select model Chat client
- 2022-07-17 01:28:50下载
- 积分:1
-
GPIO口模式下的网络设备的测试程序,包括命令测试和数据测试...
GPIO口模式下的网络设备的测试程序,包括命令测试和数据测试-GPIO port mode network equipment testing procedures, including testing and data testing orders
- 2022-03-04 10:22:57下载
- 积分:1
-
XiaoFang
小芳便利店的C++程序实现,简单的实现C++中类,继承等 (Xiao Fang convenience store C++ program to achieve a simple implementation of C++, classes, inheritance, etc.)
- 2020-08-16 21:38:36下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
openssl-lib
openssl 1.0 编译过的lib,测试没问题~(the budit openssl 1.0 lib file, and test is ok~)
- 2014-11-26 22:00:27下载
- 积分:1
-
htran
htran源码,vc6编译通过,欢迎下载(htran source, vc6 compiler, welcome to download)
- 2016-02-07 11:02:08下载
- 积分:1
-
SlidingMenu
slidingView的实现,点击右边按钮显示右边的view,点击左边的按钮显示左边的view(slidingView realization, click on the right button to display the right of the view, click the left button to display the left view)
- 2013-11-20 10:12:17下载
- 积分:1
-
单射函数问题
设函数f将点集S = {0,1, , n
单射函数问题
设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要
从S中选取最大子集X Í S 使f (X )是单射函数。
例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。-Injective function, the function f the problem will be the point set based S = (0,1, , n-1) maps to f (S) = (f (i) | iÎ S) Í S. Injective function of the problem from the largest subset of S, select the X Í S so that f (X) is injective function. For example, when n = 7, f (S) = (1,0,0,2,2,3,6) Í S, when, X = (0,1,6) Í S is a subset of the desired maximum.
- 2023-04-24 20:15:02下载
- 积分:1
-
手势识别系统处理端原程序代码
基于STM32与FDC2214手势识别处理程序(Hand gesture recognition processing program based on STM32 and FDC2214)
- 2020-06-18 06:00:01下载
- 积分:1