-
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
-
DAC
基于MSP430定时器实现的DAC设计源代码(Based on MSP430 timer realize the design of the source code of the DAC)
- 2008-05-12 14:15:50下载
- 积分:1
-
MyQQ
说明: 用C#实现的仿QQ聊天程序,采用Socket进行通信(Using C# to achieve imitation QQ chat program to communicate using Socket)
- 2010-04-02 12:41:27下载
- 积分:1
-
MatterSlice-master
切片软件,实现3D模型的切片处理,对模型处理的一些算法(Slice software, slicing the 3D model, the model number of the processing algorithms)
- 2015-03-10 10:47:06下载
- 积分:1
-
SCM_4_couple_von
4维简单胞映射程序: 对动力系统做全局分析(four-dimensional simple cell mapping procedures : dynamic systems analysis of the overall situation so)
- 2007-06-15 20:35:07下载
- 积分:1
-
Binarization-Transformation
图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法(Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, and text to identify the most useful Niblack method)
- 2011-11-19 09:53:11下载
- 积分:1
-
2
说明: 经典属性越简代码,用于属性约简及规则生成。(Classic attribute reduction code)
- 2019-11-19 19:56:09下载
- 积分:1
-
OptiSystem和Matlab协同仿真
说明: optisystem和matlab联合仿真处理的方法(The method of Joint Simulation processing)
- 2020-07-01 10:14:01下载
- 积分:1
-
HookShadowSSDT
- 2022-03-29 06:45:59下载
- 积分:1
-
一个三层登陆的模型,用。net开发,适合与初学者
一个三层登陆的模型,用。net开发,适合与初学者-Landing a three-tier model. net development, suitable for beginners
- 2022-04-19 05:28:43下载
- 积分:1