Welcome![Sign In][Sign Up]
Location:
Search - ch4-2

Search list

[source in ebookCH4

Description: c语言常用算法,非常有用。-c language commonly used algorithm, very useful.
Platform: | Size: 14336 | Author: 王雷 | Hits:

[SCMCH452_driver

Description: C8051F005单片机控制CH452驱动程序,keil c51环境,c 语言编写-C8051F005 MCU control CH452 drivers, c51 decoder environment, c language
Platform: | Size: 20480 | Author: 罗维平 | Hits:

[Embeded-SCM DevelopADC0809

Description: 8路数据循环采集,用MAX7219驱动数码管显示转换后的值以及通道号-8-channel data acquisition cycle, driven by MAX7219 digital tube display converted value as well as the channel No.
Platform: | Size: 74752 | Author: MAZEMIN | Hits:

[SCMch452

Description: PIC单片机控制CH452的数码管显示程序-PIC SCM CH452 digital tube display program
Platform: | Size: 249856 | Author: 彭章君 | Hits:

[MiddleWareCH4

Description: 8051精品範例 8051精品範例-8051 fine example of fine examples of 8051
Platform: | Size: 143360 | Author: 雄者為王 | Hits:

[Other Embeded programCH450_I2C

Description: 使用51模拟I2C总线对CH450完成对6位LED数码管显示的操作。使用LED驱动芯片可分担51的工作量。-The use of 51 analog I2C bus on the CH450 completed six LED digital tube display operation. The use of LED Driver IC 51 may share the workload.
Platform: | Size: 19456 | Author: | Hits:

[JSP/Javajava150ch1-ch4

Description: java编程150例,第一章到第四章的源代码!-java programming 150 cases, the first chapter to chapter IV of the source code!
Platform: | Size: 548864 | Author: ustbsjl | Hits:

[Otherch4

Description: Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }-Status StrAssign (SString T, char* chars) (//generate a value equal to its string of chars of T int i if (strlen (chars)> MAXSTRLEN) return ERROR else (T [0] = strlen (chars) for (i = 1 i <= T [0] i++) T [i] =* (chars+ i-1) return OK))
Platform: | Size: 17408 | Author: 冰河 | Hits:

[SCMCH451

Description:
Platform: | Size: 27648 | Author: yly | Hits:

[SCMch4-ex

Description: 单片机C语言嵌入式/单片机编程 Keil C51 uV3使用程序开发!-Singlechip C Language Embedded/Microcontroller Programmer using the Keil C51 uV3 development!
Platform: | Size: 7168 | Author: | Hits:

[source in ebookch4

Description: C++ 这是国外计算机科学教材系列《big C++》书籍的源代码ch4-C++ This is the teaching of foreign computer science series big C++ The book s source code CH4
Platform: | Size: 2048 | Author: 介质 | Hits:

[Algorithmch4

Description: 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
Platform: | Size: 12288 | Author: 周泽华 | Hits:

[OtherCH4

Description: C语言常用算法源代码,加以组合可以实现很多功能-C language commonly used algorithm source code, to be a lot of feature combinations can be achieved
Platform: | Size: 14336 | Author: raochao | Hits:

[MPIch4

Description: 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
Platform: | Size: 1024 | Author: 小云朵 | Hits:

[SCMCH452_code

Description: 这个是我自己开发制作的CH452开发板的资料,里面包含CH452的驱动程序,里面包含有说明文件,开发环境是IAR3.20C-This is the development of my own development board CH452 produced the information, which contains drivers CH452, which contains documentation, development environment is IAR3.20C
Platform: | Size: 29696 | Author: 刘学强 | Hits:

[Windows Developch4

Description: this very simple c++ code.-this is very simple c++ code.
Platform: | Size: 6144 | Author: mehran | Hits:

[SCMch452

Description:
Platform: | Size: 117760 | Author: zhouhao | Hits:

[AlgorithmCH4

Description: 4.1 求非线性方程实根的对分法ddhrt.c 4.2 求非线性方程一个实根的牛顿法dnewt.c 4.3 求非线性方程一个实根的埃特金迭代法datkn.c 4.4 求非线性方程一个实根的连分式解法dpqrt.c-4.1 The real roots of nonlinear equations of the pairs of sub-law ddhrt.c 4.2 real roots of nonlinear equations of a Newton' s Law of dnewt.c 4.3 real roots of nonlinear equations of an iterative method of Aitken datkn.c 4.4 real roots of nonlinear equations of a solution of continued fraction dpqrt.c
Platform: | Size: 14336 | Author: yangasdtat | Hits:

[OpenGL programCH4

Description: 这个程序构建了一个SP4杂化轨道的电子云,以及空间充满的电子云。 四个不同颜色小球可以看作都是氢原子,或者其他四个不同侧链。 通过按键:上,下,左,右,Home,PageUp,Pagedown,End,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csdn的志愿者翻译的中文教程! 程序用Dev-C++ Version 4.9.9.2编译。 如果有问题要联系我,请通过以下电子邮件:netscaner@sina.com.cn -Buid a SP4 cloud of molcule by Dev-C++ and OpenGL
Platform: | Size: 33792 | Author: 唐铁鑫 | Hits:

[Consolelearning-opencv-ch4-2

Description: 学习opencv第四章第二题源代码(C语言版)-Chapter IV second question learning opencv source code (C language version)
Platform: | Size: 1024 | Author: 骆天宇 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net