-
电池模块右键的例子,可以帮助VB编程
CELL组件的右键实例,可以帮助VB编程爱好者节约大量时间和精力,直接复制就可以使用。-CELL module right key example, may help VB to program the
amateur to save the massive time and the energy, the direct
duplication may use.
- 2022-02-03 08:14:19下载
- 积分:1
-
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!!...
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
- 2023-05-27 06:30:03下载
- 积分:1
-
Introduction to Algorithms MIT course lecture notes, very complete, is a compute...
MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
- 2022-08-08 10:27:05下载
- 积分:1
-
一款实时、多人、分布的坦克大战的游戏,可允许四个人参加;使用了多种高级编程技术,如DirectPlay,DirectSound,多线程,动画处理,消息打包和解包...
一款实时、多人、分布的坦克大战的游戏,可允许四个人参加;使用了多种高级编程技术,如DirectPlay,DirectSound,多线程,动画处理,消息打包和解包,定时,地图传输,图像管理,键盘管理等等,是一个不可多得的学习高级windows编程的材料啊!-A real-time, more than the distribution of Tankedaizhan game that allows four people take part in the use of a variety of high-level programming techniques, such as DirectPlay, DirectSound, multi-threading, animation processing, packaging news reconciliation package, timing, map transmission , image management, keyboard management, etc., is a rare high-level windows programming learning material ah!
- 2022-01-28 19:39: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
-
how to menus 如何使用菜单?
how to menus 如何使用菜单?-how how to use the menus to the menu
- 2022-06-20 04:57:19下载
- 积分:1
-
索爱手机维修工具
索爱手机维修工具-SPM phone maintenance tools
- 2023-02-19 03:15:03下载
- 积分:1
-
perotel99电子电路CAD,其中的一个小电路图
perotel99电子电路CAD,其中的一个小电路图-perotel99 electronic circuit CAD, a small circuit
- 2022-04-24 03:33:15下载
- 积分:1
-
VolumeChanger
Firmware: U600XEHI2
The patch increases the volume of music,...
VolumeChanger
Firmware: U600XEHI2
The patch increases the volume of music, video, headphones!
Author - NotAngel (Valerik0887)- VolumeChanger
Firmware: U600XEHI2
The patch increases the volume of music, video, headphones!
Author- NotAngel (Valerik0887)
- 2022-01-25 15:32:15下载
- 积分:1
-
这是用C++Builder做的一个九宫排字游戏
这是用C++Builder做的一个九宫排字游戏-This is done using C Builder JiuGongTu typesetting of a game
- 2022-03-14 05:56:05下载
- 积分:1