-
1
多款不同角度旋转的3D按钮风格,可惜的是部分代码采用CSS3实现,IE下效果不近完美,同学们只能在火狐等浏览器下观赏了。(A number of different angles of rotation of the 3D button style, unfortunately, part of the code using CSS3 to achieve, IE effect is not nearly perfect, students can only watch under Firefox and other browsers.)
- 2018-08-24 13:56:20下载
- 积分:1
-
源程序及详细程序实验报告
源程序及详细程序实验报告-source and detailed experimental procedures report
- 2022-02-27 05:59:23下载
- 积分:1
-
LQRdoubleinvertedpendulum
直线二级倒立摆的LQR控制算法,仿真效果较好(2 inverted pendulum LQR control algorithm)
- 2009-12-22 17:51:15下载
- 积分: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
-
neural network
利用小波变换进行ECG特征识别,利用神经网络进行分类从而进行身份识别(Identification of identity using wavelet transform)
- 2020-06-29 13:00:02下载
- 积分:1
-
SVM_RF
svm algortihm test code
- 2017-12-14 06:20:45下载
- 积分:1
-
linux下CVS的WEB界面,版本控制软件,linux开发环境
linux下CVS的WEB界面,版本控制软件,linux开发环境-under the CVS Web interface, version control software, Linux Development Environment
- 2022-08-14 01:05:47下载
- 积分:1
-
arima_time
说明: 基于ARMA模型,由原始数据预测未来的数据。(Based on ARMA model, the future data is predicted from the original data.)
- 2020-02-17 22:33:34下载
- 积分:1
-
coh
used for cohesive. this code is download from intelnet
- 2018-03-13 14:05:28下载
- 积分:1
-
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。...
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。-Remote sensing software ERDAS detailed instructions, very suitable for the basis of a person to learn. Is a very good information.
- 2023-02-23 20:15:04下载
- 积分:1