-
STM32+MC20定位系统
Based on the stm32+mc20 gps positioning system, the 32 serial port control 20 sends the AT command and uploads it to the platform via http.
- 2020-06-21 13:20:06下载
- 积分:1
-
C# 创建有参、无参数等多线程操作实例
C# 多线程操作实例,获取指定进程的进程详细信息、获取指定进程的模块详细信息、创建无参数的多线程应用程序、创建带参数的多线程应用程序、创建共享线程模拟资源共享、创建子线程更新主线程数据等,部分代码分享如下:
if (MyThread.ThreadState == ThreadState.Terminated)
MyData += "
当前状态:已完成执行并已退出";
if (MyThread.ThreadState == ThreadState.Transition)
MyData += "
当前状态:在可以执行前等待处理器之外的资源";
if (MyThread.ThreadState == ThreadState.Unknown)
MyData += "
当前状态:状态未知";
if (MyThread.ThreadState == ThreadState.Wait)
MyData += "
当前状态:正在等待外围操作完成或等待资源释放";
if (MyThread.WaitReason == ThreadWaitReason.EventPairHigh)
MyData += "
等待原因:线程正在等待事件对高";
if (MyThread.WaitReason == ThreadWaitReason.EventPairLow)
MyData += "
等待原因:线程正在等待事件对低";
if (MyThread.WaitReason == ThreadWaitReason.ExecutionDelay)
MyData += "
等待原因:线程执行延迟";
if (MyThread.WaitReason == ThreadWaitReason.Executive)
MyData += "
等待原因:线程正在等待计划程序";
if (MyThread.WaitReason == ThreadWaitReason.FreePage)
MyData += "
等待原因:线程正在等待可用的虚拟内存页";
if (MyThread.WaitReason == ThreadWaitReason.LpcReceive)
- 2022-04-18 07:37:09下载
- 积分:1
-
DesktopSnow
QT界面简单的图形移动和鼠标绘图,实现桌面下雪效果,动画效果(QT interface simple graphics movement and mouse drawing to achieve desktop snow effect, animation effect)
- 2019-04-19 15:33:15下载
- 积分:1
-
TP900S工具和驱动文件2.0
TP900S文件互相传输工具以及驱动文件(TP900S file transfer tools and drive files)
- 2017-10-06 14:40:14下载
- 积分:1
-
STM32+MC20定位系统
说明: Based on the stm32+mc20 gps positioning system, the 32 serial port control 20 sends the AT command and uploads it to the platform via http.
- 2020-06-21 13:20:06下载
- 积分:1
-
123
分数阶Chen系统数学模型matlab仿真源程序(Fractional Chen mathematical model matlab simulation source)
- 2015-06-25 13:41:48下载
- 积分:1
-
TeeChart8
Teechart8汉化版,汉化的Teechart8控件,regsvr32后就可以在vc环境下插入。(Teechart8 finished version, finished the Teechart8 control, regsvr32 after the environment can be inserted in the vc.)
- 2010-12-04 10:37:25下载
- 积分:1
-
writerandreader
计科操作系统课程“读者写者”问题的经典解决。(Branch of the operating system programs, " wrote the reader" as a problem to solve classic.)
- 2009-05-13 15:29:02下载
- 积分:1
-
SPI_DAC7512_v2
TM4C123单片机SPI DAC模块,附带库程序,使用Keil(TM4C123 SPI DACmodule including other code used,using keil )
- 2020-09-05 14:58:05下载
- 积分:1
-
fft
fft.c非常常用的快速傅立叶变换程序。(fft.c very commonly used Fast Fourier Transform procedure.)
- 2007-07-24 10:42:07下载
- 积分:1