-
with DSP5410 achieve PN code, assembly language programming
用DSP5410实现PN码,汇编语言编程-with DSP5410 achieve PN code, assembly language programming
- 2022-01-26 01:31:15下载
- 积分:1
-
LCD and digital control with a timer to remind the circuit, assembly language
带有LCD和数码管的计时器提醒电路,汇编语言-LCD and digital control with a timer to remind the circuit, assembly language
- 2022-10-22 23:10:03下载
- 积分:1
-
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p...
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行"cjgl"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分的功能。-This is a performance management system for students, "I" to insert said, "L" said View, "Q" said inquiries, "E" from "D" to delete said, "M" said the amendments, "c", said Statistics the fraction of the number of "p" said Print. this procedure was realized : (a) separate operations over the function, which is to enter the main menu after a point after the closure of function keys, and entered the main menu point other function keys. To run "cjgl documents" in the main interface midpoint "I" can be inserted in the data, insert, after closing; At the midpoint of the main interface, "M", may revise the data, modify, after the closure, the same
- 2022-04-21 15:42:22下载
- 积分:1
-
Win32Asm languages used to calculate the 1901
用Win32Asm语言编写,计算1901-2050的农历、节气数据。-Win32Asm languages used to calculate the 1901-2050 Lunar, Solar data.
- 2022-03-09 15:31:54下载
- 积分: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
-
分类统计字符个数
汇编程序源代码,实现了一个小功能,初级学习者...
分类统计字符个数
汇编程序源代码,实现了一个小功能,初级学习者-Number of disaggregated statistical character assembler source code, to achieve a small function, primary learners
- 2022-04-22 07:43:55下载
- 积分:1
-
控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路...
控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路-control LED change slowly and gradually darken-a compilation of the procedure. Beginners can analyze, It will be able to learn some programming methods and ideas
- 2022-07-21 23:35:03下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1
-
用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过...
用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过-assembly language bx to register with the contents of 10 band forms on the screen output using recursive algorithm, a total of 45 procedures in order masm5.1 link3.60 through debugging environment
- 2022-05-09 07:40:43下载
- 积分:1
-
IO BIOS资源下载
io bios ziyuan xia zai -io bios ziyuan xia zai
- 2022-08-10 21:01:19下载
- 积分:1