搜索资源列表
程序演示
- 可视化冒泡排序,其中包含了冒泡排序的具体算法,以及如何将结果通过可视化的编程工具C++Biulde实现-visualization Bubble Sort, which includes Bubble Sort of a specific algorithm, and how will the results of visual programming tools to achieve C Biulde
下拉式日历
- 下拉式日历 PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统的数据库应用程序。-drop-down
数字转英文
- 数字转英文 PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统的数据库应用程序。-figures t
繁体简体字转换
- 繁体简体字转换 PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统的数据库应用程序。-conver
delphi-calculator
- 完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面; (2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码; (3) 使用delphi语言编写代码 程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator graphics interface; (2) the u
pascalbianyi
- 一个相当不错的词法和语法分析器,基于可视化的,很好用的-a pretty good morphology and syntax analyzer, based on the visualization of the good
base_on_neroSDK_VC_record
- 用VC开发的nero刻录程序,可实现建立任意层(小于128)的目录,可视化操作-development of the VC nero burning procedures, for the establishment of arbitrary layer (less than 128) to the directory, Visualization operation
04GIS
- 此系统是我们学校的一个小的可视化的GIS系统.-that our school system is a small visualization of the GIS system.
runtime_chg
- 这个例子让你的程序可以在运行期间对控件进行选取、移动、动态更改所选对象尺寸等可视操作,和Delphi中的控件编辑很相似! 原是从国处论坛上抓过来的代码,只是原来的代码有BUG。-the example for your program can run in the period to control for selection, moving, Dynamic changes in the size, and other selected targets visualization oper
Iso89duno
- 此程序采用数据并行方式 //每个处理器执行相同的可视化流程: // vtkImageReader -> vtkContourFilter -> vtkElevationFilter //另外,第一个处理器创建n个输入接口(n=处理器个数-1),同时其它处理器 //分别创建输出接口与其对应.第一个处理器合成自己和其它处理器输出的 //多边形数据,并将其显示出来.-procedure used data parallel way / / each processor
personal_address_list
- 挺不错的通讯录。希望大家喜欢,基于可视化作业。-quite good contacts. Hope you like, for the visualization operations.
TbcISAPIFilter2.1
- 简介 TbcISAPIFilter.ISAPI.Filter.Component.for.Delphi.v2.1.WinALL.Retail.Source.Code-DVT TbcISAPIFilter代给你让你在Delphi 4,5,6,7和C++ Builder中可视化开发的体验。把这个组件拖放到数据模块上,按照你希望的方式处理事件。可视化地设置过滤器的优先级别。本组件带有IIS 认证过滤例子的DLL源代码。 -brief TbcISAPIFilter.ISAPI.Filter
CSCAN
- 一个用VC++实现的CSCAN扫描算法。但是不是可视化界面-a VC with the rltrasonic scanning algorithm. But is visualization interface.
vbmigong
- 自己写的。由VB开发的模拟走迷宫的程序。 有良好的可视化交互环境,经典的寻路策略 及详细的注释。-wrote it myself. By VB simulation Maze procedure. A good interactive visualization environment, find their own path to the classic strategy and detailed comments.
80例上手Delphi7编程_07数据库应用
- 1.Session获取BDE信息 2.可视化创建数据表格 3.SQL语句的使用 4.“一对多表”的设计 5.文本和数据记录的转换 6.ADO的网络调用 7.多媒体数据库的使用 8.IntraWeb技术的实现 9.Rave报表的数据库使用 10.决策图的使用-1.Session access to information BDE 2. Visualization create data tables 3.SQL expressions 4. The "one-to-many table,
kmlhandbook
- This upload is exaple codes from the book entitled "The KML Handbook, Geographic Visualization for the Web". It includes exaples and codes for all the eight chapters as .kml files.-This upload is exaple codes from the book entitled "The KML Handbook,
Research-of-Visualization-of-C
- 分析C程序的函数调用机制,阐述函数调用可视化实现技术,并利用GNU编译器工具链跟踪函数,对函数调用进行可视化展示,从而有助于对复杂函数调用特别是递归调用中的算法设计、栈区使用、代码优化等内容的理解。- The thesis analyses the mechanism of function call in C program,explains the realization technology of Visualization of function call,and displays th
conplex-network-visualization-review
- 本文全面介绍了复杂网络可视化技术的研究进展,讨论了可视化布点算法 和压缩算法,并介绍了若干具有代表性的复杂网络可视化工具、列举了复杂网络可视化技术在相关领域的应用-This article fully describes the complex network visualization technology progress, discuss the visualization of distribution algorithms and compression algorithms, a
visualization-analyze-tools
- 本文详细介绍了可视化工具的系统架构和各个部分的设计与实现,并通过一个科研合作网示例验证了这个系统-This paper describes the system architecture of the visualization tools, and various parts of the Design and Implementation of this system, and through the example of a network of scientific collaborat
Satellite-Labview-Visualization
- 利用LabVIEW的Active X模块以及STK的Connect 模块实现两种软件交互的方法,通过LabVIEW 的Active X功能连接STK,利用Connect模块中的指令驱动STK产生卫星的相关数据,最终将有关数据返回至Lab VIEW中并显示出来,实现了Lab VIEW与STK的无缝连接-Design of a Satellite Orbit Prediction Visualization Platform Based on Lab VIEW and STK A me