-
spi_hello
SPI接口测试程序,Xilinx参考设计,ML507硬件测试通过.(SPI interface test code,Xilinx reference design,tested on ML507 platform.)
- 2013-09-01 09:37:04下载
- 积分:1
-
barber
理发店的服务过程仿真
一个理发店有两位服务员A和B顾客随机地到达该理发店,每分钟有一个顾客到达和没有顾客到达的概率均是1/2 , 其中60 的顾客理发仅用5分钟,另外40 的顾客用8分钟 . 试对前10分钟的情况进行仿真。(Service process simulation of a barber shop barber shop attendant A and B, there are two customers arrive at the barber shop randomly, every minute a customer arrives and there is no probability that the customer arrives are 1/2, where only 60 of the customers Barber five minutes, another 40 of customers with 8 minutes. trial for the first 10 minutes of the simulation.)
- 2014-01-14 14:52:21下载
- 积分:1
-
blowfish 加密算法
blowfish 加密算法 二进制兼容的加密算法,加密匙可到128位-blowfish binary compatible encryption algorithm encryption algorithms, encryption keys can be 128
- 2022-02-10 13:07:59下载
- 积分:1
-
C# GroupBy将字符串数组按元素长度分组
C#演示 GroupBy字符串操作范例,C# GroupBy将字符串数组按元素长度分组:
string[] Words = new string[] { "what", "is", "your", "name", "?", "my", "name", "is", "lyf", "." };
var Groups = from word in Words
group word by word.Length into lengthGroups//按单词长度将单词分组
orderby lengthGroups.Key descending//按单词长度降序排列
select new
{
Length = lengthGroups.Key,//取单词长度
WordCollect = lengthGroups//取该长度的单词分组集合
};最后使用foreach循环遍历每组单词,将罗列出包括指定字符的单词是哪几个。
- 2023-08-16 01:45:03下载
- 积分:1
-
Apple1
说明: 一篇不错得光学文章 一篇不错得光学文章 一篇不错得光学文章 一篇不错得光学文章 一篇不错得光学文章(a good optical article in a well in a good optical article in a good optical article in a good optical article in a good optical article in a good optical article)
- 2006-03-30 14:49:08下载
- 积分:1
-
FTP文件下载支持断点续传功能
FTP文件下载支持断点续传功能,支持多线程,功能非常强大,可以用来学习使用
- 2023-06-05 03:50:03下载
- 积分:1
-
GetHostNameIP
一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
- 2013-08-22 10:58:23下载
- 积分:1
-
matlab
matlab函数汇总,包含大部分图像处理函数.(matlab function summary, including the majority of image processing functions.)
- 2009-12-20 11:09:53下载
- 积分:1
-
moravec
可以读取8位的灰度图像然后进行moravec进行特征点提取,提取效果一般,特征点用十字叉丝表示,简单易懂,适用于初学者使用
- 2022-04-14 14:46:30下载
- 积分:1
-
rihua.code
本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
- 2007-06-04 12:04:49下载
- 积分:1