-
c++链表插入操作,且链表数据元素有序,在插入时对数据进行比较,让其有序...
c++链表插入操作,且链表数据元素有序,在插入时对数据进行比较,让其有序-c List insertion and data elements in an orderly List, when inserted in the data, so in an orderly
- 2023-01-19 10:10:04下载
- 积分:1
-
Source code for filter test and plotting torque speed curve
Source code for filter test and plotting torque speed curve
- 2023-04-01 02:20:03下载
- 积分:1
-
procedures have only mean of 0 and variance for a random number to produce the m...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2022-10-24 11:05:03下载
- 积分:1
-
几个自己编的小程序,仅供大家参考,初学者的几个小程序。...
几个自己编的小程序,仅供大家参考,初学者的几个小程序。-Some own small procedures, for your reference, a few small programs for beginners.
- 2022-05-21 03:42:14下载
- 积分:1
-
OCR识别基础入门
该程序主要实现机器视觉识别中的OCR识别应用——手动在画板上画出一个数字,然后能够自动识别出数字来。代码包含六个文件:preprocessing.cpp,basicOCR.cpp,main.cpp,basicOCR.h,preprocessing.h。主要进行前期图片处理,然后归一化,分类,训练,测试识别等。然后还有一个文件夹内包含测试和训练所需字符图片,总共10类,每类100张图片,每类中前50张用于训练后50张用于测试。
- 2022-11-11 18:40:03下载
- 积分:1
-
regular expression syntax processing software demonstrations illustrate the oper...
表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
- 2022-03-19 01:12:37下载
- 积分:1
-
编写程序 采用单链表表示集合,并实现两个集合的并、交和差...
编写程序 采用单链表表示集合,并实现两个集合的并、交和差-Programming that set a single-linked list, and realize the two collections and, pay and poor
- 2022-03-17 18:44:18下载
- 积分:1
-
利用双缓存刷新屏幕
利用双缓存刷新屏幕-two-cache refresh the screen
- 2022-02-05 12:17:20下载
- 积分:1
-
这个小程序会C的人应该都知道的
这个小程序会C的人应该都知道的-small procedures C should know
- 2022-03-13 10:14:01下载
- 积分:1
-
Measure video quality for calculate
Measure video quality for calculate
- 2023-02-01 07:05:04下载
- 积分:1