-
一维码生成程序C#
资源描述一维码生成程序C#的,一维码的原理,生成。有两个版本,都是C#,可以选择code128 39等
- 2023-01-12 19:30:03下载
- 积分:1
-
Discrete Fourier Transform
离散分数阶傅立叶变换-Discrete Fourier Transform
- 2023-04-06 14:05:04下载
- 积分:1
-
generate random passwords, user
生成随机密码,好用不错-generate random passwords, user-friendly good
- 2022-06-02 07:16:46下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序3
按照既定的步长,输入后筛选已有数据 程序3-accordance with the established step, the imported data screening procedures have been 3
- 2022-01-25 18:44:47下载
- 积分:1
-
迭代算法,迭代
雅可比算法,迭代的 -Jacobian algorithm, the iterative
- 2022-11-30 06:35:03下载
- 积分:1
-
人脸识别V2
这个软件是真的人脸识别。这是示例代码。我想这将给予帮助。我们使用C#语言进行编程。这是很好的样本。
- 2022-12-30 21:45:06下载
- 积分:1
-
Monte Carlo method known as random or statistical skills test method. More than...
蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。
-Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
- 2022-07-14 13:23:24下载
- 积分:1
-
labview 角度的正弦值计算
在labview自己打包的一个小程序,可以实现角度的正弦余弦计算,从而补充了lv中只有弧度计算的小缺憾。
- 2022-03-19 02:58:27下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
基于verilog编写的ram冒泡排序程序
应用背景本程序是基于verilog编写的ram冒泡排序程序,可将任意输入的16个64比特的数进行排序,仿真都通过,可在其上修改进行更大数据量的排序,对开发FPGA有很大的借鉴意义关键技术利用冒泡排序实现的verilog程序,通过构建状态机实现,可由FPGA开发板实现,本程序是对16个数进行排序,可在其上进行任意数任意大小的扩充
- 2022-11-26 19:35:06下载
- 积分:1