-
显示面板程序!用于电力系统的人机显示,可显示三相电流,电压.有功无功等...
显示面板程序!用于电力系统的人机显示,可显示三相电流,电压.有功无功等-Display panel procedures! For man-machine power system show that shows the three-phase current, voltage. Active and reactive power, etc.
- 2022-05-15 18:39:05下载
- 积分:1
-
TI TMS320F2810DSP 生成SVPWM程序
TI TMS320F2810DSP 生成SVPWM程序-TI TMS320F2810DSP generation procedures SVPWM
- 2022-01-31 10:04:18下载
- 积分:1
-
当你想要的时候学习。
Study ARM when you wanted.
- 2023-09-08 06:50:05下载
- 积分:1
-
均匀圆形阵列天线阵,利用该算法对音乐算法进行估计…
天线阵列为均匀圆阵时,采用MUSIC算法进行DOA估计的源程序。-Antenna array for uniform circular array, the MUSIC algorithm using the estimated DOA of the source.
- 2022-08-09 09:47:19下载
- 积分:1
-
VC prepared by the Russian
VC编写的俄罗斯广块,源代码加注释,希望对大家有用~-VC prepared by the Russian-block, the source code footnote, a member of the useful ~
- 2022-01-25 23:15:56下载
- 积分:1
-
c语言编写的小游戏,推箱子!!在PC机上调试通过,好用
c语言编写的小游戏,推箱子!!在PC机上调试通过,好用-small games, magazines! ! On the PC through the debugging and ease of use
- 2022-04-19 16:14:22下载
- 积分:1
-
主控程序,协调内存,cpu直间缓存操作
主控程序,协调内存,cpu直间缓存操作-control procedures, coordination of memory, cpu cache operation between straight
- 2022-02-12 22:20:26下载
- 积分: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
-
temperature_sampling_source_code_base_on_DS18B20
基于DS18B20的温度采样原程序(C),编译通过,很好...
temperature_sampling_source_code_base_on_DS18B20
基于DS18B20的温度采样原程序(C),编译通过,很好用,大家-temperature_sampling_source_code_bas e_on_DS18B20 based on the temperature DS18B20 original sampling procedures (C), compile, useful, we look at
- 2022-03-26 09:24:16下载
- 积分:1
-
embest的嵌入式开发环境,非常好用,是进行arm开发的必备工具
embest的嵌入式开发环境,非常好用,是进行arm开发的必备工具-embest embedded development environment, very easy to use, is an indispensable tool for the development arm
- 2023-04-20 21:30:05下载
- 积分:1