-
本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。...
本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
- 2022-04-12 00:08:21下载
- 积分:1
-
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动...
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动-a small example of animation to achieve is very simple. Hope interested in the game on the cause of the students have some newcomers to help me. "A, D, W, S" Achieving left, right, upper and lower mobile
- 2023-01-22 05:25:04下载
- 积分:1
-
vc++开发的俄罗斯方块,vc的典游戏,vc6学有源码学习下载
vc++开发的俄罗斯方块,vc的典游戏,vc6学有源码学习下载-vc++ development of Tetris, vc of the Code of the game, vc6 school have to learn to download source code
- 2022-01-30 14:39:27下载
- 积分:1
-
An electronic form ah, yes vc to run, run the process can exit by pressing a...
一个电子表啊,是vc++能运行的,运行过程中可以按任意键退出!-An electronic form ah, yes vc to run, run the process can exit by pressing any key!
- 2022-01-22 14:46:47下载
- 积分:1
-
能显示年月日,切能设置定时闹钟的多功能电子钟
能显示年月日,切能设置定时闹钟的多功能电子钟-Showing the date, cut from time to time to set up multi-function alarm clock Electronics
- 2022-05-15 02:16:08下载
- 积分:1
-
创建 web 服务使用 eclipse 的计算结果的学生
此项目包含通过 eclipse 生成的 WEB 服务项目。
有的将该请求提供服务的计算一个学生的学术结果的 web 服务实现。
和执行操作的请求,服务器的客户端。
这是 java 的在学习像 wsdl、 肥皂、 jsp,web 服务的概念和使用这种概念函数调用中创建示例 web service.which 帮助的学术项目。
- 2022-06-30 04:24:26下载
- 积分: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
-
通过学生成绩管理程序,教师可以轻易地了解学生学习情况,传统手工的学生成绩管理,操作效率低,并且易于出错,查询不方便。本程序实现了对一个班的学生考试成绩按科目进行...
通过学生成绩管理程序,教师可以轻易地了解学生学习情况,传统手工的学生成绩管理,操作效率低,并且易于出错,查询不方便。本程序实现了对一个班的学生考试成绩按科目进行排序,并统计出各科目的最高分、最低分和平均分的数据。-Management program through student achievement, teachers can easily understand the students learning, the traditional manual student performance management, operational efficiency is low, and error-prone, query inconvenient. This program implements a class of students on test scores sorted by subjects, and the statistics of various subjects, the highest score, lowest score, and average data.
- 2023-02-17 18:15:03下载
- 积分:1
-
International Design Competition in the winning entries, forget what year in the...
国际程序设计大赛的获奖作品,忘记是哪一年的了.反正是相当的牛了.-International Design Competition in the winning entries, forget what year in the past. Because it is quite a cattle.
- 2022-02-02 21:23:10下载
- 积分:1
-
一个压缩软件..
a compression software..in linux-debian environment
- 2022-04-16 14:47:28下载
- 积分:1