搜索资源列表
opcda-bcb-o
- 使用OPCST开发的进程外OPCDA服务器(C++Builder),利用OPCST工具包,可以在30分钟内开发出一个基本的OPCDA服务器。支持1.0和2.0。-use OPCST process of the development outside OPCDA server (C Builder), using OPCST kits in 30 minutes to develop a basic OPCDA server. Support 1.0 and 2.0.
cellcount.自己用C++ Builder设计的一个细胞处理软件
- 自己用C++ Builder设计的一个细胞处理软件,内部包含基本的图像处理功能,而且实现了细胞计数的功能。,Their use of C++ Builder designed a cell-processing software, internal include basic image processing functions, and the realization of the functions of the cell count.
Project1
- 实现基本的摄像头采集视频,采用C++Builder和DirectShow编写,在C++Builder环境中可以执行-The realization of the basic collection of video camera, using C++ Builder and DirectShow prepared in C++ Builder environment can perform
prefuse.flare-alpha-20090124
- 用于flash/flex的 as3的 2D图形图像图表的动态生成-Flare is a collection of Actionscr ipt 3 classes for building a wide variety of interactive visualizations. For example, flare can be used to build basic charts, complex animations, network diagrams, treemaps, and mor
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
class_code
- 这是一个用C++Builder4.0编写的小型数据库应用程序(原创)。这个程序是我学数据库的第一个比较象样的练习程序,在有了一些实际开发经验后,现在重新修改了这个程序,并尽量演示使用了各种控件的基本用法和操作数据库的基本技巧,希望您能从中得到不少启发。 由于数据库使用的是Paradox,访问时必须有Borland数据库引擎(BDE),如果您的系统没有装BDE,则需要下载一个5M的BDE,也就是下面提供的Borland数据库引擎安装文件,安装BDE之后才能运行本程序。如果要使用别的地
library
- 图书馆管理系统,C++builder DBE连接SQL,提供:流通管理(图书借阅,图书归还,图书续借,逾期清单,逾期罚款) 读者管理(类别设置,档案管理) 图书管理(类别设置,档案管理)等基本功能.-Library Management System, C++ builder DBE Connect SQL, provide: the flow of management (to borrow books, books to return, renewals, overdue lists, ov
Basic
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
DosImage
- C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
QQLoginBat
- 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
getdiskserial_chs
- GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
bbbb
- 一个图像处理软件源码BCB,有基本绘图、图像特效处理等-An image processing software source code BCB, basic drawing, image processing, effects
basicoperationformap
- 包括了图的大部分基本算法,每一种算法都以邻接矩阵与邻接表两种形式给出,算法包括建图,图的遍历(如DFS和BFS),最小生成树,从某个源点到蓁各顶点的最短路径等-Includes most of the basic graph algorithms, each algorithm is to adjacency matrix and adjacency list is given in two forms, algorithms, including the construction of map
Create_Shortcut_on_Desktop
- Create shortcut is the basic aplicatation that create shortcut on desktop.
TCPIP1
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -Book complete and detailed introduction to TCP/IP protocol is how to achieve. Readers book, Volume 1, should have elaborated on
uCGUI
- ucgui基础教程,对于ucgui的初学者很有用的,分享了!-ucgui basic tutorial, very useful for beginners
Builder
- 建造者模式编程,完整代码及运行结果截图 题目: 比如我们要通过一个汽车加工厂,组装一辆汽车;汽车由车头,车身,车尾3部分组成;它的基本组装步骤是: 组装车头 组装车身 组装车尾 不管被组装的是吉普车,卡车,还是公交车,它们都可以各自重新定义车头,车身与车尾的组装方法;而通过这些被重新定义的组装方法,通过相同的组装步骤就可以组装具有不同属性的各类汽车了。-Model builder program code and operating results capture the
CPP-Builder
- PCAN Basic API example code for PCAN CAN bus analyzer tool to monitor from PC.
ADONET-SQL-Crud-Builder
- The file is a C#/ADO.NET Create/Read/Update/Delete (CRUD) code generator designed for MS SQL & Oracle databases. The code generator is developed entirely in Borland Delphi. It lets you define the fields in your database table and program will generat
Alart.Builder
- 安卓报警入门程序,基本控件之对话框:Dialog-Android alarm entry procedures, basic controls sub-dialogs: Dialog