-
VB, ASP, JS, VBS use MD5 module is very practical喔!
- 2022-11-15 15:15:03下载
- 积分: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
-
计算今天星期几的汇编程序,没有用过程方法直接编写的程序...
计算今天星期几的汇编程序,没有用过程方法直接编写的程序-Today, a compilation of the calculation procedure a few weeks, there is no direct way to use the process of a program written in
- 2023-07-31 00:50:03下载
- 积分:1
-
实现账号输入时信息,输入账号和密码,图形显示
实现账号输入时信息,输入账号和密码,图形显示-Input to achieve account information, enter the account number and password, and graphical display
- 2022-05-01 02:26:03下载
- 积分:1
-
编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,...
编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。
(1)利用单循环链表作为存储结构模拟此过程;
(2)键盘输入总人数、初始报数上限值m及各人密码;
(3)按照出列顺序输出各人的编号。-Numbered 1,2 ... n of the n individuals sitting clockwise circle, each holding a password (positive integer). An optional start a positive integer as the number of reported upper limit of m, from the first person to embark on the clockwise direction starting from a sequence reported the number of stop newspaper report m the number of people who reported m out of the column, as his password The new m value, in a clockwise direction from his next start back from a newspaper a few, and so on, until all all out of the column until a program designed to find out the column order. (1) the use of one-cycle simulation in this linked list storage structure as a process (2) the total number of keyboard input, the initial report and the person m the upper limit o
- 2023-05-21 04:10:03下载
- 积分:1
-
青岛分类信息网整合企业名录.供大家分享
青岛分类信息网整合企业名录.供大家分享 -classification Qingdao Information Network Integration Business Directory. For everyone to share
- 2022-10-03 00:00:03下载
- 积分:1
-
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化-using win32 compilation prepared by the charm of the color swirl, forms a dozen changes
- 2022-02-04 18:52:07下载
- 积分:1
-
C通讯录代码,简单实用~~~ ~~~ ~
C通讯录代码,简单实用~~~ ~~~ ~
-C code, simple and practical
- 2022-05-15 19:11:32下载
- 积分:1
-
windows sizer 汇编源代码
windows sizer 汇编源代码-windows Sizer compiled source code
- 2022-01-25 15:28:24下载
- 积分:1
-
Assembly language to prepare the design of the electronic clock source on the cu...
汇编语言编写的电子钟设计 源码
对课程设计 很重要-Assembly language to prepare the design of the electronic clock source on the curriculum design is important
- 2022-10-30 21:45:03下载
- 积分:1