-
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。-Through the window or window class handle inquiries, the current list of all window handle.
- 2022-05-16 19:15:25下载
- 积分:1
-
tcp数据包的收发
说明文档--------------------------------------------------------1.本文件夹包含以下文件:客户端程序(SendTCP.java)、服务端程序(ListenTCP.java)2.程序运行过程: *先运行 javac SendTCP.java javac ListenTCP.java *再打开两个提示符窗口,在一个里先执行java ListenTCP 另一个再执行 java SendTCP 源ip 源端口 目的ip 目的端口 *在客户端的窗口里输入要发送的信息 *如果成功会有成功结果显示
- 2023-02-21 00:00:03下载
- 积分:1
-
window串口调用(api方式)
window下的串口动态库,主要包括打开,发送接收,关闭串口等操作,是直接调用windowapi函数开发的。
- 2022-07-02 05:47:52下载
- 积分:1
-
WinCE 2003播放H.264视频处理,内附测试视频
WinCE 2003上播放 H.264视频的程序,内附测试视频-WinCE 2003 to play H.264 video process, enclosing the test video
- 2023-02-01 23:05:03下载
- 积分:1
-
百行代码实现的WEB服务器
百行代码实现的WEB服务器
aardio开发环境
服务器响应后各种处理步骤:
第一步,通过获取到的 请求响应request对象的url属性,分解出url中的path。
第二步,将path传去路由函数,为了获取 目标路径、目标文件类型、错误标记、错误页面 等结果。
第三步,依据路由函数返回的结果。
回复对象的contentType属性设置为路由函数返回的目标文件类型。
回复对象的传送数据:错真就传错误页面,错假就传目标文件的二进制数据 。
回复对象的其他属性按simpleHttpServer内置默认的。
- 2022-05-27 22:20:36下载
- 积分:1
-
一个算法,实现如下功能:输入一个整数,输出该整数的二进制表示形式中1的个数。...
一个算法,实现如下功能:输入一个整数,输出该整数的二进制表示形式中1的个数。-An algorithm to achieve the following functions: enter an integer, the output of the binary integer that forms one of the number.
- 2022-07-13 17:52:57下载
- 积分:1
-
听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时...
听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时,可把对方的子直接去掉。谁最先无子谁就输-heard "three-game" game? The program is stand-alone version of the "three-game" game. Very simple rules : Now phase, composed of "three", the other side can void the son son (after the son will be removed). OK chess stage and formed a "3", the other side can direct the children removed. Who is the first one without a son who will lose
- 2022-10-23 14:00:03下载
- 积分:1
-
rs232 comm read source program
rs232通信读取源程序
- 2022-02-04 09:15:08下载
- 积分:1
-
Microchip的PIC的比特计数代码
microchip Pic bitcount code
- 2022-03-18 14:01:12下载
- 积分:1
-
混音程序
用C++编写的两路音频混音程序,很适合初学者。
Mixer.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
Mixer.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMixerApp application class.
Mixer.cpp
This is the main application source file that contains the application
class CMixerApp.
- 2022-03-12 21:29:31下载
- 积分:1