-
plural example
复数示例-plural example
- 2022-03-11 09:34:46下载
- 积分:1
-
很不容易找到的一个外国人写的Fp
很不容易找到的一个外国人写的Fp-growth的算法。注释很清楚,编程风格值得借鉴-Not easy to find a foreigner to write the Fp-growth algorithm. Notes It is clear that programming style is worth learning from
- 2023-01-14 16:00:03下载
- 积分:1
-
分支定界的0/1背包问题
分支定界的0/1背包问题-branch delimitation of the 0/1 knapsack problem
- 2022-02-14 20:11:44下载
- 积分:1
-
verilog的111个经典实例
Verilog HDL是一种硬件描述语言,用于从算法级、结构级、门级到开关级的多种抽象设计层次的数字系统建模。 被建模的数字系统对象的复杂性可以介于开关级电路(例如pmos/nmos)、简单的门(例如库单元描述)和完整的复杂电子数字系统之间(例如CPU)
- 2022-01-28 02:35:43下载
- 积分:1
-
鼠标移动得到图片的颜色值和坐标
vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:
Color pointColor = bmp.GetPixel(X, Y);
textBox1.Text = pointColor.R.ToString();
textBox2.Text = pointColor.G.ToString();
textBox3.Text = pointColor.B.ToString();
LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
- 2022-03-16 06:55:49下载
- 积分:1
-
用Csharp语言实现KMP查找匹配算法测试正确算法很快
用Csharp语言实现KMP查找匹配算法测试正确算法很快-Csharp language by KMP matching algorithm to find the correct algorithm to test soon
- 2022-02-02 16:29:45下载
- 积分:1
-
Finds the polynomial p10 of degree less than or equal to 10 that interpolates...
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be Chebyshevs.
- 2022-06-21 05:46:33下载
- 积分:1
-
数组排序,含bubble,quick,insertion,selection四种方法
数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
- 2022-01-25 22:05:51下载
- 积分:1
-
用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好...
用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好-using Gaussian elimination method for equations, the process is a dynamic array definition of the impression that the code was better
- 2023-01-11 09:30:03下载
- 积分:1
-
自适应差分进化
最近一段时间优化方法,尤其是进化计算技术,属于主要讨论的话题。遗传算法中,相对较新的方法,在这一领域 (他们的发展已经开始十或十五年前),越来越会变得越来越流行的工具,为解决日益谱的优化任务,已知的一些实际应用。我们已开始处理这些方法,2000 年夏天。有人能帮助我们解决当今来到焦点的优化问题相对不同套的同样可靠的、 有效的和通用算法需要。除其他外一直在调查以下几个问题: 鉴别材料模型参数、 回归分析、 可以用来从实验 resultstopological optimizationssome 工程任务,例如,钢筋混凝土梁与其他结构和结构构件的优化近似的材料模型参数估计的神经网络的训练。
- 2022-03-29 22:55:26下载
- 积分:1