-
samsung公司的s3c2443的的原理图,包括核心板和底板,希望对大家有用...
samsung公司的s3c2443的的原理图,包括核心板和底板,希望对大家有用-samsung" s schematic diagram of the s3c2443, including the core board and floor, in the hope that useful
- 2022-01-26 05:51:29下载
- 积分:1
-
The use of VB development for Maxim
利用VB开发的针对Maxim-Dallas DS2770电量检测芯片,实现对锂电池的实时数据采集软件。-The use of VB development for Maxim-Dallas DS2770 chip power detection, on the lithium batteries to achieve real-time data acquisition software.
- 2022-05-15 17:30:44下载
- 积分:1
-
log4j的示例代码
日志工具log4j的示例代码,并且有log4j.properties配置详解。
- 2022-07-18 20:13:29下载
- 积分:1
-
这是一个基于MapInfo的GIS软件,将地图上的图元分开或合并
,并包括一般地图查看功能...
这是一个基于MapInfo的GIS软件,将地图上的图元分开或合并
,并包括一般地图查看功能
-This is a GIS-based MapInfo software to map the map yuan separately or in combination, including general and functional map View
- 2022-08-15 21:33:34下载
- 积分: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
-
电子商务 物流 ASP+SQL2
电子商务 物流 ASP+SQL2-ASP e-commerce logistics SQL2
- 2022-08-10 11:07:21下载
- 积分:1
-
C# Office 菜单控件及应用实例源码
C# Office 菜单控件及应用实例源码,让你的C#窗体快速实现一个类似于Office软件界面菜单那样的菜单效果,本源码包包括了控件源码和例子源码,菜单效果请参见演示截图。
- 2022-05-05 01:51:03下载
- 积分:1
-
MPC860T the manual integration of hardware platforms, a detailed description of...
本手册结合MPC860T硬件平台,详细叙述了PPCBOOT/UBOOT以及嵌入Linux的移植过程,介绍了SNMP和WEB组件在嵌入平台上的移植过程,同时这也可以作为在其它硬件平台上移植嵌入Linux的参考手册。-MPC860T the manual integration of hardware platforms, a detailed description of PPCBOOT/UBOOT and embedded Linux migration process. introduced SNMP and Web components in the embedded platform on the transplanting process. This will also serve as the hardware platform on the other transplant embedded Linux reference manual.
- 2022-06-26 07:56:31下载
- 积分:1
-
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
- 2022-12-28 02:20:03下载
- 积分:1
-
来源代码 des c#
使用系统;使用系统.集合.通用;使用系统组件模型;使用系统数据;使用系统图纸;使用系统.Linq;使用系统文本;使用系统.Windows.Forms;使用系统IO;使用系统安全加密;命名空间des{公共部分类Form1:表单{;&静态字符串sKey public Form1(){private void Form1u Load(对象发送方,事件参数e){函数
- 2022-02-04 14:57:03下载
- 积分:1