-
拉普拉斯变换表,很有用啊,快来下载吧,肯定对你有所帮助
拉普拉斯变换表,很有用啊,快来下载吧,肯定对你有所帮助-Laplace transform table, useful ah, come to download it, will definitely help you
- 2022-06-14 18:17:22下载
- 积分:1
-
使用EJB实现的网上商城
使用EJB实现的网上商城- Uses on-line commercial city which EJB realizes
- 2022-12-01 00:20:03下载
- 积分: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
-
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。...
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for the udp communication procedures, mainly from one client to send data, and then the server receives paragraph.
- 2023-06-24 09:45:04下载
- 积分:1
-
C++定义了组件及
C++ defines to assembly EQUs
- 2022-10-05 18:25:03下载
- 积分:1
-
很经典的一个小游戏,贪吃蛇,其中有不完善之处,还请指教
很经典的一个小游戏,贪吃蛇,其中有不完善之处,还请指教-tanchishe,a interesting game
- 2022-11-18 02:20:03下载
- 积分:1
-
一个VB做的语音系统控件,前台使用asp表现
一个VB做的语音系统控件,前台使用asp表现-VB to do a voice-system controls, the prospects of the use of performance asp
- 2022-03-25 16:47:12下载
- 积分:1
-
delphi与图形学结合的一个小程虚
delphi与图形学结合的一个小程虚-graphics with a combination of small-empty
- 2023-06-15 20:00:03下载
- 积分:1
-
asp.net多种分页格式 asp.net多种分页格式
asp.net多种分页格式 asp.net多种分页格式-asp.net pager asp.net pager
- 2023-03-17 08:30:04下载
- 积分:1
-
快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。...
快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。-rapid sequencing of recursive solution demonstrations, with 20 representatives of 20 string number, the results show that each packet, Delay 10000. If your machine on too fast, it could be Long Time Delay.
- 2022-02-03 23:19:22下载
- 积分:1