搜索资源列表
The Best CC++ Tips Ever
- 中文译名《最优C/C++编程秘诀》。书中对new/delete、malloc/free,构造/析构函数等等C/C++难点问题有详细深入的讲解。-Hansard "optimal C / C programming tips." Book of the new / delete and malloc / free, Construction / destructor function, etc. C / C difficult issues detailed, in-depth
windows_2000_profersional_
- 本书介绍中文Windows 2000 Professional操作系统的使用方法和技巧。主要内容包括:Windows 2000的基础知识、使用Windows 2000及其应用程序、网络、系统维护及故障排除等。本书语言风趣幽默,生动活泼,通俗易懂,寓教于乐,是一本优秀的中文Windows 2000 Professional入门参考书。-Chinese book about the Windows 2000 Professional operating system using techniques
《.NET面向对象教程》
- 本简缩教程的内容有: 1.创建类:类关键字、类及名空间、创建方法、创建属性、重载方法等。 2.对象的生命周期:对象的构造、对象的终止 3.继承:实现基本的继承、阻止继承、继承与辖域、保护方法、重载方法、重载与 构造方法、创建基类以及抽象方法 4.共享或类成员:共享方法、共享变量 5.事件:共享事件、触发事件 6.界面:怎样使用界面 7.对象的处理:对象的声明等等 8.交叉语言的继承:创建VB.NET的基类、创建C#子类、创建一个客户应用程序
LinuCode I
- Linux环境编程入门知识:如何使用GCC,如何写Makefile-Linux programming knowledge entry : how to use the GCC, how to write Makefile etc.
matlab与各类语言接口技术
- 一个相当全面的关于matlab与各类语言接口技术。含有C,blandC++,vc,c++等-a fairly comprehensive with all kinds of Matlab language interface technology. Containing C, blandC, vc, c, etc.
ttt12222
- IP电话技术稳定的VOIP服务集成:本书介绍了基于IP技术的开发、网络部署、测试等内容,提供了交付VoIP服务最佳答案和解决方案。本书综合介绍在服务提供方面的协议信号传输、媒体传输方法、参考拓扑考虑因素和语音质量测试。 -stable IP telephony integration of VoIP services : the book about the IP-based technology development, deployment, testing, etc., for th
Xilinx-JTAG-Download-Cable
- Xilinx编程电缆的电路原理图,帮助自制、维修等-Xilinx programming cable circuit schematics, self help, maintenance, etc.
neuralnetwork&application
- 关于神经网络及其应用的一本电子书,里面包含了一些基本的网络模型的说明如联想记忆,随机神经网络模型等等还有他们的应用及其计算机实现的一些源码-on neural networks and applications of an electronic book, which contains some basic network model stating associative memory, random neural network model, etc. There is also the a
LxShop1.1_big5
- LxShop是一套采用php+mysql的多用户网上商城系统,安全、负载量高,访问迅捷,能与论坛、博客、CMS等系统整合并支持一站登陆。功能包括用户管理、商品管理、订单管理、销售统计、广告/公告管理、附件管理等,这些管理权限与用户等级挂钩。内置多套模板,支持界面个-LxShop is a php mysql using the Internet more user-friendly system, security, loading, visit the Express, with the fo
VHDL-beststudy
- This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 ver
dtotnetessential
- 讲解点NET本质的一本书,包括元数据组织,版本控制,编译-point on the essence of a book, including metadata, version control, translation, etc.
MATlablecture
- 讲解其功能,语法,运算函数,图像处理,等,经典的学习材料。非常适合初级学者入门学习-explain its function, grammar, arithmetic function, image processing, etc., classical learning materials. Very suitable for junior scholars learning portal
Matlab_6.5
- MATLAB 6.5 的教科书,对应上传的6.5代码学习。从基础讲解其功能,语法,运算函数,图像处理,等,经典的学习材料,并且用MATLAB 写的源代码-textbooks corresponds to the 6.5 code upload learning. From the foundation to explain its function, grammar, arithmetic function, image processing, etc., classical learning
dspCPU
- DSP的CUP内核硬件结构,包括状态寄存器,指令寄存器的各个位的含义-CUP DSP core hardware architecture, including the state register, the instruction register the meaning of the various spaces, etc.
VarableStructureControlSystem
- 本书介绍了 变结构系统的基本概念 滑动末态的存在条件与滑动模态方程-book on the changes to the basic structure of the concept of the end of the sliding conditions for the existence of state and the sliding mode equation, etc.
coloureq
- 各种颜色空间间进行转化,RGB,HSV,GRAY,等-various color space conversion between RGB, HSV, GRAY, etc.
datasets
- delphi实例大全,包含界面编程、控件应用、图形技术、多媒体技术、文件系统、操作系统-delphi includes programming interface, application controls, graphics technology, multimedia technology, file system, operating systems, etc.
s0198594
- 介绍防手震的文章。文章提供了目前标准的防手震软件算法(傅立叶变换反变换方法等)。-of anti-tremor article. The article provided the current standard anti-tremor software algorithm (Fourier transform inverse transform method, etc.).
vc6Article
- Visual C++ 文章,有窗口控制,工具栏,状态栏,ODBC等-Visual C article, a window control, toolbar, status bar, ODBC, etc.
linux
- linux默认情况下,Linux可以使用6个虚拟控制台来登录本地Linux (本地终端) 系统,当然,这个设置是可以修改的(修改文件/etc/inittab)。每一个虚拟控制台允许让一个用户登录,我们可以使用 ALT+Fn(n=1,2,3,4,5,6)来登录或者是切换到某个虚拟控制台,它们分别对应tty1到tty6虚拟终端。