This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers for applications that use the...
I-Code技术资料下载专区,收录4,772份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
This application note describes a method for developing block-oriented I/O device drivers for applications that use the...
modelsim_se_tutorThis is a set of notes I put together for my Computer Architecture class in 1990. Students had a proje...
oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++)...
VCLSkin™ is a component to create skinnable user interface for Delphi/C++Builder application, It is easy to use, ju...
Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is intended to be the mo...
I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the d...
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally an...
若在矩阵Am×n中存在一个元素A[i-1,j-1],其满足A[i-1,j-1]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。