-
Untitled6
Matlab code for prediction exon regions in DNA strand
- 2012-06-15 20:54:20下载
- 积分:1
-
程序
基于51单片机的自动评分器,使用了keil软件和proteus仿真软件,利用矩阵键盘输入基础分值,自动求和求出平均数,并且自动去掉了最大值和最小值。(Automatic Scorer Based on 51 Single Chip Microcomputer Keil software and Proteus simulation software are used to input the basic score by matrix keyboard, and the average is automatically summed up, and the maximum and minimum values are automatically removed.)
- 2021-04-25 20:38:46下载
- 积分:1
-
C#OPC实用案例
C#连接OPC得案例代码,使用MXLabelMemLib、MXLabelMemLib,案例不是很周到,但是可以给大家一个不一样得思路
- 2022-09-29 09:40:03下载
- 积分:1
-
这是一个样品的尖锐的源代码,以开发一个电力图形用户环境。
this a sample C sharp source code to develop an electricity GUI environment.It really helps.Try it. -this is a sample C sharp source code to develop an electricity GUI environment.It really helps.Try it.
- 2022-01-26 00:49:02下载
- 积分:1
-
ivsdk
非常好的视频压缩filter,可以实现mpeg2 mpeg1的视频压缩,用户可以自己选择码率(very good video compression filter can achieve mpeg1 mpeg2 video compression, Users can choose Rate)
- 2006-08-10 15:58:10下载
- 积分:1
-
ab
说明: apache性能测试工具.-n -c起多个线程发n个包。(apache benchmark)
- 2011-12-06 16:01:57下载
- 积分:1
-
wasi
基于stc12c5a60s2瓦斯采集报警 上限可设,12864显示(Based stc12c5a60s2 gas gathering alarm limit can be set, 12864)
- 2014-04-09 22:25:56下载
- 积分:1
-
cs5460
测功率CS5460a单片机毕业设计,基于单片机的交直流功率计(gonglvcegonglvjiyudanpianjidejiaozhiliugonglvji)
- 2020-11-16 23:49:40下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
云台舵机
说明: 利用STM32控制两个舵机进而控制一个二维云台;直接输入角度就可以用(STM32 is used to control two steering gears and then a two-dimensional pan tilt table)
- 2020-09-28 18:36:52下载
- 积分:1