-
实现2ASK,2FSK,2PSK,MSK,GRAY转换自然码
实现2ASK,2FSK,2PSK,MSK,GRAY转换自然码-realise 2ASK,2FSK,2PSK,MSK,GRAY change to natural code。
- 2022-05-22 17:36:32下载
- 积分:1
-
实验一 熟悉操作系统工作环境
实验二 Linux进程通信程序设计
实验三 Windows服务程序设计
实验四 进度调度程序设计及分析
实验五 存...
实验一 熟悉操作系统工作环境
实验二 Linux进程通信程序设计
实验三 Windows服务程序设计
实验四 进度调度程序设计及分析
实验五 存储管理程序设计及分析-experiment a familiar working environment operating system Linux process two experimental communication program design Wind Experiment 3 Diego experimental design services for the progress of four scheduling program design and analysis of experiments five storage management program design and analysis
- 2022-02-14 17:24:23下载
- 积分:1
-
Detailed information on the ARM architecture and application and other aspects....
详细介绍了ARM的架构和应用等各个方面。是PPT格式,图文并茂,讲解详尽,以只读的方式打开即可-Detailed information on the ARM architecture and application and other aspects. Is a PPT format, with illustrations to explain in detail in order to read-only manner open to
- 2022-01-28 12:23:17下载
- 积分:1
-
shashsshdjhtuytjndhgwhtuytjm,fierwhsbsdbsnn
杀伤神山圣湖是不是你遂宁市安顺市人事厅好事办实电脑。-shashsshdjhtuytjndhgwhtuytjm,fierwhsbsdbsnn
- 2022-03-26 02:53:06下载
- 积分:1
-
1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。
2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。...
1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。
2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。
-1. To master the system interrupt vector (1CH) the get and set methods, have interrupted the process of design. 2. Shown in the form of
- 2022-03-25 06:49:28下载
- 积分:1
-
一个小型的RPG游戏,战斗系统fighting system
一个小型的RPG游戏,战斗系统fighting system-A small RPG games, Combat Systems fighting system
- 2022-05-28 10:31:47下载
- 积分:1
-
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。-chengfaqi
- 2022-04-09 04:38:28下载
- 积分:1
-
是控制台程序,支持大部分的FTP命令。本程序设定用户名和密码都是toldo,FTP服务的主目录是C: emp,详见说明文件...
是控制台程序,支持大部分的FTP命令。本程序设定用户名和密码都是toldo,FTP服务的主目录是C: emp,详见说明文件-Is a console program, to support most of the FTP commands. This procedure set the user name and password are toldo, FTP services, the main directory is C: temp, see the documentation
- 2022-04-19 22:21:08下载
- 积分: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
-
2048实现QT
这是一个2048实现了Qt,您可以在Windows IOS OS X的Linux甚至黑莓打造!它很容易阅读。如果你可以看到QML和JavaScript。
- 2023-08-31 04:50:03下载
- 积分:1