资源列表
Delphi_756356
- Delphi sendmail发邮件实例,是一本书中的例子,由黑白网络编写,测试数据向21CN邮件服务器发送一个邮件,可以添加待发送的邮件列表,设置线程数后程序自动发送email,这个程序有点老,可以正确编译,但未测试邮件是否可以发送成功,若不成功,多由于邮件POP设置问题,请自行修改。 -Delphi sendmail mail instance, is an example of a book, written by a black and white network, the test
winshell
- winshell源码,可在主机上开个端口,telnet连接。-winshell source can open a port on the host, telnet connection.
csmail
- 邮件客户端,只实现了邮件的收发,用VC完城,还有些bug,慢慢完shan- Mail client to send and receive e-mail only to achieve a
tanxin
- 贪心算法例程:给定3个物品,背包的容量为50磅。物品1重10磅,价值为60,物品2重20磅,价值为100,物品3重30磅,价值为120。采用动态规划可以知道最优解为220,选择物品2和3。采用C++语言实现-Greedy algorithm Examples of program
Delphi_055887
- Delphi基于Order by的数据库排序实例,order by 语法似乎是最简单的SQL语句排序用法了,很容易理解,容易接受,排序效果好,不过对于新手来说,还是比较陌生的,这个例子是书中的例子,特简单,在Delphi7.0环境下可编译源码-Order by Delphi database based sorting instance, order by syntax seems to be the easiest sort uses a SQL statement, it is easy t
Delphi_084370
- Delphi高级Case语句应用实例,演示如何使用Case语句打开数据表,带有SQLSERVER测试数据文件,在Database文件夹下,测试前请自行附加。 -Delphi Senior Case statement application example that demonstrates how to use the Case statement to open the data table with SQLSERVER test data files, the Database fol
Delphi_111221
- Delphi使用in或notin限制查询范围实例,数据查询方面的例子,分享给Dlephi学习者。附有SQL的数据库文件。-Delphi examples use in or notin limit the scope of the query instance, data query aspects, share Dlephi learners. With a SQL database file.
Delphi_143136
- Delphi获取数据库中的重复记录,我觉得这个技巧比较实用,可以找出数据库中的重复记录,对SQLSERVER数据维护有不小帮助。 -Delphi get duplicate records in the database, I think this technique is more practical, you can find duplicate records in the database, the data on SQLSERVER maintains no small help.
Delphi_163604
- Delphi多条件排序,结合SQLSERVERT数据库实现的多条件排序实例,已附带有数据库文件,在Database文件夹下,下载后解压,附加数据库文件,并设置好SQL连接字符串,在Delphi7中编译源代码即可运行测试。 -Delphi multi-criteria sorting, combining SQLSERVERT database implementation of multi-criteria sorting instance, already comes with a dat
Delphi_208110
- Delphi使用in语句引入子查询,设定查询条件:由in引入子查询的例子,以子表的方式查询学生名称为李丽的信息,测试前请把Database目录中的SQL数据库文件附加好,并设置数据库连接信息,然后点击“查询”按钮即可。-Delphi uses in the statement introducing sub-queries, set the query conditions: sub-query by example in the introduction, by way of sub-tabl
Delphi_322675
- Delphi交叉表查询实例,以图表销售交叉表查询为例,演示如何在Delphi中使用交叉表查询,新手参考-Delphi crosstab query examples to chart sales crosstab query, for example, demonstrates how to use a crosstab query in Delphi, novice reference
Delphi_412132
- Delphi聚集函数求某月份完成工作量最多的员工,在VB与数据库的结合中,也经常有聚集函数的应用,本实例通过聚集函数MAX求7月份中,工作完成最多的员工,这在一些员工绩效考核软件中是相当实用的功能,通过数据库聚集函数很容易实现。 - Delphi aggregate demand function up to a month to complete the workload of staff, in combination with VB database, often have agg