搜索结果
找到约 3,182 项符合
usbCAN-I 的查询结果
单片机开发 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
Swfdec still is development software, but has also followed a rigid
no-crashes-allowed policy. I believe it s stable enough now to be
installed as a default plugin for people that can live with occasional
crashes of their browser. But don t blame me if it does crash. File a
bug at https://bugs.f ...
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
单片机开发 I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p
I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as han ...
嵌入式Linux 这是一个ARM2410A的I/O字符驱动程序
这是一个ARM2410A的I/O字符驱动程序,有很好的框架,很有参考价值。以驱动LED,及按键为例。培训班内部资料
加密解密 i am server im imi mim im im
i am server im imi mim im im
微处理器开发 S3C2440A第九部分I/O口译文
S3C2440A第九部分I/O口译文,目前在网上还未见此部分的译文,想必定受欢迎,
Ajax I this this is a good book about ajax.I hope it can help you.
I this this is a good book about ajax.I hope it can help you.
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...
其他书籍 Microsoft .net IL 汇编语言程序设计指南. To tell the truth, I don t think I had much choice in this matter. Le
Microsoft .net IL 汇编语言程序设计指南.
To tell the truth, I don t think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, large numbers of books covering various aspects of this ...
matlab例程 matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内
matlab遗传算法工具箱函数及实例讲解2
【问题】在-5<=Xi<=5,i=1,2区间内,求解
f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。