-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-04-20 17:20:21下载
- 积分:1
-
群聊师(包含私聊)
这个群聊室是我自己写的代码,功能基本全部实现,有上线消息提醒,能群聊,也能私聊。这个程序我是用基础的代码写的,适合初学者看。当然,如果能给我提些建议,那就最好不过了,大家一起进步嘛。
- 2022-02-12 22:03:42下载
- 积分:1
-
4:1 mux test version.
4:1 mux test version.
- 2023-08-16 15:20:03下载
- 积分:1
-
Ds-cama系统中盲多用户监测研究,用于cdma研究领域中,监测平台的研究-Ds-cama system to monitor the blind multi-user research, for cdma area of research, monitoring platform
- 2022-02-04 19:15:13下载
- 积分:1
-
This process includes the establishment of the list by the end of interpolation...
本程序包括通过尾插法建立链表 对链表中的元素进行插入 删除 替换 等操作-This process includes the establishment of the list by the end of interpolation in the elements of the list to replace such operations insert delete
- 2022-03-23 03:20: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
-
键盘控制软件,敲击键盘可以发出声音
键盘控制软件,敲击键盘可以发出声音-control software keyboard, percussion keyboard can issue voice
- 2022-07-23 17:56:23下载
- 积分:1
-
该程序控制一个带有图片的双极性电机。
This program control a bipolar motor with a PIC.
- 2022-09-22 12:25:03下载
- 积分:1
-
一种由多语言编写的C++语言
一个用C语言编写的多功能计算器C语言,非常实用-a C language prepared by the multi-function calculator C language, a very practical
- 2022-04-21 15:40:40下载
- 积分:1
-
acm竞赛参考代码,利用中缀表达式计算后缀表达式
acm竞赛参考代码,利用中缀表达式计算后缀表达式-acm contest reference code, the use of infix expression calculation expression suffix
- 2022-04-09 00:46:41下载
- 积分:1