资源列表
weka
- tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
sstab
- Dynamic loading of controls onto tabs. Here is the code I have been playing with
Keil-c51
- 直流电机开闭环控制程序,PWM实现加减速,正反转,大多数可以适用-DC motor open closed-loop control, PWM to achieve acceleration and deceleration, reversing, most can be applied
post
- Postfix Source code for Computer Engineering
schrodinger
- schrodinger energy and wave solver
CLOCKJUK
- a design of analog clock in turbo c code with graphics
pso
- 本程序是关于粒子群优化算法PSO的代码 运行环境是vc6.0
crc
- 用于crc校验,在编程过程中出现的错误。-For crc check errors in the programming process.
imgrayscaling
- 直方图处理,是把给定图像的直方图分布改造成均匀直方图分布,使输出像素灰度的概率密度均匀分布。应信息学的理论来解释,即具有最大熵的图像为均衡化图像。-Histogram processing
1286411
- LCD 12864 字体取模软件 LCD 12864 字体取模软件-Modulo software LCD LCD font 12864 12864 fonts modulo software
wangzheng
- 根据用户需求设计了商品销售管理系统,主要包括: 商品信息:商品编号、商品名称、商品进货价、商品库存数等 商品销售:商品编号、商品名称、销售价格、销售数量、销售日期等 主要功能: 1) 增加商品信息 2) 保存商品信息到文本文件中 3) 显示库存信息(按编号排序) 4) 按编号查询货物信息 5) 打印销售单(显示库存量及已经售出的数量,并根据金额找零) 但当用户输入的数量超过库存量,或付款不够都会给出提示 程序中包括: (1)数据类——实现对数据
DHT22
- DHT22 code and source for CCS C PIC16F877a