-
非常酷的一个游戏, 用DirectX 3D引擎和microsoft MFC开发.
非常酷的一个游戏, 用DirectX 3D引擎和microsoft MFC开发.-a very cool game, with DirectX 3D engine and microsoft MFC Development.
- 2022-04-07 17:53:37下载
- 积分:1
-
ni sting Hex ni的程序 一个vi 用于字符串和16进制数的转换
ni sting Hex ni的程序 一个vi 用于字符串和16进制数的转换-ni sting Hex ni a vi process for a number of string and 16-band conversion
- 2023-02-22 12:05:04下载
- 积分:1
-
此文件包含用visual c++编译的流水灯的程序,一定可用digital
此文件包含用visual c++编译的流水灯的程序,一定可用digital-This file contains the use of visual c++ compiler of water lamps procedures available to digital must
- 2022-02-04 13:16:04下载
- 积分:1
-
销售图表VC++柱状图生成源码实例
销售图表VC++柱状图生成源码实例,柱状图表的例子,结合数据库来实现,也叫做直方图,本例子中柱状图数据是从数据库中读取,生成的柱状图表支持打印功能。与此前发布的一个生成直方图表的例子十分相似,有兴趣的请参考这里的例子:
VC++ 6.0 从数据库获取数据并生成直方图
- 2023-03-18 10:35:04下载
- 积分:1
-
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。...
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。-This is my first one primary phase of the program design process, personal communication, for the VC environment is under development, Although it is quite simple, but reflects the VC practicality and visibility.
- 2023-04-01 19:00:03下载
- 积分:1
-
- 2023-02-01 15:15:04下载
- 积分:1
-
Although it is a small example, but it is basically a C polymorphism meaning! It...
虽然是一个小小的例子,却是基本上包括了C++多态的含义!是很好的学习材料-Although it is a small example, but it is basically a C polymorphism meaning! It is a good learning materials
- 2022-03-03 05:41:24下载
- 积分: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
-
C编写网络通信程序的使用,使用TCPCLient
The use of C written in network communication program, using TCPclient-The use of C written in network communication program, using TCPclient
- 2022-03-19 03:41:54下载
- 积分:1
-
Java中的两个特殊变量this和super_files
Java中的两个特殊变量this和super_files-in Java 2 and the special variable this super_files
- 2022-04-19 17:57:43下载
- 积分:1