-
ant
《蚁群算法原理及其应用》一本关于介绍蚁群算法的书 希望能对学习蚁群算法的人有帮助(" Principle and Application of ant colony algorithm" on an ant colony algorithm, introduced the book hoping to learn from ant colony algorithm to help the people)
- 2009-04-29 10:36:21下载
- 积分:1
-
KEY
状态机按键检测,实现单击双击多击功能,单片机用的是STM8L(Key detection state machine to achieve multi-click-click, double-click function)
- 2016-04-09 13:27:11下载
- 积分:1
-
地震波克西霍夫叠后偏移程序源代码
地震波克西霍夫叠后偏移程序源代码
- 2015-08-17下载
- 积分: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
-
RedBull红牛开发板基础例程全部代码(上)
STM32 RedBull红牛开发板基础例程全部代码,内涵stm32全部基础例程,包括【03】红牛板_SysTick(2013.7.25)
【04】红牛板_USART(2013.5.25)【05】红牛板_Interrupt(2013.7.26)【06】红牛板_RTC(2013.7.29)【07】红牛板_bitband_test(2013.7.26)【08】红牛板_Flash_TEST(2013.2.26)【09】红牛板_I2C_EEPROM_24C02(2013.7.26)【10】红牛板_SPI模式(AT45DB161D)(2013.7.26)
- 2022-10-25 20:40:17下载
- 积分:1
-
VC#.NET范例,包含了数据库编程、网络等10多个方面的开发例子,很值得研究...
VC#.NET范例,包含了数据库编程、网络等10多个方面的开发例子,很值得研究-VC#.NET example, contains a database programming, network of more than 10 examples of the development, is worth studying
- 2022-05-30 07:24:35下载
- 积分:1
-
alsa-lib.tar
i8320 系统服务与组件,提取自limo操作系统内核完整源代码(i8320 system services and components extracted from the limo complete source code for the operating system kernel)
- 2011-10-12 19:45:39下载
- 积分:1
-
CANopen_easy_begin
canopen入门资料,适合初学者学习。(Canopen introductory materials, suitable for beginners to learn.)
- 2019-05-15 11:48:38下载
- 积分:1
-
xna demo 一个分类游戏
xna demo 一个游戏 分类
- 2022-03-28 15:58:03下载
- 积分:1
-
ADC取电池电压
基于STM32L151R8T6的ADC取电池电压例程。程序测试可用。使用STM32HAL函数,方便各位同学学习,HAL的相关操作。
- 2022-05-06 04:53:37下载
- 积分:1