搜索资源列表
ST7529
- s77529.pdf The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial P
TXT
- LED点阵实验(流动显示1 2 3 4 5 6 7 8 9)说明 通过P0 和 P2 作为点阵接要求学员掌握 LED点阵的工作原理和 各点阵脚的定义及接法,具体接线请参考接线说明我们采用的LED点阵式是低功耗,在做实验时可以用单片机脚直接驱动 -LED dot matrix experiments (flow visualization 123,456,789)** DEscr iptION P0 and P2 as dot-matrix interfaces** Requires studen
duohe_ruanjiansheji
- 多核作业。1、浮点向量多线程实现;2、矩阵相乘多种实现方法;3、相关论文阅读与实现。-Multi-core operations: a floating-point vector multithreading 2, matrix multiplication variety of implementations 3, the relevant papers to read and implement.
uCOS_51
- keil c51 下使用ucos51的led 控制程序,含汉字库读取程序,有借鉴价值。-with keil c51 environment,a ucos51 program that control LED,include chinese matrix message read code,beginer can learn from it.
The-beauty-of-mathematics
- 几年前,“数学之美”系列文章原刊载于谷歌黑板报,获得上百万次点击,并被热情的读者广为传播,得到高度评价。读者说,读了“数学之美”,才发现大学时学的数学知识,比如马尔科夫链、矩阵计算,甚至余弦函数原来都如此亲切,并且栩栩如生,才发现自然语言和信息处理这么有趣,才真正明白“数学是科学的皇后”这句名言。 今年,作者吴军博士几乎把所有的文章都重写了一遍,为的是能把高深的原理讲得更加通俗易懂,让非专业读者也能领略数学的魅力。经过改写和重构后,《数学之美》在整体和细节的度上控制得更好。希望读者通过具体的
read
- 有关读取matlab中mat文件的方法,还有读取大型矩阵的方法-Matlab mat files about reading the method, as well as reading of a large matrix method
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