联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 文章/文档(20) 
按平台查找All Visual C++(20) 

[文章/文档] C经典算法大全

51个经典的算法,例如 Algorithm Gossip: 生命游戏 Algorithm Gossip: 字串核对 Algorithm Gossip: 双色、三色河内塔 Algorithm Gossip: 背包问题(Knapsack Problem) Algorithm Gossip: 蒙地卡罗法求PI Algorithm Gossip: Eratosthenes 筛选求质数 Algorithm Gossip: 超长整数运算(大数运算) Algorithm Gossip: 长PI Algorithm Gossip: 最大公因数、最小公倍数、因式分解 Algorithm Gossip: 完美数 Algorithm Gossip: 阿姆斯壮数
51 classic algorithms (2018-03-13, Visual C++, 1051KB, 下载10次)

http://www.pudn.com/Download/item/id/1520925967172502.html

[文章/文档] 树的最大连通分支

c++实现树得最大连通分支 ,思考斯达克警方
jkas sad fkj cxvkjh sdfkxc fdf (2017-12-30, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1514604211510465.html

[文章/文档] 多项式加法 线性表

我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一个幂数为负数的整数对。 同时输入表达式的幂数大小顺序是随机的。 我们需要做的就是把所给的两个多项式加起来。
We often encounter the sum of two polynomials, where we need to use the program to simulate the realization of adding two polynomials together. First of all, we will have two polynomials, each polynomial is independent, each by polynomial coefficient, exponential number of integers such that the. Such as 2x20- x17+ 5x9- 7x7+ 16x5+ polynomial 10x4 + 22x2- 15 The corresponding expression is: 220 -1 1759 - 77165104222 -15 0. In order to mark the end of each line of the polynomial in the expression followed by a negative integer power of. At the same time, enter the expression power of the size of the order is random. We need to add up to two polynomial do is the. (2017-11-02, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1509552526648661.html

[文章/文档] 20170810154930550

主要功能: 快速加解密,安全解加密,移动加解密,伪装/还原文件夹,隐藏/恢复文件夹等。
Main function: Fast encryption and decryption, secure encryption, mobile encryption and decryption, camouflage / restore folders, hide / restore folders, etc.. (2017-09-18, Visual C++, 4615KB, 下载5次)

http://www.pudn.com/Download/item/id/1505705317968570.html

[文章/文档] 现代密码学 课程设计报告

C语言设计和实现椭圆密码加解密,构思独特,算法新颖!
C language design and implementation of elliptic code encryption and decryption, unique conception, novel algorithm! (2017-07-05, Visual C++, 484KB, 下载2次)

http://www.pudn.com/Download/item/id/1499236833601398.html

[文章/文档] elsfk

新俄罗斯方块,处了具备以往的俄罗斯方块的功能外,外加了很多新的东西,更多刺激,更多快乐,尽在新俄罗斯方块
New Tetris, Department of Tetris with the previous features, plus a lot of new things, more stimulating, more fun, make new Tetris (2010-02-10, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/1062553.html

[文章/文档] lixiaoming

关于空时降维的博士论文,希望对进行相关研究的同志有所帮助。
With regard to lower-dimensional space-time doctoral thesis, wish to carry out relevant research comrades help. (2010-01-07, Visual C++, 1306KB, 下载20次)

http://www.pudn.com/Download/item/id/1032945.html

[文章/文档] Chap5-8

冈萨雷斯数字图像处理5-8章课件(中文)
Digital image processing (2010-01-06, Visual C++, 12078KB, 下载29次)

http://www.pudn.com/Download/item/id/1030716.html

[文章/文档] smalltree

图的最小生成树 【需求分析】 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)建立一个图,其存储方式可以采用邻接矩阵形式,需要定义两个数组,一个存储顶点,一个存储边,存储边的数组表明节点间的连通关系和边的权值; (2)利用普里姆算法和克鲁斯卡尔算法求网的最小生成树; (3)按顺序输出生成树中各条边以及它们的权值。 【算法描述】: 1 普里姆算法:以图中的节点为基础。从某一点出发,选择该点相连的边的最小边,直至图中所有节点都出现在生成树中。 2 克鲁斯克尔算法:以图中节点为基础。将图中的所有边按权值大小排列。从小到大依次选择边,知道这些边将所有节点都联通。
TheSmallTree (2009-12-26, Visual C++, 2KB, 下载57次)

http://www.pudn.com/Download/item/id/1018832.html

[文章/文档] dxs

我做出并调试成功的,可进行多项式的输出,加,减
I make and debug a success, can be polynomial output, add, subtract (2009-12-05, Visual C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/993753.html

[文章/文档] iisrqsmgj

按时打发实打实爱仕达阿斯发发是否阿发发发
Time to pass the real deal is A Love Shidaasi hair hair hair hair hair (2009-11-27, Visual C++, 285KB, 下载2次)

http://www.pudn.com/Download/item/id/984387.html

[文章/文档] jkdde

模拟单边带调幅及解调 基本要求:  产生300 ~ 3400Hz的调制信号,画出时域波形及频谱;  产生载波信号,频率自定义,画出时域波形及频谱;  产生加性高斯白噪声,画出时域波形及频谱;  单边调幅,画出叠加噪声后的调制信号和已调信号的波形及频谱;  设计滤波器,画出幅频响应图;  解调,画出解调后的信号时域波形及频谱,并对比分析。
Simulation of single sideband amplitude modulation and demodulation basic requirements:  300 ~ 3400Hz generate the modulation signal, draw time-domain waveform and frequency spectrum  generated carrier signal, the frequency of self-definition, draw time-domain waveform and frequency spectrum  have a high additive Adams white noise, draw time-domain waveform and frequency spectrum  unilateralism AM, draw superimposed noise signal and the modulation transfer signal waveform and spectrum  design filters, amplitude-frequency response of draw  demodulation, After demodulation of the signal to draw time-domain waveform and frequency spectrum, and comparative analysis. (2009-06-22, Visual C++, 65KB, 下载42次)

http://www.pudn.com/Download/item/id/817038.html

[文章/文档] z4

摘 要:本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
Abstract: This paper studies the direction of arbitrary uniform linear motion blurred image of the fuzzy algorithm to determine the direction of the main motion blur in accordance with the direction of the movement to reduce the high frequency components of the image along the movement direction of the implementation of high-pass filtering, we can make sure gray differential image value (absolute value) and the smallest, the paper is on the basis of this principle to determine a uniform motion blur direction of motion-blurred images using the 3 × 3 direction of the differential multiplier method to determine the direction of motion-blurred images, which can be the restoration of the image is transformed into one-dimensional problem. (2009-05-30, Visual C++, 134KB, 下载40次)

http://www.pudn.com/Download/item/id/783874.html

[文章/文档] hft

恩威白垩纪我不而不忘记而不回家我回家二万二万而或加我喝酒钨合金我就和vwh而惊闻噩耗我
hjdhf jdfhjdbhfbdjfbhdj fbhjd bhfd (2009-04-30, Visual C++, 22KB, 下载1次)

http://www.pudn.com/Download/item/id/738652.html

[文章/文档] classification

在具有模式的完整统计知识条件下,按照贝叶斯决策理论进行设计的一种最优分类器。分类器是对每一个输入模式赋予一个类别名称的软件或硬件装置,而贝叶斯分类器是各种分类器中分类错误概率最小或者在预先给定代价的情况下平均风险最小的分类器。
In a model under the condition of complete statistical knowledge, in accordance with the Bayesian decision theory to design an optimal classifier. Classifier is the input mode of each name given to a category of software or hardware devices, and Bayesian classifier is the classifier in the smallest classification error probability or the cost of pre-given circumstances smallest average risk classifier. (2008-11-24, Visual C++, 3KB, 下载26次)

http://www.pudn.com/Download/item/id/587439.html

[文章/文档] Adams

亚当姆斯预报_校正系统,解决初值问题,并给出计算精度。
Adams _ correction forecasting system, to solve initial value problem, and gives calculation accuracy. (2008-10-11, Visual C++, 1KB, 下载34次)

http://www.pudn.com/Download/item/id/559308.html

[文章/文档] eluosi

俄罗斯方块代码,能使用,而且不是很长
Russian box code, can use, but not for a very long (2008-05-24, Visual C++, 204KB, 下载2次)

http://www.pudn.com/Download/item/id/471972.html

[文章/文档] TextClassify.c++

良好的代码实现,具体表示了贝叶斯网络的实际应用
Good code, specifically expressed in the practical application of Bayesian networks (2008-04-23, Visual C++, 3507KB, 下载117次)

http://www.pudn.com/Download/item/id/444384.html

[文章/文档] code39

一维条码编码规则code39,这个规则详细阐述了39一维条码的编码规则
One-dimensional bar code encoding rules code39, elaborated on this rule, 39 one-dimensional bar code encoding rules (2008-04-17, Visual C++, 150KB, 下载70次)

http://www.pudn.com/Download/item/id/439812.html

[文章/文档] task description & data for assignment 2

利用贝叶斯算法实现的分类器
algorithm using Bayesian classifier (2004-12-06, Visual C++, 27KB, 下载228次)

http://www.pudn.com/Download/item/id/1102335257991583.html
总计:20