-
汇编学习课件,PPtde ,讲得比较详细,没有基础的同学也可以学!...
汇编学习课件,PPtde ,讲得比较详细,没有基础的同学也可以学!-assembly language
- 2022-03-21 00:33:45下载
- 积分:1
-
Count of thousands of factorial, for computers and programmers is a challenge to...
算十万的阶乘,对于计算机和程序员都是一个挑战,本源程序实现了求大数的阶乘,是用汇编写的,相对速度很快,算十万的阶乘在我赛扬2.4,内存256的神舟笔记本上,用了20多分钟.算出得数写在一个TXT文件下,十万的阶乘结果,用记事本打开,都要好一会儿.-Count of thousands of factorial, for computers and programmers is a challenge to realize the source of the order of the factorial of large numbers, is written in the compilation of a relatively quick, and counting of thousands of factorial in my 2.4 Celeron, memory 256 Shenzhou notebook, spent more than 20 minutes.得数calculated to write in a TXT file, the thousands of factorial results, use Notepad to open, should a good moment.
- 2022-08-03 07:00:28下载
- 积分:1
-
虚拟的Win32 API的BSD Unix,在UNIX编译器直接调用Win32 API和# 39…
Virtual Win32 API For BSD UNIX, 可在UNIX下直接编译呼叫标准Win32 API之C/C++原始码, 单一原始码可跨平台, 可在Windows下使用Visual C++对于目标UNIX的程序除错 , 确定没问题后可直接移植至UNIX完全不用修改-Virtual Win32 API For BSD UNIX, in the UNIX compiler directly call Win32 API"s standard C/C source code. a single source for cross-platform, in Windows using Visual C goals for the UNIX debugging procedures, After determining no problem can be transplanted directly to UNIX entirely without changes
- 2023-06-27 07:35:03下载
- 积分:1
-
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助-This way for the ordinary I/O port driver LCD, useful and used, in the hope that everyone has to help
- 2022-08-02 12:09:36下载
- 积分:1
-
a simple service under linux
一个简单的linux下的服务端,有什么问题请多指教!-a simple service under linux-and what problems it should improve!
- 2023-01-22 01:20:03下载
- 积分:1
-
这是一个屠宰场游戏,此游戏很休闲的请大家下载来看看.
这是一个屠宰场游戏,此游戏很休闲的请大家下载来看看.-This is a shambles game, this game of leisure Please download to look at.
- 2023-06-12 06:20:08下载
- 积分:1
-
Related to two bipolar stepper motor control program, please refer to
有关2项双极步进马达控制程序,请各位参考-Related to two bipolar stepper motor control program, please refer to
- 2022-06-19 19:28:05下载
- 积分:1
-
PIC 外部中断 控制程序
此电话用于工作面沿线,与控制台配接,具有沿线的报
警、通话、闭锁等功能。型号 1:开关为旋钮,可以远启远停破碎机、转载机、前部运输机、
后部运输机,对前部运输机或后部运输机进行锁定。型号 2:开关为按钮,与控制台配接可
以闭锁前部运输机或后部运输机。利用PIC16f628A单片机实现控制程序
- 2022-01-31 16:13: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
-
飞利浦320*240液晶驱动,seed13350控制板.
飞利浦320*240液晶驱动,seed13350控制板.-320* 240 Philips LCD driver, seed13350 panels.
- 2022-03-05 07:54:38下载
- 积分:1