-
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置...
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置 -Input a key string, and then enter the string a sentence to identify key positions in the sentence
- 2022-02-05 08:52:55下载
- 积分:1
-
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值-A large number of programmers ADuc831 code, using assembly language to prepare, a good reference
- 2022-12-07 23:05:03下载
- 积分:1
-
小型加减乘除计数器
小型加减乘除计数器-ASM程序,包含LINK.EXE,MASM.EXE.-small counter- ASM procedures, including LINK.EXE, MASM.EXE. Thank you
- 2022-02-04 23:27:56下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2022-05-12 18:46:21下载
- 积分:1
-
此打字游戏采用取系统时间生成随机数来完成的,打开letter.exe文件,输入1则进入游戏 输入2,选择游戏难度
3或Ese退出游戏....
此打字游戏采用取系统时间生成随机数来完成的,打开letter.exe文件,输入1则进入游戏 输入2,选择游戏难度
3或Ese退出游戏.
-This typing game check the system time used to generate random numbers to be completed and opened letter.exe document, enter an input into the game 2, or 3 to choose the game difficulty Ese exit the game.
- 2022-02-01 23:45:44下载
- 积分: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
-
hello.c program sample
hello.c program sample
- 2022-06-13 16:52:17下载
- 积分:1
-
ASP的web在线聊天室源码,程序实现了许许多多的特点…
asp的web在线聊天室源程序,程序实现了聊天室的许多功能,特别是刷新功能,做到了实时刷新(有人说话才刷,保持.zip-asp online chat rooms of the web source, the program achieved many of the features chat rooms, especially the refresh function, so the real-time refresh (some say only brush and maintain. zip
- 2022-03-13 07:14:32下载
- 积分:1
-
using assembly language to achieve names scheduling problem, according to the al...
用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母-using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters
- 2023-05-20 02:05:04下载
- 积分:1
-
ht6222的接收程序
ht6222的接收程序 -ht6222 reception procedures
- 2023-05-16 10:30:03下载
- 积分:1