-
This is my own system of course a student, I hope we can exchange ideas, opinion...
这是我自己编的一个学生选课系统,希望大家互相交流,友好的意见提出来!-This is my own system of course a student, I hope we can exchange ideas, opinions and friendly!
- 2022-03-14 01:20:47下载
- 积分:1
-
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王...
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王-Circulation list set up, implementation procedures for the election of the King: Enter the N monkeys, monkeys from the first start off (M), only a few of the m Monkey on the introduction of such a cycle has been the last remaining Monkey is a monkey Wang! !
- 2022-04-02 04:42:32下载
- 积分:1
-
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用...
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用
-Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
- 2022-12-26 01:25:03下载
- 积分:1
-
数控电源,包括程序。硬件原理图。已经通过调试可以使用。...
数控电源,包括程序。硬件原理图。已经通过调试可以使用。-NC power supply, including the program. Hardware schematic diagrams. Have been through the debugger can be used.
- 2022-10-01 21:20:04下载
- 积分:1
-
各色各样的霓虹灯汇编源程序和exe执行程序
各色各样的霓虹灯汇编源程序和exe执行程序-all kinds of neon source and compilation procedures exe
- 2022-12-04 10:05:03下载
- 积分:1
-
51SourceCode
这时用汇编语言编写的GSM模块接口程序,适用于用GSM模块进行报警的场合。适用于与51系列单片机的接口。本程序经过测试和调试是成功的(At this time, prepared to use assembly language interface program GSM module for use GSM alarm module occasions. Applies to 51 series single-chip interface. This procedure has been tested and debugged is successful)
- 2008-12-22 19:17:13下载
- 积分:1
-
at892051模拟串行通讯程序
at892051模拟串行通讯程序-at892051 simulated serial communication program
- 2022-01-31 19:49:14下载
- 积分: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
-
manchester_verilog
manchester_verilog源代码(manchester_verilog source code)
- 2008-07-11 08:50:53下载
- 积分:1
-
compilation audible procedures and the DOS function, and produce EXE document, t...
汇编发声程序,先在DOS下功能调用,并产生EXE文件,执行可产生-compilation audible procedures and the DOS function, and produce EXE document, the Executive can produce
- 2022-06-14 16:40:13下载
- 积分:1