-
PSO-LSSVM
C语言代码,用于粒子群(PSO)优化LSSVM,很有用的代码(C language code for Particle Swarm (PSO) to optimize LSSVM, very useful code)
- 2014-05-28 19:40:10下载
- 积分:1
-
C# 将数字 转换成人民币大写的形式
C# 将数字 转换成人民币大写的形式
- 2013-12-03下载
- 积分:1
-
精彩的商务网站源程序,全代码,未编译过的!包括工程文件都没删一点点!...
精彩的商务网站源程序,全代码,未编译过的!包括工程文件都没删一点点!-excellent source of business websites, the whole code, not compiled! No documents, including works by adding a little bit!
- 2022-08-06 23:58:02下载
- 积分:1
-
slurceWorldcode
奇迹世界服务端源代码,有兴趣的可以研究研究(Wonder World server source code, interested in studying)
- 2019-04-07 07:10:53下载
- 积分:1
-
C# Vector graphics development paradigm, if there is a need, a friend can look a...
C#矢量图形开发范例如果有这方面需要的朋友可以看看此案例-C# Vector graphics development paradigm, if there is a need, a friend can look at this case
- 2022-03-07 06:42:12下载
- 积分:1
-
三轮
飞思卡尔,恩智浦汽车比赛中的电磁三轮,西部赛区刚完,部赛二等,省赛一等(Freescale, three electromagnetic wheels in NXP motor race, just finished in western division, second in division, first in province)
- 2020-06-18 20:00:02下载
- 积分:1
-
Personal Diary
说明: 一个用c语言实现的person diary(Persondiary Implemented in C Language)
- 2020-06-17 18:00:02下载
- 积分:1
-
contiki 2.7 版本内核
contiki 2.7 内核源代码,大家可以下载修改,编辑,为你所用;有什呢疑问可上https://github.com/contiki-os了解
- 2022-03-28 11:33:37下载
- 积分:1
-
C#的链表
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace NodeList
{
///
/// 自定义Information类
///
public class Information
{
public int nID = 1;
public string StrName = "";
///
/// 构造
///
///
///
public Information(int id,string name)
- 2022-06-13 20:33:26下载
- 积分:1
-
CoilDetect
一个定位圆的方法用于一些简单的圆的识别,效果有待验证(a simple circle detection algorithm)
- 2013-07-18 18:13:52下载
- 积分:1