-
果您还没有注册,请先注
果您还没有注册,请先注-fruit you have not yet registered, please note
- 2022-08-08 19:52:45下载
- 积分:1
-
C #语言参考
C# Language Reference
- 2022-05-23 09:57:06下载
- 积分:1
-
很好的关于ORACLE的调优的书
值得参考,现在贡献出来大家共享,
这是第5部分....
很好的关于ORACLE的调优的书
值得参考,现在贡献出来大家共享,
这是第5部分.-good on Oracle optimization book is worth considering, now contribute share, This is Part 5.
- 2022-04-12 12:56:41下载
- 积分:1
-
C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员...
C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集”(CLS),是一种混合语言,它可以增强CLS兼容语言和类库间的无缝协同工作能力。对于C#开发者,这意味着既是C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和Visual C++使用的丰富类库进行完全访问。C#自己并没有包含一个类库。 本章的其余部分描述这种语言的基本特性。以后的章节将会详细描述规则和例外,并且有些时候以数学的方式描述,而这章会致力于对整体的简单而清楚地介绍。这样的目的是给读者一个关于语言的介绍,这样可以使读者可以更容易地开始编写程序和继续阅读后面的章节。-C# is a simple, modern, object-oriented, and type-safe programming languages, C and C from development. C# (pronounced "C Sharp & P") is firmly rooted in the C and C language genealogy, and will soon be C and C programmers are familiar with. C# aims to put the Visual Basic and C high productivity of its ability to work together. C# as Microsoft Visual Studio 7.0 part to the subscriber. In addition to C#, Visual Studio
- 2023-06-13 18:00:05下载
- 积分:1
-
ASP.NET+SQL Server动态网站开发案例精选[配套光盘]
本书讲解如何使用ASP.NET和SQL Server开发动态网站,并通过9个与现实生活...
ASP.NET+SQL Server动态网站开发案例精选[配套光盘]
本书讲解如何使用ASP.NET和SQL Server开发动态网站,并通过9个与现实生活息息相关的完整案例,使读者迅速掌握动态网站的开发方法和全
过程。 全书共分11章,第1~2章提纲挈领,将动态网站开发所涉及的关键知识点做了简要介绍。在第3~11章,从需求分析、系统分析、目录结
构和通用模块、界面设计到代码实现,一步步教会读者制作9个精选案例。配套光盘包括所有案例的源程序,读者可以直接取用。 本书适合网
页设计人员、Web应用开发人员和广大网络爱好者学习使用-Microsoft SQL Server dynamic web site development and selected cases [matching CD] on the book how to use ASP.NET and SQL Server development of dynamic web site, through 9 and the reality of life is closely related to the integrity cases, readers quick access to dynamic website development methods and the entire process. The book is divided into 11 chapters, Chapter 1 ~ 2 highlights, the dynamic web development as the key point of knowledge made a brief presentation. In paragraph 3 ~ 11 chapters, ranging from needs analysis, systems analysis, directory structure and generic modules, interface design to achieve code, a reader step by step the church produced nine selected cases. Matching discs include all ca
- 2023-01-14 09:25:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
这本书是一本手
This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advanced topics such as networking and real-time operating
systems. It is accompanied by a CD-ROM containing copies of all programs
and software tools used in the text and a `student version of the C
complier
Designing Embedded Systems with PIC Microcontrollers: Principles and
Applications is ideal for students of electronics, mechatronics and
computer engineering. Engineers in industry and informed hobbyists will
also find this book a valuable resource when designing and implementing
both simple and sophisticated embedded systems using the PIC
Microcontroller.
- 2022-05-19 08:28:40下载
- 积分:1
-
《Visual Basic 6.0应用编程150例》中的实例。
《Visual Basic 6.0应用编程150例》中的实例。-"Visual Basic 6.0 application programming 150 cases" of examples.
- 2022-01-26 00:21:10下载
- 积分:1
-
计算机信息安全
计算机信息安全规则和计算机信息安全法
了解计算机信息安全规定...
计算机信息安全
计算机信息安全规则和计算机信息安全法
了解计算机信息安全规定-computer information security of computer information security rules and computer information security law understanding of computer information security requirements
- 2023-05-22 01:00:03下载
- 积分:1
-
概论:程序设计的基本概念与基本
1 . 方法;怎样才能学好这门基础课
2. 程序的基本结构
3. 编程关键:逻辑思维与问题求解
人是怎样让计算...
概论:程序设计的基本概念与基本
1 . 方法;怎样才能学好这门基础课
2. 程序的基本结构
3. 编程关键:逻辑思维与问题求解
人是怎样让计算机帮助自己解题的
4. 数据的组织方式一:数组
5. 模块化:函数与函数调用
6. 分治思想:递归算法及其实现
7. 逻辑指代与物理指代:指针
8. 数据的组织方式二:结构
9. 蒙特卡洛法
10.贪心法
11.动态规划
12. 数据的组织方式三:链表与树
13.数据的组织方式四:文件,数据的
永久存储与重复使用
14.面向对象程序设计的概念及特点-Introduction: the basic concepts of program design and basic one. Methods how to learn this basic course 2. The basic structure of the procedure 3. Programming key: logical thinking and problem solving is how to make computers help themselves solve problems 4. Data one organization: the array 5. Modularized: function and function call 6. divided Thought: recursive algorithm and its realization 7. logical and physical anaphora anaphora: pointer 8. data organization II: the structure of 9. montecalvo Lofa 10. Greedy 11. Dynamic Programming 12. data organization III: List and Tree 13. data organized in a manner that four: documents, data, permanent storage and re-use 14. object-oriented programming concepts a
- 2022-01-30 18:41:53下载
- 积分:1