-
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序...
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
- 2022-01-26 00:06:59下载
- 积分:1
-
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。...
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。-The use of VBA in Excel, Word, Access in the data exchange. Remove the data from Access using Excel in the parameters in Word to create documents required.
- 2022-07-02 01:07:58下载
- 积分:1
-
温度控制系统原程序.要用Altium Designer 6.X打开
温度控制系统原程序.要用Altium Designer 6.X打开-Temperature control system the original process. Use Altium Designer 6.X Open
- 2022-11-09 20:00:03下载
- 积分: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
-
一个完整的文档,贪吃蛇游戏,汇编语言版本,我学习…
一个完成文件,贪吃蛇游戏,汇编语言版的,是本人学习汇编语言时做的。-a completed document, Snake games, the assembly language version, I am learning assembly language so.
- 2022-08-25 06:20:30下载
- 积分:1
-
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
-toolbar and status bar t oolbar and status bar t oolbar and status bar workers with hurdles and the status bar toolbar and status bar
- 2022-03-23 19:46:17下载
- 积分:1
-
VC++6.0多人网络小游戏
VC++6.0多人网络小游戏-支持多人联机网络游戏程序源代码,且支持TCP/IP,IPX等多种网络协议.-small multiplayer online games- multiplayer online game network source code, but support for TCP/IP, IPX and other network protocols.
- 2022-05-06 02:25:54下载
- 积分:1
-
ArcGIS Engine primary example, vb prepared to adapt to beginners who want to lea...
ArcGIS Engine的初级例子,vb编写,适应于初学者,对于想学习esri产品的初学者很有用处。-ArcGIS Engine primary example, vb prepared to adapt to beginners who want to learn ESRI products beginners useful.
- 2022-05-17 17:48:22下载
- 积分:1
-
IP查询源代码..原理简单..适合初学者学习
IP查询源代码..原理简单..适合初学者学习-IP query the source code .. simple .. suitable for beginners to learn
- 2023-06-09 23:55:03下载
- 积分:1
-
将电脑上的屏幕信息保存于磁盘的C语言源程序代码
将电脑上的屏幕信息保存于磁盘的C语言源程序代码-will screen on the computer disk information stored at the C language source code
- 2023-07-03 02:55:03下载
- 积分:1