搜索资源列表

  1. clustering

    0下载:
  2. 1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法) -1. Hierarchical clustering method (the shortest distance method) 2. The simplest clustering method 3. The maximum distance the sample 4. K average clu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:math
  1. 16x16ledSY

    0下载:
  2. 最简单的16x16的显示屏,有原理图和实际硬件调试后通过的全部代码!一起交流,共同进步!-The simplest 16x16 display, has the actual hardware schematic and debugging all the code adopted! With exchanges and common progress!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:89088
    • 提供者:庄晓兵
  1. mmc

    0下载:
  2. MMC卡SPI最简单操作例子 MMC卡SPI最简单操作例子-MMC Card SPI operation of the simplest examples of MMC card SPI operation of the simplest examples
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:aa
  1. cpu

    0下载:
  2. 一个可以控制CPU占用率的程序,可是设置CPU占用百分比,或者CPU占用曲线呈正眩区线,是微软面试的一道题目,网上有很多讨论,但是大多数的方法都很复杂,我用了一个很简单的方法就实现了。-One can control the CPU occupancy rate of the procedure, but set the percentage of CPU occupancy, or CPU occupancy curve was po
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:43008
    • 提供者:bill
  1. sqlist

    0下载:
  2. 顺序表是线性表的一种最简单的存储结构。大家多多支持-The order table is a linear form of the simplest storage structure. U.S. support of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:小雨
  1. code

    0下载:
  2. 最简单的让WINXP自动登陆的方法最简单的让WINXP自动登陆的方法-Let the simplest way WINXP automatic landing so that the simplest way WINXP automatic landing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. Chap01

    0下载:
  2. 介绍从最基本的功能起,实现最简单的一个函数,快速入门。-Introduction from the most basic functions, the realization of the simplest of a function, Quick Start.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1520640
    • 提供者:玄月
  1. ausm

    1下载:
  2. 一维热传导方程是最简单的偏微分方程,可供CFD初学者学习和参考-One-dimensional heat conduction equation is the simplest partial differential equations for the CFD study and reference for beginners
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:杨佳庆
  1. SimpleServerClient

    0下载:
  2. 最简单的win32的WSAASyncSelect模型服务器和客户端-The simplest model WSAASyncSelect the win32 server and client
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:6128640
    • 提供者:孟国
  1. LCD12232_t1

    0下载:
  2. 最简单的LCD12232液晶显示程序。注释很详细,很好懂,适合初学者。-The simplest procedure LCD12232 LCD. Notes very detailed, very well understood, suitable for beginners.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zdhwxr
  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also c
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:148480
    • 提供者:邓思兵
  1. sound

    0下载:
  2. 在页面加入视频最简单的方法就是在页面中用HTML语言加入指向Web Server的指针文件-Video of the page by adding the simplest way is to use HTML language of the page point to Web Server by adding the target file
  3. 所属分类:WEB源码

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:徐敏
  1. MIFReader

    0下载:
  2. 最简单的MIF格式查看器,只实现简单的点,线,面。但是相当简单易懂,特别适合初学者。-The simplest MIF format viewer, only to realize a simple point, line and plane. Quite simple but easy to understand, especially for beginners.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-19
    • 文件大小:63488
    • 提供者:陈晓明
  1. SimpleAjaxChat

    0下载:
  2. 最简单无刷新聊天室源码 输入用户名,进入,直接就可以聊天了(最好找几个人一起测试呵呵) C#.NET 代码 用C# .net + javascr ipt + ajax实现的 web聊天原理 没有用其他的ajax类库,全自行代码,有利于学习ajax原理的朋友 SimpleChat为web文件夹 -The simplest source without refreshing the chat room to
  3. 所属分类:其它源码

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:michael wang
  1. quine-mcKluskey

    0下载:
  2. Quine McKluskey Algorithm: The Quine McKluskey algorithm is used for minimization of logical (boolean) functions. This an important aspect in all electrical circuits allowing cheaper components and assuring that the si
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:s050403054
  1. PROTEUS-AVR

    0下载:
  2. 基于PROTERUS仿真的AVR例子,内容丰富,包含全面,从最简单的I/O操做到通讯例子都有,并有详细的注!释-AVR-based simulation PROTERUS example, is rich in content and contains a comprehensive, from the simplest I/O communications examples do fuck all, and have a detail
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1781760
    • 提供者:raosibin
  1. Hello

    0下载:
  2. 最简单的java入门程序,对初学者来说很适用.希望大家一起学习好java-The simplest java entry procedures, is very applicable for beginners. I hope everyone together to learn good java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:luoxiao
  1. GA_Denis_Cormier

    0下载:
  2. 这是最简单的,也是最清楚的遗传算法代码,您只要自定义其评价函数,定义说明在文档里,然后就直接可用!-This is the simplest and the most clear genetic algorithm code, you can customize its evaluation function, defined in the document, and then directly available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:saheya
  1. MySocket

    0下载:
  2. vc网络编程最简单的例子,有利于理解和记忆。-vc Network Programming The simplest example is conducive to understanding and memory.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:zhs_Xa
  1. FPGA-based-DAC

    1下载:
  2. 用fpga实现的DA转换器,有说明和源码,VDHL文件。 A PLD Based Delta-Sigma DAC Delta-Sigma modulation is the simple, yet powerful, technique responsible for the extraordinary performance and low cost of today s audio CD players. The
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:58368
    • 提供者:开心
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org