登录
首页 » 其他项目 » 嵌入式操作系统来收集信息,致力于发展…

嵌入式操作系统来收集信息,致力于发展…

于 2022-03-11 发布 文件大小:4.89 MB
0 226
下载积分: 2 下载次数: 1

代码说明:

收集的嵌入式操作系统的资料,对致力于开发嵌入式操作系统的开发人员有帮助作用。-Embedded operating system to collect information, a commitment to the development of embedded system development staff are helpful.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考
    VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考-VC6 development of the chromatographic analysis for example, engage in chromatographic analysis of reference
    2022-10-20 04:50:04下载
    积分:1
  • 使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序...
    使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序-Return thinking the use of simulation to solve tsp (travelers) will look after downloading the use of procedures
    2022-03-18 06:22:43下载
    积分:1
  • 介绍广域网知识的文章,排版很好,介绍的深入浅出,大家可以看看....
    介绍广域网知识的文章,排版很好,介绍的深入浅出,大家可以看看.-WAN knowledge introduced articles, layout very good, presented in simple terms, we will look at.
    2022-12-07 07:05:03下载
    积分:1
  • C++ 中.x导入文件的一个 应该会很有用的 我也在寻找
    C++ 中.x导入文件的一个 应该会很有用的 我也在寻找其他的-C++,. X import files in an
    2023-03-04 08:00:04下载
    积分: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
  • Memory card Driver For HCL laptops
    Memory card Driver For HCL laptops
    2022-01-25 17:25:06下载
    积分:1
  • c++priemer第三版,中文完美翻译,超好,希望对大家有用
    c++priemer第三版,中文完美翻译,超好,希望对大家有用-c++ priemer third edition, Chinese perfect translation, super good, I hope useful for everyone
    2022-03-05 22:20:21下载
    积分:1
  • 这是一个用labview开发的基于声卡的频谱分析软件
    这是一个用labview开发的基于声卡的频谱分析软件-This is a development with LabVIEW-based sound card spectrum analysis software
    2022-09-25 20:50:03下载
    积分:1
  • 串口调试程序,短路后得到自己的接口…
    串口调试用程序,请自行把接口短路后调度接收-Serial debugging program, the interface on its own after a short circuit to receive Scheduling
    2022-02-11 19:43:57下载
    积分:1
  • 这是c++研究调用析构函数和构造函数的时机
    这是c++研究调用析构函数和构造函数的时机-This is the c++ research calls destructors and Constructors time
    2023-02-15 08:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载