-
In LabVIEW to achieve by arbitrary interval of data into a percentage of output
在LabVIEW中实现由任意区间的数据转换为百分数输出-In LabVIEW to achieve by arbitrary interval of data into a percentage of output
- 2023-05-14 03:55:02下载
- 积分:1
-
this programs gives the functionality of 2bit alu
this programs gives the functionality of 2bit alu
- 2022-07-02 15:18:25下载
- 积分:1
-
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再...
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再在打开菜单中打开IMG格式的影像,就可以完成对海量数据的浏览,数据量不受内存限制,只受硬盘大小限制,另外该软件还包括其他一些图像格式之间的转换,主要用在GIS领域-Images of the mass block index, you can open the volume of data roaming size image. Use practices, the first choice of image processing to export the index of this function, will be massive conversion of the BMP image format for custom img format, and then open the menu opens in IMG format images, you can complete the huge amount of data browsing, data not subject to memory limitations, only by hard drive size limit, while the software also includes a number of other conversion between image formats, mainly used in the field of GIS
- 2022-07-15 12:41:07下载
- 积分:1
-
看门狗程序
一个简看门狗程序,可以在KEIL上仿真,也可以在单片机上使用,定时几个脉冲后自动重新启动。连接在P05上的灯会跟随着脉冲不断的闪烁。
- 2022-12-02 01:45:04下载
- 积分:1
-
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。...
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。
- 2022-02-22 08:25:22下载
- 积分:1
-
此为民意调查,用户可以进行再线投票,并查看统计结果。
此为民意调查,用户可以进行再线投票,并查看统计结果。-to this poll, users can re-line vote, and to see results.
- 2022-03-11 12:07:19下载
- 积分: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
-
CORBA程序设计的一个实例。大中型软件系统各模块不在一台机子上运行,很难维护,这里就是一个CORBA组件开发实例...
CORBA程序设计的一个实例。大中型软件系统各模块不在一台机子上运行,很难维护,这里就是一个CORBA组件开发实例-An instance of CORBA programming. And medium-sized software system, the module does not run on a single machine, it is difficult to maintain, here is an instance of a CORBA component development
- 2022-08-31 21:35:04下载
- 积分:1
-
30天改变你的人生,30天改变你的人生30天改变你的人生,30天改变你的人生...
30天改变你的人生,30天改变你的人生30天改变你的人生,30天改变你的人生-30 days to change your life, 30 days to change your life 30 days to change your life, 30 days to change your life
- 2022-02-05 03:10:05下载
- 积分:1
-
restoring除法器设计
经典算法了,可以仿真通过
restoring除法器设计
经典算法了,可以仿真通过-divider restoring a classical algorithm design, simulation can be adopted
- 2023-01-21 00:50:03下载
- 积分:1