Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - idea
Search - idea - List
DL : 1
使用VB语言实现的卡尔曼滤波源程序, 其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。 -The use of VB language source realize the Kalman filter, the basic idea is: the use of signal-to-noise state-space model, one time use of the former and current estimated value of the observed values at all times to update the estimate of state variables, and emerged moments estimated value. It is suitable for real-time processing and computing.
Update : 2024-05-17 Size : 1024 Publisher : 张平

DL : 0
计算几何讲义,特别适合开发者适用,很多先进的思想-Computational geometry notes, is particularly suited to the application developers, many advanced the idea of
Update : 2024-05-17 Size : 876544 Publisher : 少华

一篇利用小波理论实现数字图像边缘检测的方法的文章,可以实现多尺度多分辨率的边缘检测,其基本思想来源于金字塔算法,和传统算子相比有不少优势-The use of wavelet theory to achieve a digital image edge detection method of the article, you can realize multi-scale multi-resolution edge detection, the basic idea comes from the pyramid algorithm, and traditional operator has many advantages compared to
Update : 2024-05-17 Size : 115712 Publisher : 郭炳煜

DL : 0
通过链表实现多项式得加法。。思想是3层循环建立一单向循环链表,实现循环相加-Through the list to achieve a polynomial adder. . 3 layer idea is to establish a one-way circle circle list, add up to realize the cycle
Update : 2024-05-17 Size : 2048 Publisher : pu

一个经典的页面数据采集工具RoadRunner.其关键思想是通过处理页面比较得到的mismatch来不断地修改当前的模板,最终推导出能够覆盖例子页面的模板,然后根据模板来实现对类似 页面的信息抽取。 -A classic page data collection tool for RoadRunner. The key idea is to be compared through the pages deal with the mismatch to continue to modify the current template, and ultimately derived from examples to cover page template, and then come to realize in accordance with the template page for similar information extraction.
Update : 2024-05-17 Size : 2313216 Publisher : 陈伟

它的基本思想是:初始时,使用一个较大的阈值将两个目标分开,但目标间的间隙很大;在减小阈值的过程中,两个目标的边界会相向扩张,它们接触前所保留的最后像素集合就给出了目标间的最终边界,此时也就得到了阈值-Its basic idea is: the initial, use a larger threshold will separate the two objectives, but a large gap between the objectives in the process of reducing the threshold, the two goals of the expansion of the border will be opposite, they contact reservations prior to the last pixel on the given set of final borders between the objectives at this time there have been threshold
Update : 2024-05-17 Size : 1024 Publisher : 刘波

DL : 0
可以实现RIJNDEAL和IDEA 2种加密方法的完整程序,还可以看到加密的所用时间的情况-Can be achieved RIJNDEAL and encryption methods IDEA 2 species of the integrity of the procedure can also be used to see the encryption time
Update : 2024-05-17 Size : 236544 Publisher : yy

源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章"滑动窗口压缩",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。-The source code since the idea of reference written by Mark Nelson
Update : 2024-05-17 Size : 79872 Publisher :

DL : 0
编译器教程,教您如何使用高级语言来编写一个编译器,从而学会编译原理的思想,对计算机的编译过程有一个大致且初步的认识。-Compiler tutorials teach you how to use the high-level language to write a compiler, thus the idea of the Institute of Compilation Principle of computer compiler process and have a general awareness of the preliminary.
Update : 2024-05-17 Size : 23552 Publisher : 钱磊

DL : 0
it is a simple idea coming out sniffer software.you can learn some things form the source code for the beginner,based on vc++6.0 ide. -it is a simple idea coming out sniffer software.you can learn some things form the source code for the beginner, based on vc++ 6.0 ide.
Update : 2024-05-17 Size : 54272 Publisher : frisky_zhang

DL : 0
空间数据分析中最常用的是聚类分析,而K-MEANS算法是聚类分析中常用的,其主要思想是在给定的聚类数目下对多维(我做的是三维空间点)向量进行聚类,-Spatial data analysis is the most commonly used cluster analysis, while the K-MEANS algorithm is commonly used in cluster analysis, the main idea is to set the number of under the multi-dimensional clustering (I make the three-dimensional space-point) vector cluster,
Update : 2024-05-17 Size : 6144 Publisher : tangkezong

