-
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本-Ogre dependence development kit package is VS2003 version, can not be used for other VC version
- 2022-01-25 23:09:05下载
- 积分:1
-
MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及...
MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。
MySQL有瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。
虽然对MySQL的开发不能出一份力,但可为它的推广使用尽一份心,面对500多页的参考手册,知道要精确译出它决非易事,但愿几个月的心血能为大家提供一丝微薄的帮助。
由于本人水平有限,文中肯定有不准确的地方,敬请在阅读过程中不吝指出。文中不明之处,请参阅手册原文。
本文的内容针对MySQL 3.23.7alpla,实际上很多内容是通用的。另外,参考手册的几个附录也是很有价值的,但由于时间有限,未能译出,可参见原文。-MySQL is a sophisticated SQL database management systems, While it is not open source products, but in some cases you can freely use. Because of its strong capabilities, flexibility, rich application programming interface (API) and the elegance of the structure, by the vast number of free software enthusiasts even commercial software users favored especially with Apache and PHP/PERL combination for the establishment of the dynamic database-based web site provided a powerful impetus. MySQL Swed
- 2022-07-08 12:23:05下载
- 积分:1
-
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
工具栏和状态栏
-toolbar and status bar t oolbar and status bar t oolbar and status bar workers with hurdles and the status bar toolbar and status bar
- 2022-03-23 19:46:17下载
- 积分:1
-
Example 2 project for AVR8515 on C for IAR
Example 2 project for AVR8515 on C for IAR
- 2022-12-08 22:45:02下载
- 积分:1
-
一个小型专家系统
书籍识别系统
- 2022-12-27 05:50:03下载
- 积分:1
-
a class, purpose and content based courses located purposes : 1. With parts of t...
一、课设目的及内容
课设目的:
1. 在掌握部件单元电路实验的基础上,进一步将其组成系统构造一台基本模型计算机。
2. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。
课设内容:
将机器指令对应的微代码正确地写入控存中;装载机器指令并进行检查;运行程序,停机后检查数据存贮单元中的结果与理论值是否一致。
通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。
-a class, purpose and content based courses located purposes : 1. With parts of the circuit experiment modules, based on its component systems constructed a basic model computer. 2. Its definition of five machines instructions, and to prepare the corresponding micro-program, the specific machine debugging unit grasp the concept. Course located : machinery orders corresponding to the micro-code correctly charged into the deposit; Loading machinery orders and checks; operating procedures, stands checks data storage modules, the results and the theoretical values are consistent. Through the com
- 2022-11-14 05:25:04下载
- 积分:1
-
the source code in C/C writes. Direct exe files can be run, realizing see CPP do...
几个小游戏的源码,用C/C++写的。
直接运行exe文件可看,实现见CPP文件。-the source code in C/C writes. Direct exe files can be run, realizing see CPP document.
- 2022-06-26 19:52:21下载
- 积分:1
-
达到对Protel99 SE软件有个全面的了解并达到熟练掌握的目的。
达到对Protel99 SE软件有个全面的了解并达到熟练掌握的目的。 - Achieved software has a comprehensive understanding to Protel99
SE and achieved skilled grasps goal.
- 2022-01-25 14:29:24下载
- 积分:1
-
阴影检测纸从网,它是价值
shadow detection paper from net,it is value
- 2022-01-25 23:54:27下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1