-
Written in assembly code using random number generation algorithm: program mainl...
用汇编代码写的随机数生成算法:
程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
- 2022-08-13 21:17:06下载
- 积分:1
-
声音文件,可以通过文件的学习从而达到可以应用程序来这频率,从而达到学习的效果...
声音文件,可以通过文件的学习从而达到可以应用程序来这频率,从而达到学习的效果-voice file, you can use the document so as to achieve the learning process can be applied to this frequency, so as to achieve the effect of learning
- 2022-02-13 23:56:34下载
- 积分:1
-
显示led数码管的控制程序
显示led数码管的控制程序-show led to the digital control procedures governing
- 2022-03-02 04:32:12下载
- 积分:1
-
AVR汇编百例,从别人出弄来,希望对大家有所帮助
AVR汇编百例,从别人出弄来,希望对大家有所帮助-Compilation of 100 cases of AVR, get out from others, and they hope to help everyone
- 2022-08-07 08:57:19下载
- 积分:1
-
等精度频率计 利用51单片机实现 有源码以及执行文件
等精度频率计 利用51单片机实现 有源码以及执行文件-Such as the use of precision frequency source have 51 single-chip implementation and the implementation of document
- 2023-04-04 10:55:03下载
- 积分:1
-
一款非常小的液晶显示屏,适合于便携式设备使用。
一款非常小的液晶显示屏,适合于便携式设备使用。-A very small LCD screen, suitable for use in portable devices.
- 2022-02-04 23:02:46下载
- 积分:1
-
基于 飞思卡尔单片机 MODBUS汇编源程序
可以
基于 飞思卡尔单片机 MODBUS汇编源程序
可以-FREESCALE
- 2023-03-06 18:00:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
RRKM MULTIPLE
RRKM理论计算反应速率常数,非常有用的单分子反应速率源代码-RRKM MULTIPLE-REACTION PROGRAM, WITH PROVISION FOR OUTPUTTING MICROSCOPIC
RATES
- 2023-05-04 00:00:03下载
- 积分:1
-
多功能按键判断程序,可以自如的判断何健按下
多功能按键判断程序,可以自如的判断何健按下-Multi-function button to determine the procedure, you can easily judge Arthur Press
- 2022-01-25 16:29:03下载
- 积分:1