-
一个收发邮件的收发程序的邮件
VC实现的一个EMAIL收发程序-VC of a transceiver procedures EMAIL
- 2022-08-25 14:05:03下载
- 积分:1
-
这是偶开发的 图形计算器的 vc 课程设计 功能很多 有科学计算...
这是偶开发的 图形计算器的 vc 课程设计 功能很多 有科学计算-Calculator
- 2022-07-20 13:45:33下载
- 积分:1
-
协议艾伦布拉德利(AB)PLC DF1。实施。例子包括。
Protocol Allen Bradley (AB) PLC DF1. Implementation. Example included.-Protocol Allen Bradley (AB) PLC DF1. Implementation. Example included.
- 2022-11-04 07:55:03下载
- 积分:1
-
易语言教程,很适合新手学习电子书,很好的
易语言教程,很适合新手学习的一本ebook,非常有名的。-Easy language tutorial, it is suitable for novice learning an ebook, a very well-known.
- 2023-05-09 02:40:04下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
耗氧率处理器
针对工厂化养系统的溶解氧数据的采集,处理,分析,报告。
- 2022-01-26 05:00:36下载
- 积分:1
-
This program executes a very precise test to determining if the user input is a...
This program executes a very precise test to determining if the user input is a number.
- 2023-06-03 07:05:03下载
- 积分:1
-
STM32F单片机IAP方法 --源码
FPEC(FLASH Program/Erase controller 闪存编程/擦除控制器),内嵌的FPEC模块负责对内置闪存的(含主存储器和信息块)写操作,当然还有擦除。
它的寄存器随便读,但改写就需要先把FPEC解锁,而且一旦解锁 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 00:24:40下载
- 积分:1
-
以VC++为编程工具,解决了windows多线程编程中的经典问题:circular_queue问题...
以VC++为编程工具,解决了windows多线程编程中的经典问题:circular_queue问题-to VC++ programming tools, solve the windows multithreaded programming of the classic problems : problems circular_queue
- 2022-08-17 05:49:32下载
- 积分:1
-
用VB通过GPIB接口对仪器进行控制,主要用于产品自动测试。
用VB通过GPIB接口对仪器进行控制,主要用于产品自动测试。-we can control the instrument through the GPIB interface using VB. It is fit to test the product automatically.
- 2023-07-25 20:25:02下载
- 积分:1