-
C++MFC计算器
一款简单的计算器的源代码,代码结构简单,通俗易懂,方便操作,功能齐全,是一个非常简单计算器,很有参考价值,对于初学者,也不难看懂程序,容易掌握C++编程流程,有分数类,有成员函数,析构函数等等,是包含各种基础知识的好例子。关于MFC的知识也包含非常全面,可以轻而易举地掌握C++工程语言。
- 2022-03-03 12:49:08下载
- 积分:1
-
DirectX开发人员使用,3DMax导出X文件插件,解压后考入插件目录
DirectX开发人员使用,3DMax导出X文件插件,解压后考入插件目录-development of the use of DirectX, MAX plug-derived X documents, unpacked admitted plugin directory
- 2022-05-04 21:30:47下载
- 积分:1
-
VC 6.0 programming examples, including a small number of classic games, we hope...
VC++6.0示例编程,包括了几个经典的小游戏,希望大家多多指教-VC 6.0 programming examples, including a small number of classic games, we hope the exhibitions
- 2022-08-13 12:23:47下载
- 积分:1
-
hotel reservation systems to provide housing and the number of beds allocated fo...
旅馆订位系统 提供住房及床位分配功能并且能进行退房处理-hotel reservation systems to provide housing and the number of beds allocated for functional and can handle Checkout
- 2022-04-11 03:29:39下载
- 积分:1
-
这是一个准备在留言本上用java小程序。制备…
这是一个用JAVA编写的留言簿小程序.用JAVA编写的就是其能够很好的满足用户的跨平台性!这个小程序用起来满好用的 !-This is a preparation using JAVA small programs in the guest book. Prepared with Java is its good to meet user cross-platform! This small program used up for the useful!
- 2022-03-17 01:32:56下载
- 积分:1
-
tyrants pig housing rental system, and the seizure of the almost, no other speci...
霸猪房屋租赁系统,和搜房差不多,别的没什么特别-tyrants pig housing rental system, and the seizure of the almost, no other special
- 2022-03-22 02:11:28下载
- 积分: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
-
刚才那个的补充,也是素材
刚才那个的补充,也是素材-earlier that the added, as well as material
- 2023-08-10 15:45:03下载
- 积分:1
-
黄色的鼓手的程序,一个学校的高
Program for the yellow drummer, a school proyect
- 2023-05-15 09:55:03下载
- 积分:1
-
实现本地视频设备的数据采集和维护的主要功能。
实现本地录像设备的数据采集与维护主要功能:视频采集,录像,播放,抓图,系统设置等功能-Achieve the local video equipment for data acquisition and maintenance of main functions: video capture, video, play, drawings, system settings and other functions
- 2022-02-13 01:15:05下载
- 积分:1