-
one pair of Office do a complete package of controls, Excel can be achieved in t...
一个对Office做了完整封装的控件,可以实现Excel在程序内置的完美显示.-one pair of Office do a complete package of controls, Excel can be achieved in the program is the perfect show.
- 2022-02-05 10:46:43下载
- 积分:1
-
最大互信息量分割算法
最大互信息量分割算法 -Segmentation algorithm based on maximum mutual information
- 2022-04-07 22:33:24下载
- 积分:1
-
这是一个字的动画,它的字是动的,给人的感觉是字不是字拉,而是一个个的有生命体...
这是一个字的动画,它的字是动的,给人的感觉是字不是字拉,而是一个个的有生命体-This is a character animation, the characters it is moving and gives the impression that the word is not the words, but out of a life-
- 2023-04-22 04:35:03下载
- 积分:1
-
some avr jtag schematics
some avr jtag schematics
- 2022-03-29 14:47:18下载
- 积分:1
-
Windows上的挖地雷游戏.rar
Windows上的挖地雷游戏.rar-Windows dug mines on the game. Rar
- 2022-02-01 10:25:48下载
- 积分:1
-
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于j...
说明:程序代码主要参考网上一个类似功能的Demo.出发点在于学习div+css布局技巧,学习窗口对象拖动的实现原理.
3.功能说明: ^.^! 基本类似于javaeye登入窗口的功能,支持窗口的拖动,窗口的关闭 登入表单的最小化,最大化 在IE浏览器中有滤镜功能 没有对div做圆角处理,看起有点楞楞的.
4.偶在IE6.0和Mozilla Firefox2.0.0.1_cn浏览器中跑过,可以正常使用.-Description: The program code similar to the main reference line features a Demo. The starting point is to learn div+ css layout techniques, learning the realization of principles of dragging the window object. 3. Function Description: ^. ^! Basically similar to the javaeye login window function, support a window dragging, the window closed login form to minimize, maximize in IE browser, there are filter functions div do not deal with rounded corners, looks a bit Leng Leng" s. 4. Even in the IE6.0 and Mozilla Firefox2.0.0.1_cn ran browsers can be used normally.
- 2022-02-03 20:33:49下载
- 积分:1
-
Automatic Image Segmentation using 2D Multistage Entropy
Automatic Image Segmentation using 2D Multistage Entropy
- 2022-09-15 02:55:02下载
- 积分:1
-
with a typed prepared by the software, to a friend under ah quickly bring source...
用DELPHI编写的一个打字软件,想的朋友快点下啊,带源吗-with a typed prepared by the software, to a friend under ah quickly bring source?
- 2022-12-16 14:40: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
-
对于java媒体服务器milgra0.8b
MilGra0.8b for java media server
- 2022-06-19 19:29:47下载
- 积分:1