-
Genetic
说明: VC++遗传算法代码,以交叉概率进行交叉,并对交叉后的新染色体进行判别(VC ++ genetic algorithm code, crossover with crossover probability, and distinguish new chromosome after crossover)
- 2020-05-16 07:37:09下载
- 积分:1
-
Everything
说明: 轻巧强大的文件搜索工具 比windows自带的强1000倍(Lightweight powerful file search tool that comes with windows than 1,000 times stronger)
- 2010-04-29 17:05:43下载
- 积分:1
-
sequence
我用VC++实现程序的顺序执行,即前驱关系
从P1-->P2前驱图的顺序执行的实现(sequence)
- 2021-01-12 21:58:48下载
- 积分:1
-
Complex
说明: 用c#实现复数计算,操作复数的类Complex(With c# The realization of the plural, the plural of the type of operation Complex)
- 2008-11-21 18:17:55下载
- 积分:1
-
C6416_Flash_Bootloader
使用自己编写的烧写代码,将项目的映像文件烧写到FLASH中。例子是C6416的,C6000可以通用,开发环境是ccs3.3(C6416-line programming of Flash, the development environment is ccs3.3)
- 2020-09-20 23:37:54下载
- 积分: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
-
DSP_BLDC_PID
DSP2812,BLDC,无刷直流电机,无位置传感器控制(DSP2812, BLDC, brushless DC motor, sensorless control)
- 2013-09-13 15:02:46下载
- 积分:1
-
library.system
利用vc里面的MFC开发设计的一个图书馆管理系统,节省图书查阅时间,有利提高图书馆的效率。(Vc inside use MFC to develop the design of a library management system, access to time-saving book, and therefore enhance the efficiency of the library.)
- 2007-11-30 23:02:44下载
- 积分:1
-
代码
说明: 学习代码 vs2017 环境下完成 ,包括最后一个破解植物大战僵尸的程序(Learn the code vs2017, including the last program to crack the zombies in plant Wars)
- 2020-06-04 09:57:03下载
- 积分:1
-
LED20V5A
使用 PI Expert 设计的20V 5A LED驱动电源。(PI Expert design using 20V 5A LED driver power supply.)
- 2009-07-08 11:46:00下载
- 积分:1