-
duobinary conversion for agiven input symbols
duobinary conversion for agiven input symbols
- 2022-05-08 09:16:35下载
- 积分: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
-
条码:条码识别,可以直接运行程序;pdf417lib:两
barcode: 条形码识别,直接运行程序即可;
pdf417lib:二维条形码打印(输出为ps格式的文件)。条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output format). Barcode Generator source : one-dimensional bar code generation, can run the program directly;
- 2022-02-28 18:35:23下载
- 积分:1
-
这是一个关于数据结构中三种排序的程序,包括拓扑排序,快速排序,希尔排序。都是经过老师检查过的。...
这是一个关于数据结构中三种排序的程序,包括拓扑排序,快速排序,希尔排序。都是经过老师检查过的。-This is a data structure on the three sequencing procedures, including topological sorting, quick sort, Hill sequencing. After all the teachers checked.
- 2022-02-11 16:23:19下载
- 积分:1
-
模拟windows中Ping命令
模拟windows中Ping命令,实现对指定域名/IP的ping包探测功能。可以学习详细的windows下包探测工作原理。
- 2022-11-19 18:20:03下载
- 积分:1
-
计算机图形算法演示
计算机图形算法演示-computer graphics algorithms demonstration. .
- 2022-01-30 18:03:25下载
- 积分:1
-
第47章 运行后自销毁的程序 适合广大爱好vc的朋友,有一定的参考价值...
第47章 运行后自销毁的程序 适合广大爱好vc的朋友,有一定的参考价值-Chapter 47 after running from the destruction of the procedures for vc-loving friend, a certain reference value
- 2022-06-21 05:14:08下载
- 积分:1
-
wince under the TCP application source code, including TCPClient and TCPServer,
wince下TCP应用源代码,包括TCPClient和TCPServer,-wince under the TCP application source code, including TCPClient and TCPServer,
- 2022-07-21 22:38:20下载
- 积分:1
-
用于多媒体编程的aspi源代码
用于多媒体编程的aspi源代码-for multimedia programming source code ASPI
- 2022-04-11 22:19:04下载
- 积分:1
-
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: M...
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: Metrowerks CodeWarrior 4.1
* 组成文件:
* main.c
* SmartCar.c/PID.c/LCD1620.c/Test.c
-* Project Name: SmartCar* Functional Description: combination of Freescale" s 16-bit single-chip automatic car MC9S12DG128B completed tracing along the black lane* IDE environment features: Metrowerks CodeWarrior 4.1* constituent documents:* main.c* SmartCar.c/PID.c/LCD1620.c/Test.c, etc. ~ ~ ~
- 2023-06-13 00:20:03下载
- 积分:1