DL : 0
RCC串口通讯协议设计思想是基于帧传输方式,即在向MODEM(RS232)发送数据时是一帧一帧地发送,对于应用程序来讲,应用程序所发送的和所接收的都是流式数据,即如果应用程序需要进行上层的协议解释的话,它将面对这些流数据的重新拼装。为保证可靠的传输,在RCC进行数据传输时,采用发送/应答/握手/失败方式,即发送一帧数据,一个应答,若应答没收到,重新进行协商握手,握手失败则向应用程序报告错误。-RCC serial communication protocol design idea is based on the frame transfer mode, that is, to the MODEM (RS232) when sending data is a one to send, for the application, the application to send and receive are streaming data, that is, if the application is needed to explain the upper agreement, it will face these streaming data re-assembled. In order to ensure reliable transmission, data transmission in the RCC, the use of send/response/handshake/failure, that is to send a data, a response, if response not received, re-consultation to shake hands, shake hands with the failure of the report to the application error .
Update : 2024-05-17 Size : 173056 Publisher : 蒋硼

一个Delphi强人写的,包含很多软件工程的思想,对面向对象和面向过程编程有很深见解-Delphi to write a strongman, and contains a lot of software engineering, the idea of object-oriented and process-oriented programming has deep insights
Update : 2024-05-17 Size : 831488 Publisher : 刘小齐

OtherPSO
DL : 0
PSO最早是由Eberhart和Kennedy[1,2]于1995年提出的,是一种基于群智能方法的演化计算技术,起源于对简单社会系统的模拟,最初设想是模拟鸟群觅食的过程,但后来发现PSO是一种很好的优化工具。-PSO was first used by Eberhart and Kennedy [1,2] in 1995, is a group of intelligent methods based on the evolution of computing technology, originated in the social system of a simple simulation, the initial idea is to simulate the process of foraging birds, but later found PSO is a good optimization tool.
Update : 2024-05-17 Size : 30673920 Publisher : yunyun

DL : 0
Special thanks to Rick Valstar for the original idea and solution to this problem. Download Rick s original solution in VB.NET above.
Update : 2024-05-17 Size : 46080 Publisher : 史立坤

A long time ago, I wondered how Microsoft Access put an Edit control on the context menu!!! Then I got another idea… why do we not use any group of controls on the context menu??? This will make our user interface easier to use and even faster. The good news is that you can make it the same way you design a user control or a form using the Visual Studio designer.-A long time ago, I wondered how Microsoft Access put an Edit control on the context menu!!! Then I got another idea ... why do we not use any group of controls on the context menu??? This will make our user interface easier to use and even faster. The good news is that you can make it the same way you design a user control or a form using the Visual Studio designer.
Update : 2024-05-17 Size : 41984 Publisher : 史立坤

DL : 0
字模提取软件,可以将汉字的输出多种格式的字模,些程序可提供一个字模转换的思路-Matrix extraction software, Chinese characters can be output in multiple formats of the matrix, these procedures can provide an idea of the conversion matrix
Update : 2024-05-17 Size : 26624 Publisher : lf

该综述介绍了分层次聚类法,最大距离样本,K平均聚类法等聚类方法的思路。-Summary of the introduction of the hierarchical clustering method, the greatest distance from the sample, K the average clustering method, such as the idea of clustering method.
Update : 2024-05-17 Size : 47104 Publisher : 小雨

类间方差阈值分割是在最小二乘法原理基础上推导出来的,其基本思路是将直方图在某一阈值处理分割成两组,当被分成的两组的方差为最大时,决定阈值。-Otsu threshold segmentation is based on the principle of least square method derived, and its basic idea is to be a threshold in the histogram is separated into two groups of treatment, when the two groups were divided into the variance was the largest, the decision thresholds.
Update : 2024-05-17 Size : 1024 Publisher : 孙建青

DL : 0
遗传算法,pdf格式,适合于初学者。主要讲述遗传算法的思想。我就是通过这个学习的遗传算法。-Genetic Algorithm, pdf format, suitable for beginners. Focuses on the idea of genetic algorithm. I was learning through the genetic algorithm.
Update : 2024-05-17 Size : 254976 Publisher : caihaibin
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.