-
基本的C语言线性代数函数库,在linux下可直接编译;在windows下要显示地申明包含...
基本的C语言线性代数函数库,在linux下可直接编译;在windows下要显示地申明包含-basic linear algebra C language library in Linux can be directly translated; Under the windows to show to affirm include
- 2022-05-20 22:04:18下载
- 积分:1
-
sm2椭圆曲线公钥密码算法
该pdf是国家商用密码管理局发布的SM2椭圆曲线公钥密码算法。pdf给出了非常详细的说明和介绍。
- 2023-05-22 13:30:03下载
- 积分:1
-
大学里必学的数值分析,必做程序之一。。。。 vb编写
大学里必学的数值分析,必做程序之一。。。。 vb编写-University will study the numerical analysis, one must do procedures. . . . Vb prepared.
- 2022-08-05 15:27:44下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分:1
-
99 秒计数器
99秒计数器控制器由程序计数器、指令寄存器、指令译码器、时序发生器和操作控制器等组成,是发布命令的“决策机构”,即协调和指挥整个微机系统的操作。其主要功能有:(1) 从内存中取出一条指令,并指出下一条指令在内存中的位置。(2) 对指令进行译码和测试,并产生相应的操作控制信号,以便于执行规定的动作。(3) 指挥并控制CPU、内存和输入输出设备之间数据流动的方向。微处理器内通过内部总线把ALU、计数器、寄存器和控制部分互联,并通过外部总线与外部的存储器、输入输出接口电路联接。外部总线又称为系统总线,分为数据总线DB、地址总线AB和控制总线CB。通过输入输出接口电路,实现与各种外围设备连接。
- 2022-03-07 05:04:03下载
- 积分:1
-
asdasdasdasdasd
asdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdd
- 2023-05-06 23:00:03下载
- 积分:1
-
AES加密算法 C语言
本算法是关于高级加密标准AES的源代码描述,亲测可用,里面有测试代码,可以在命令行看到测试的加解密效果,需要的亲可以下载来试试哦!
- 2023-07-23 10:35:04下载
- 积分:1
-
a very good interpolation procedures
一个非常好的插值程序-a very good interpolation procedures
- 2023-04-16 01:15:03下载
- 积分:1
-
快速排序,时间和迭代
资源描述快速排序的C + +,20000种元素(如果你想的话你可以改变)与时间和迭代次数显示
- 2022-02-03 00:26:52下载
- 积分:1