-
一个显示系统时间的程序!!因为用了BIOS中断~所以不能在win下使用哦...
一个显示系统时间的程序!!因为用了BIOS中断~所以不能在win下使用哦-time the procedure! ! Because of the disruption to the BIOS can not win in the use of oh
- 2022-03-03 23:26:26下载
- 积分:1
-
FSK调制的VHDL源代码和仿真指导解调…
FSK调制与解调的vhdl源代码,是word文档打开-FSK modulation and demodulation of VHDL source code and simulation of the guide is the word document open.
- 2022-06-28 13:13:53下载
- 积分:1
-
挂接WH_CALLWNDPROC(WM_IME_COMPOSITION),WH_GETMESSAGE(WM_CHAR和WM_KEYUP),前者记录中文,后者记特...
挂接WH_CALLWNDPROC(WM_IME_COMPOSITION),WH_GETMESSAGE(WM_CHAR和WM_KEYUP),前者记录中文,后者记特殊按键和字母符号.-articulated WH_CALLWNDPROC (WM_IME_COMPOSITION) , WH_GETMESSAGE (WM_CHAR and WM_KEYUP), the former Chinese records, the latter in mind the special keys and alphabet symbols.
- 2022-05-19 04:07:23下载
- 积分:1
-
一些汇编例子
一些汇编例子-Compilation of examples of some
- 2022-03-12 18:44:22下载
- 积分:1
-
删除半个汉字 删除半个汉字 删除半个汉字 删除半个汉字
删除半个汉字 删除半个汉字 删除半个汉字 删除半个汉字-delete to delete half Chinese half Chinese half Chinese delete delete t o delete half Chinese h alf Chinese delete to delete half Chinese half Chinese half Chinese delete to delete half of Chinese characters
- 2022-07-07 14:47:08下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
扫描键盘PIC单片机PIC单片机键盘扫描程序,适合初学者…
键盘扫描程序,适用于PIC单片机的键盘扫描,
适合初学PIC单片机的人学习及借鉴-Keyboard scanner for scanning the keyboard PIC MCU, PIC MCU suitable for beginners to learn and learn from
- 2022-03-07 10:56:56下载
- 积分:1
-
将一个无序数组排为升序数组或降序数组,且不丢失原来数据。...
将一个无序数组排为升序数组或降序数组,且不丢失原来数据。-A disorderly array of row arrays for ascending or descending array, without loss of the original data.
- 2022-07-25 17:42:00下载
- 积分:1
-
ofdm系统中的信道编码和调制方式,是比较全面的模仿了无线信道的一些干扰特性...
ofdm系统中的信道编码和调制方式,是比较全面的模仿了无线信道的一些干扰特性-OFDM system channel coding and modulation method is more comprehensive to imitate some of the wireless channel interference characteristics of
- 2022-02-11 22:10:57下载
- 积分:1
-
AT24C16的读写程序,I2C接口,已经通过测试,说明资料…
AT24C16的读写程序,I2C接口,已经通过测试,注释很详细-AT24C16 literacy program, I2C interface, has passed the test, the Notes are detailed
- 2022-09-08 08:15:02下载
- 积分:1