-
simulation a senior clock, including functional indicators shown, in digital for...
程序模拟一台高级时钟,功能包括以指针方式显示、以数字方式显示、日历和秒表等;可设置时间和日期。 程序使用对话框结构,左方有框显示指针式钟面,其下方有两个矩形框,一个以数字方式显示日期、星期和时间,该时间应与指针显示的时间一致。另一个框作为秒表的显示框。对话框右方有设置时间按钮、时间快进按钮和秒表按钮-simulation a senior clock, including functional indicators shown, in digital form, calendar and stopwatch; To set a time and date. Procedures for the use of dialog structures, left a box shows the bell-pointer, followed with two rectangular box, a digital display to date, the week and time, the time should indicate the target time line. Another box as the stopwatch showed box. The dialog is the right time to set up buttons, time and the fast-forward button stopwatch button
- 2022-01-26 05:22:46下载
- 积分:1
-
实时数据采集的屏幕抖动显示问题一直困扰着许多人,本程序采用双缓冲的方法解决了上述问题。...
实时数据采集的屏幕抖动显示问题一直困扰着许多人,本程序采用双缓冲的方法解决了上述问题。-screen jitter that the problem has been troubling many people and the adoption of double-buffer solution to the above problems.
- 2023-02-11 22:55:03下载
- 积分:1
-
M序列和CA码的产生
GPS 系统,信号处理分析中的CA码和M序列的产生以及其各种相关函数。
- 2022-02-02 12:28:49下载
- 积分:1
-
通过提高名称杀死的进展,
通过进程名字杀死进程,进程名字忽略大小写,可以带扩展名也可不带扩展名,使用非常方便- Kills the advancement through the advancement name, the
advancement name neglects the big small letter, may bring the
extension also to be possible not to bring the extension, the use
extremely to facilitate
- 2022-03-01 01:37:09下载
- 积分:1
-
建立交换文件的 C 语言源代码,对学习C语言有一定的帮助.
建立交换文件的 C 语言源代码,对学习C语言有一定的帮助. -Establishing an exchange of documents C language source code for learning C language certainly helps.
- 2023-03-13 07:15:03下载
- 积分:1
-
RS232串口通讯工具源码,VC++程序,方便监控,自动化等行业的应用。...
RS232串口通讯工具源码,VC++程序,方便监控,自动化等行业的应用。-RS232 serial communication source, VC++ procedures for monitoring the application of automation and other industries.
- 2022-04-06 17:56:07下载
- 积分:1
-
mfc 钩子调用例程
mfc 钩子调用例程-mfc hook invoke instance.
- 2022-03-23 21:33:30下载
- 积分:1
-
GetAdaptersInfo:获取网卡的相关信息
GetAdaptersInfo:获取网卡的相关信息-GetAdaptersInfo:Get information about mac
- 2022-03-17 07:10:52下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
labview控制步进电机
根据相应的脉冲信号控制步进电机旋转,记录当前旋转位置,对光电探测器输出进行A/D转换,判断是否有消光现象发生。步进电机控制软件安装在计算机上,采用Labview进行软件控制。通过串行通信向控制器发送命令,控制步进电机旋转的方向和角度,并获取当前电机转动位置信息和消光信息进行处理。
- 2022-12-19 20:05:03下载
- 积分:1