Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - binding
Search - binding - List
DL : 0
这是一个用于优化计算的算法,名为分之定界算法.能够优化约束问题.-This is a calculation for the optimization algorithm, known as per-bound algorithm. Be able to optimize the binding problem.
Update : 2024-05-19 Size : 3072 Publisher : 刘军民

DL : 0
弹出窗口的按钮进行事件的绑定 弹出窗口的按钮进行事件的绑定-Pop-up button to pop-up event of the button bound to the binding events
Update : 2024-05-19 Size : 2048 Publisher : liyan

DL : 0
DirectShow Video Capture Java Binding
Update : 2024-05-19 Size : 81920 Publisher : xiaohua

torque游戏引擎绑定的LUA脚本系统源代码,对开发网络游戏时使用LUA脚本有很好的参考价值.-torque game engine binding LUA scripting system source code, on the development of online games use LUA scripts have a very good reference value.
Update : 2024-05-19 Size : 191488 Publisher : lyj

图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake VC++做的-Image segmentation by image processing to image analysis of the key steps involved in computer vision technology to complex problems. In medical images, many applications largely depends on the target images extracted contour accuracy. Based on the differential operator method of detecting almost all more sensitive to noise and can not guarantee that they will get straight edge, can not be used for target identification and analysis. Kass raised by the active contour based on the Snake model [1], with a certain flexibility of the closed curve in the curve shape their own binding and calculated by the image data from the external force under the joint effect of the evolution of the boundary to approximate the target , completion of the image segmentation. GVF snake VC++ Make the
Update : 2024-05-19 Size : 149504 Publisher : happynp

.netDBBind
DL : 0
与常用的WINFORM控件配合使用,实现常用控件的绑定。-WinForm with the commonly used controls used in conjunction to achieve common binding controls.
Update : 2024-05-19 Size : 2048 Publisher : beebon

此代码是关于图像复原的,融入了运动模糊图像复原,非约束复原等技术!-This code is about the image restoration, and integrated into the motion-blurred image restoration, rehabilitation technologies such as non-binding!
Update : 2024-05-19 Size : 232448 Publisher : zhanghf

DL : 0
vhdl语言的程序基本结构,很有用的资料,结好了很多程序源代码-VHDL procedures for the basic structure of language, very useful information, a lot of good binding source code
Update : 2024-05-19 Size : 68608 Publisher : fff

结合铁路客票网络应用现状,分析已有监控软件系统的不足,设计出符合实际需求的 网络资源监控系统框架,包括控制台端和代理端设计方案,以及辅助管理的故障处理专家知识 库。最后按照设计方案,在Unix平台上采用面向对象开发语言c++,完成网络资源监控软件开 发,并在实践中得以应用。-Binding status of railway ticket network applications, analysis has been insufficient monitoring software system designed to meet the actual needs of the network resource monitoring system framework, including the Console client and proxy client design, and supporting the management of fault Knowledge experts deal. Finally in accordance with the design, in the Unix platform using object-oriented development language c++, The completion of network resources monitoring software development, and applied in practice.
Update : 2024-05-19 Size : 192512 Publisher : dragonwal

DL : 0
很好的一个软件,你可以用这个软件来进行ip绑定-A very good software, you can use this software to ip binding
Update : 2024-05-19 Size : 866304 Publisher : aihenjiandan

DL : 0
界面化的数据搜寻和数据绑定,可以成为一个组件使用-Interface of the data search and data binding, you can become a component of the use of
Update : 2024-05-19 Size : 57344 Publisher : 王圣

The Ch JPEG package is a Ch binding to the JPEG C library
Update : 2024-05-19 Size : 402432 Publisher : chien

GridView的基础用法,包括上传,下载文件;绑定等等功能,很全。-GridView the basis of usage, including upload and download files binding function, etc., it is wide.
Update : 2024-05-19 Size : 97280 Publisher : sunxiaoya

DL : 0
利用SendARP扫描并获取当前网络上与相应IP地址绑定的网卡MAC物理地址。-Use SendARP scan and network access to the current IP address binding with the corresponding network card MAC physical address.
Update : 2024-05-19 Size : 265216 Publisher : fuxg

WPF数据绑定 没安BLAND的可以到http://www.microsoft.com/expression/products/download.aspx?key=blend2preview下载-WPF data binding can be no security Bland to download http://www.microsoft.com/expression/products/download.aspx?key=blend2preview
Update : 2024-05-19 Size : 89088 Publisher : th

一个数据库程序,实现的数据的连接绑定,及GridView等的使用.各数据的控制-A database program, the realization of the data connection binding, and the use of such as GridView. The data control
Update : 2024-05-19 Size : 129024 Publisher : 覃生

图像复原操作,运动模糊图像复原,非约束复原,逆滤波退化,逆滤波复原,加噪退化,维纳滤波复原的源代码。注意仅针对256色位图。-Image restoration operation, motion-blurred image restoration, non-binding recovery, inverse filtering degradation, rehabilitation of inverse filtering, noise degradation, Wiener filter to recover the source code. Attention to only 256 colors bitmap.
Update : 2024-05-19 Size : 272384 Publisher :

网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Update : 2024-05-19 Size : 26624 Publisher : 张建顺

DL : 0
毕业论文格式及内容的统一要求,,封面→开题报告→目录→正文→指导教师评阅→同行专家评阅意见→成绩评定表(任务书单独装订)。-Thesis format and content standard requirements, the report title to open the cover → → directory → body → → Review instructor views peer comment → Grading Table (separate tasks book binding).
Update : 2024-05-19 Size : 594944 Publisher : 042201111232

上网绑定功能,SQLite数据库,ARP获取MAC地址-Internet-binding function, SQLite database, ARP access to MAC Address
Update : 2024-05-19 Size : 1412096 Publisher : ljm
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.