-
200641321119786
中国网通IP电话计费模拟软件
也是一个IP电话计费软件 (China Netcom IP analog telephone billing software telephone billing software is also an IP)
- 2010-07-18 11:38:34下载
- 积分:1
-
use SNMP to establish TCP even
使用SNMP建立对TCP连-use SNMP to establish TCP even
- 2022-07-22 15:16:07下载
- 积分:1
-
简单实现计算机与单片机串口通讯调试程序,可以传输数据也可以传输文件
简单实现计算机与单片机串口通讯调试程序,可以传输数据也可以传输文件-Realize single-chip computer and a simple serial communication debugger, you can transfer data can also transfer files
- 2023-08-08 09:05:04下载
- 积分:1
-
使用def开发的USB驱动源代码奉献给各位
使用def开发的USB驱动源代码奉献给各位-Def developed using the USB driver source code dedicated to you
- 2022-03-12 23:14:19下载
- 积分:1
-
most directly in the code and Delphi6 Delphi7 operating environment. Some involv...
多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码,需要在Delphi 7上安装Borland .NET Complier for Delphi编译器方可编译执行。Borland已经正式推出Delphi 8 for .NET,所以本书范例中部分内容可能与D8最终版本不符。-most directly in the code and Delphi6 Delphi7 operating environment. Some involved.NET technology content of the code, the need to install Delphi 7 Borland.NET Complier for Delphi compiler can compile implementation. Borland has officially launched for Delphi 8.NET, the book example might be part of the final version D8 inconsistent.
- 2023-01-06 09:05:03下载
- 积分:1
-
Delphi实现TdxDBTreeView节点全部展开或收拢
本源码演示如何实现Delphi TdxDBTreeView节点全部展开或收拢功能,也就是大家熟悉的树形菜单节点的折叠或展开功能,在平时的使用中,树形节点是很常用的一个菜单功能,本例子的树形菜单节点功能读取自数据库,因此在测试前请连接好数据库。
//单击全部展开按钮
procedure TForm1.Button1Click(Sender: TObject);
begin
dxDBTreeView1.FullExpand;
end;
//单击全部收拢按钮
procedure TForm1.Button2Click(Sender: TObject);
begin
dxDBTreeView1.FullCollapse;
end;
- 2022-01-26 05:17:01下载
- 积分:1
-
俄罗斯方块,经典游戏源码,看后可以试着自己做个
俄罗斯方块,经典游戏源码,看后可以试着自己做个-Tetris, classic games source code to see if you can try their own to be a post-
- 2022-04-26 14:14:25下载
- 积分:1
-
ywo-sqlview
由于SQL数据库的企业管理器对于一般操作员来说有点复杂,就编了这个小工具来使用.
编码不是很规范,一定有很多不足之处,请大家多多指教.
在没有安装SQLSERVER服务器的电脑中,先执行reg.bat,注册一下SQLDMO.DLL,就可以了。
用到的控件有Ehlib、Raize、DevExpress,TMS, 网上都有下载
ywo
2009-11-30(As the SQL database, Enterprise Manager for the average operator is a bit complicated, we have compiled this little tool. Encoding is not very standardized, there must be a lot of inadequacies, please exhibitions. In the absence of a server computer installed SQLSERVER , first implementation of the reg.bat, registered click SQLDMO.DLL, on it. Used controls are Ehlib, Raize, DevExpress, TMS, available online to download ywo 2009-11-30)
- 2009-11-30 13:04:49下载
- 积分:1
-
Delphi图像滤波去噪点
图像滤波去噪点,采用中值滤波的算法。效果不错,多图像的损失度也小!给大家分享一下,互相学习!
- 2022-12-17 20:15:03下载
- 积分:1
-
Gray model can calculate the feature vector, in delphi5.0 have been done, you ca...
可以计算出灰色模型的特征向量,在delphi5.0上已经做过,可以执行-Gray model can calculate the feature vector, in delphi5.0 have been done, you can run
- 2022-04-16 14:40:38下载
- 积分:1