-
转换。H C++头文件ASM公司
Convert .H C++ headers to ASM .INC
- 2022-01-31 03:01:16下载
- 积分:1
-
using DirectDraw 2D casual game developers need to standardize the time to call...
在使用DirectDraw进行二维休闲游戏开发的时候 需要规范地调用DirectDraw接口,这个是微软早期版本里提供的封装很有用-using DirectDraw 2D casual game developers need to standardize the time to call DirectDraw interface, the early version of Microsoft"s package providing useful
- 2022-07-10 01:07:36下载
- 积分:1
-
本源码的开发环境为keil c 单片机最小系统的应用实例跑马灯
本源码的开发环境为keil c 单片机最小系统的应用实例跑马灯-The source development environment for the smallest single-chip microcomputer system keil c application Marquee
- 2023-09-09 21:05:03下载
- 积分:1
-
Visual inspection of the papers, foreign operations, is ideal for readers new lo...
视觉检测的论文,国外作战,非常适合新的读者看。-Visual inspection of the papers, foreign operations, is ideal for readers new look.
- 2022-03-01 04:17:12下载
- 积分:1
-
this program is for controling MAC_messages in the simulator, through we can con...
this program is for controling MAC_messages in the simulator, through we can control MAC msges
- 2022-04-20 15:20:05下载
- 积分:1
-
输入阿拉伯数字(1到7)显示星期的英文字母
输入阿拉伯数字(1到7)显示星期的英文字母-The importation of Arabic numerals (1-7) shows the letters of the alphabet Week
- 2022-03-02 05:58:59下载
- 积分: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
-
在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。...
在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。-the use of VFP GETDIR () function to obtain a catalog or folders, which opened a window to choose a fox icon of the application process very ugly, the time control problems can be solved.
- 2023-02-27 03:20:03下载
- 积分:1
-
非常好用的TC编译工具,文件不大,功能齐全.
非常好用的TC编译工具,文件不大,功能齐全.-very handy TC compiler tools, not documentation, complete functions.
- 2022-02-09 11:06:34下载
- 积分:1
-
六层电梯,实现优先级响应,同方向先响应,具体请看源代码...
六层电梯,实现优先级响应,同方向先响应,具体请看源代码-Six-storey elevator to achieve priority response, with the direction of first response, details, please read the source code
- 2022-03-06 08:40:34下载
- 积分:1