-
108个常见编程问题的解决源代码.rar
108个常见编程问题的解决源代码.rar-108 common problems programming source code. Rar
- 2022-04-24 19:18:04下载
- 积分:1
-
如果你使用的是IE浏览器的Windows XP服务包2,有一个安全…
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content".
JavaScript高级程序设计 里面自代源码-If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. To see the example, you must click on the message and select Allow Blocked Content . JavaScript Advanced Programming sou
- 2023-05-01 17:35:05下载
- 积分:1
-
蓝牙立体声音响。用Mage 169 做主控,控制VFD显示,蓝牙的工作,FM收音机的工作,时钟的工作...
蓝牙立体声音响。用Mage 169 做主控,控制VFD显示,蓝牙的工作,FM收音机的工作,时钟的工作-Bluetooth stereo audio. Mage 169 to do with the master, control, VFD display, Bluetooth, work, FM radio work, the work of the clock
- 2022-04-11 11:06:57下载
- 积分:1
-
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-04 02:55:58下载
- 积分: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
-
几个不错的VB例子
几个不错的VB例子- Several good VB example
- 2022-03-05 15:59:15下载
- 积分:1
-
数据挖掘c4.5算法实现,实现简单相似判别.
数据挖掘c4.5算法实现,实现简单相似判别.-Data Mining c4.5 algorithm to achieve simple and similar to distinguish.
- 2023-06-09 13:30:03下载
- 积分:1
-
蚀膨胀细化算法源代码,希望能对大家有所帮助
蚀膨胀细化算法源代码,希望能对大家有所帮助-Expansion of corrosion thinning algorithm source code, hoping to be helpful for everyone
- 2022-06-11 12:04:24下载
- 积分:1
-
衍射透镜夫琅和费衍射仿真
应用背景这一计划将情节fraunhoufer衍射模拟远场衍射轴棱锥关键技术这是用来获得衍射图案在很长的距离。NumPy和llibraries PyLab Python是用来做模拟。
- 2023-05-10 03:35:03下载
- 积分:1
-
gcc的object c的源代码,具有非常高的参考价值
gcc的object c的源代码,具有非常高的参考价值-c gcc object of the source code with a very high reference value
- 2023-08-25 20:40:04下载
- 积分:1