Welcome![Sign In][Sign Up]
Location:
Search - chap

Search list

[Grid Computingchap-12

Description: 分布式系统课件-ANDREW S.TANENBAUM(第12章英文版)-Distributed Systems Software-ANDREW S. TANENBAUM (Chapter 12 in English)
Platform: | Size: 146432 | Author: dapan | Hits:

[Otherkeilc51cn

Description: Keil C51使用详解,第一章 Keil C51 开发系统基本知识,第二章 Keil C51 软件使用详解,第三章 Keil C51 vs 标准 C.第四章 Keil C51 高级编程,第五章 Keil C51 库函数参考,第六章 Keil C51 例子,第七章 Keil C51 的代码效率,第八章 dScope for Windows 使用详解-Detailed use Keil C51, chap Keil C51 development system, basic knowledge of Chapter II software Detailed Keil C51, Keil C51 vs Chapter III Chapter IV C. Standard Keil C51 high-level programming, chapter V Keil C51 library function reference Chapter VI Keil C51 example, Chapter VII of the Keil C51 code efficiency, Chapter VIII of the dScope for Windows using the Detailed
Platform: | Size: 94208 | Author: | Hits:

[Other Embeded programchap

Description: 有关VERILOG的源码程序,希望对大家有帮助,谢谢啦-Verilog source code relating to procedures, in the hope that everyone has to help, thank you
Platform: | Size: 4096 | Author: liyouguang | Hits:

[Game ProgramChap16

Description: 《游戏编程入门》一书16个例子的源码,但没有加入MID声音代码
Platform: | Size: 660480 | Author: 陈景博 | Hits:

[Windows Developcp1

Description: c++优秀源码,第一章,100个.cpp文件,包括c++语言的基本知识点逐个实例化。非常适合初学者学习使用。-c++ excellent source, chap 100. cpp files, including c++ language basic knowledge of point-by-instantiated. Very suitable for beginners learning to use.
Platform: | Size: 68608 | Author: cc | Hits:

[Algorithm1

Description: 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第一章-Commonly used in computational physics simulation algorithm, carved in computational physics to the study and simulation modeling Friend reference, chap
Platform: | Size: 20480 | Author: enhom | Hits:

[CSharpChap

Description: C#实现的生产管理系统,适用于大多数企事业的生产管理。包括数据库与代码部分,是C#,数据库实现的一个经典例子。-C# to achieve the production management system, applicable to most enterprises and production management. Including database and code part of the C , databases realize a classic example.
Platform: | Size: 782336 | Author: junwoo | Hits:

[Otherchap

Description: 有关量子力学计算问题,希望对大家有所帮助-Quantum mechanics calculation of the relevant issues, and they hope to help everyone
Platform: | Size: 7097344 | Author: 黄志祥 | Hits:

[Technology ManagementSD_Card_5

Description: SD设计规范第五章。设计SD时需要参考。-SD design specifications chap. When necessary to refer to the design of SD.
Platform: | Size: 1435648 | Author: hanyu | Hits:

[OtherSPSS1

Description: spss learn doc chap 1 and other chap attached
Platform: | Size: 226304 | Author: hell | Hits:

[AI-NN-PRchap

Description: 该算法为模糊自适应整定的PID控制算法,该算法在matlab环境下开发,可以直接运行 -The algorithm for fuzzy adaptive tuning of the PID control algorithm in the matlab environment development, can be directly run
Platform: | Size: 5120 | Author: wujianzhang | Hits:

[Special Effectschap

Description: 这是用MATLAB编写的计算图像中的欧拉数的简单程序。-This is calculated using MATLAB prepared image Euler Number simple procedure.
Platform: | Size: 9216 | Author: 张伟 | Hits:

[AI-NN-PRchap

Description: 这是基于MATLAB编写的一个神经网络的实例。-This is based on the MATLAB neural network to prepare a case in point.
Platform: | Size: 1024 | Author: 张伟 | Hits:

[Windows CEChap

Description: 经典的winCE的源代码,很值得参考,对于接触移动计算的-Classic WinCE source code, it is worth considering, for access to mobile computing
Platform: | Size: 118784 | Author: changzhuo | Hits:

[Mathimatics-Numerical algorithms5th_chapter

Description: ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现 -, Algorithm Design and Analysis edited by Wang Xiaodong, chap backtracking, textbooks examples of code to achieve
Platform: | Size: 8192 | Author: benson | Hits:

[Othernumber.theory.N.passwords

Description: 陈恭亮编写的学习资料《数论与密码》(稿,150页版) 第一章 整除与欧几里得除法 第二章 不定方程 第三章 同余 第四章 同余方程 第五章 二次同余式与平房剩余 第六章 原根与指标-CHEN Gong-liang prepared to learn information of number theory and password (draft version of 150), chap divisible division and Euclid Chapter II Chapter III diophantine equation congruence congruent equation Chapter IV Chapter V secondary congruence with Chapter VI remaining cottage primitive root and indicators
Platform: | Size: 859136 | Author: 华宁雪 | Hits:

[Otherch01

Description: Writing Testbenches 第一版 中文翻译版样章,ChinaPub出版,第一章。最好参考其英文电子书阅读,作参考用。-Writing Testbenches like the first edition of the Chinese translation version of chapter, ChinaPub published, chap. The best reference book in English reading, for reference.
Platform: | Size: 246784 | Author: Terry | Hits:

[Otherch03

Description: Writing Testbenches 第一版 中文翻译版样章,ChinaPub出版,第三章。最好参考其英文电子书阅读,作参考用。-Writing Testbenches like the first edition of the Chinese translation version of chapter, ChinaPub published, chap. The best reference book in English reading, for reference.
Platform: | Size: 266240 | Author: Terry | Hits:

[VC/MFC1

Description: --学习指针不可少的好文章.doc 第一章。指针的概念 指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。要搞清一个指针需要搞清指针的四方面的内容:指针的类型,指针所指向的类型,指针的值或者叫指针所指向的内存区,还有指针本身所占据的内存区。让我们分别说明。 先声明几个指针放着做例子: -- Essential for good learning article pointer. Doc chap. The concept of pointer is a special pointer variable, it is stored inside the numerical is interpreted to become a memory address. To understand the need for a clear pointer pointer four aspects: the type of pointer, pointer by point to the type of the value pointer pointer by name or point to the memory area, as well as indicators of memory occupied by its own district. Let us respectively. First statement pointer placed several examples:
Platform: | Size: 11264 | Author: 吴欢欢 | Hits:

[GDI-BitmapDelphiXjiaocheng1

Description: DelphiX 教程1源码 用于delphi游戏编程学习,第一章,讲述DXInput和DXTime控件的用法。 -DelphiX Tutorial 1 source for delphi game programming learning, chap DXTime about DXInput and usage controls.
Platform: | Size: 5120 | Author: yqguang | Hits:
« 1 2 3 4 56 7 8 9 10 ... 13 »

CodeBus www.codebus.net