-
一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.M...
一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.LDF到SQL中即可使用, 不错的,试一试有很多功能-DELPHI series with a hotel management system. These databases : SQL Server 2000, only to resume My database file folders and My My database_Data.MDF database_Log.LDF to SQL can be used well, to test the many functional
- 2022-12-28 12:00:03下载
- 积分:1
-
根据数据库发送条屏数据.根据呼叫发送特定的信息.
根据数据库发送条屏数据.根据呼叫发送特定的信息.-In accordance with Article Send screen data database. According to the call to send a particular message.
- 2023-02-13 05:10:03下载
- 积分:1
-
观念引擎DelphiX教程
DelphiX spirte engine tutorial-DelphiX spirte engine tutorial
- 2022-04-29 19:45:11下载
- 积分:1
-
正弦信号发生器 而且频率可调 幅度也可调
正弦信号发生器 而且频率可调 幅度也可调-Sinusoidal signal generator and an adjustable frequency range of adjustable
- 2022-08-19 23:35:15下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
enterprise inventory management systems, including warehousing, storage, invento...
企业库存管理系统,包括出库,入库,库存查询;单据打印;-enterprise inventory management systems, including warehousing, storage, inventory inquiry; Print documents;
- 2022-02-20 16:52:01下载
- 积分:1
-
用WindowsAPI访问INI文件
用WindowsAPI访问INI文件-with WindowsAPI visit INI file
- 2022-03-18 05:13:31下载
- 积分:1
-
是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注...
是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注-Is a racing game has much code can be the normal operation of the hopes and everyone together to discuss issues
- 2022-05-29 10:38:00下载
- 积分:1
-
AH简单下载系统
AH简单下载系统-AH simple Download System Proposed
- 2023-03-05 16:20:04下载
- 积分:1
-
c 语言代码,
欢迎入门单片机的参考,
温度传感器程序代码...
c 语言代码,
欢迎入门单片机的参考,
温度传感器程序代码-c language code, please refer to SCM entry, the temperature sensor code
- 2023-08-06 07:35:03下载
- 积分:1