-
一个实用的单片机试验程序,大家分享分享,程序源码完整
一个实用的单片机试验程序,大家分享分享,程序源码完整-A practical single-chip testing procedures, to share to share, the program source code integrity
- 2022-08-18 08:38:05下载
- 积分:1
-
Empirical mode decomposition process (matlab)
经验模式分解程序(matlab)可以对输入信号进行经验模式分解-Empirical mode decomposition process (matlab)
- 2022-07-16 23:40:09下载
- 积分:1
-
用c语言实现学生成绩管理系统 用c语言实现学生成绩管理系统...
用c语言实现学生成绩管理系统 用c语言实现学生成绩管理系统-Using c language student achievement management system using c-language student achievement management system
- 2022-01-25 17:26:18下载
- 积分:1
-
根据协议在ed2000搜索电驴,下载邮件格式可诉..
eMule在ED2000协议下的搜索,下载的消息格式,可以很好的帮助学习eMule的源代码-eMule in ED2000 search under the agreement, download the message format can be very helpful in learning the source code of eMule
- 2022-02-25 00:46:47下载
- 积分:1
-
类似“雷电”的小游戏。可以自己设置控制键,也可以使用默认键。...
类似“雷电”的小游戏。可以自己设置控制键,也可以使用默认键。-like "lightning" small game. It set up its own control keys, you can also use the default key.
- 2023-01-21 15:40:04下载
- 积分:1
-
本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。...
本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。 该系统作为网上信息管理系统,实现网络处理功能。系统采用先进的应用系统体系结构和开发模式,提高系统的可扩展性、可维护性和交互性。该系统相对独立,接口实现简单、安全,可操作性强-the use of the system can be part of the process of using computers for office automation, the ability to greatly improve office efficiency and accuracy. In addition, the user can analyze statistics and information required to facilitate the corresponding policy adjustments. The system as a web-based information management system, network processing functions. The system uses advanced application system architecture and development model to improve the scalability, maintainability and interactive. The system relatively independent interface is simple, safe and operable
- 2022-07-10 04:28:56下载
- 积分: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
-
有线传输系统的显示原理图和PCB,请有用的大家来下载,谢谢。...
有线传输系统的显示原理图和PCB,请有用的大家来下载,谢谢。-Cable transmission systems display schematics and PCB, please download useful to you, thank you.
- 2023-06-27 13:15:03下载
- 积分:1
-
检测机器操作系统的版本
检测机器操作系统的版本-detection machines operating system version
- 2022-08-10 19:36:26下载
- 积分:1
-
这是一个培训管理系统
这是一个培训管理系统-This is a training management system
- 2022-03-18 09:03:13下载
- 积分:1