-
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具...
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具-RPG game props editor source code, can be used for editing RPG game props, for everyone to learn how to produce RPG game props tools
- 2022-03-26 00:36:54下载
- 积分:1
-
回溯算法中的圆排列问题
回溯算法中的圆排列问题-backtracking algorithm with a round of the problem
- 2022-07-19 12:24:57下载
- 积分:1
-
Ball falling by Dimos33.
Ball falling by Dimos33.
- 2022-05-13 06:09:33下载
- 积分:1
-
这是用Visual Basic6开发的大型喷绘业务管理系统,数据库采用Access数据库,界面漂亮,操作简单,完全可以开放源代码使用...
这是用Visual Basic6开发的大型喷绘业务管理系统,数据库采用Access数据库,界面漂亮,操作简单,完全可以开放源代码使用-This is developed using Visual Basic6 large-scale printing business management systems, database using Access databases, pretty interface, simple operation, the use of open-source can be
- 2023-03-17 04:10:05下载
- 积分:1
-
读取 点云数据 STL 文件 分块化编程
读取 点云数据 STL 文件 分块化编程-STL file to read point cloud data block programming
- 2023-07-25 08:50:04下载
- 积分: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
-
可以将列表控件中的内容导出到EXCEL中,是一个比较重要的功能。...
可以将列表控件中的内容导出到EXCEL中,是一个比较重要的功能。-AppWizard has created this testExportToExcel application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-07-20 11:57:28下载
- 积分:1
-
with the partition method for matrix multiplication (C achieved)
用分治法解矩阵乘法(C++实现)-with the partition method for matrix multiplication (C achieved)
- 2022-02-28 21:08:04下载
- 积分:1
-
常用PCB元件封装库3,为一般开发提供方便
常用PCB元件封装库3,为一般开发提供方便-PCB components commonly used database package 3, in order to facilitate the general development
- 2022-03-11 14:26:56下载
- 积分:1
-
编辑的应用
void CMyDlg::OnButton1() // { // TODO: Add your control notification han...
编辑的应用
void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()-Edit the application void CMyDlg:: OnButton1 ()// (//TODO: Add your control notification handler code here UpdateData (TRUE) CDlg1 Dlg Dlg.m_Edit2 = m_Edit1// m_Edit1.Undo () CDialog:: OnOK () Dlg. DoModal ()
- 2022-01-22 16:07:10下载
- 积分:1