-
很好的讲解java的ppt,很详细,不错
很好的讲解java的ppt,很详细,不错-good java on the ppt, in great detail, yes
- 2022-08-23 19:37:38下载
- 积分:1
-
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰...
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。
-This book describes the programming under the Linux environment, including Linux system commands, Shell scripting, programming language (gawk, Perl), system kernel, security system, X Window and so rich in content and a comprehensive discussion covering a Linux system all its aspects. The book comes with CD-ROM includes the latest version of RedHat Linux systems, and installation methods, but also a large number of program code in this book, which greatly facilitates the reader, in order to use and will be used Linux system technology provides a more comprehensive reference.
- 2023-05-10 22:25:04下载
- 积分:1
-
这是无忧软件提供的等级考试模拟系统,有 2 3级的模拟试题
这是无忧软件提供的等级考试模拟系统,有 2 3级的模拟试题-This is the worry-free software for the simulation of the examination grading system, two of the three test simulation
- 2022-08-17 13:03:48下载
- 积分: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
-
关于vc++的,非常好的书籍,希望对大家有帮助
关于vc++的,非常好的书籍,希望对大家有帮助-About vc++
- 2022-02-10 01:23:05下载
- 积分:1
-
以前上传的文件,如AM调制与解调通信系统…
与先前上传的文件一样,为通信系统中am调制与解调的matlab程序实现,并仿真实现,程序各行均有完整的说明,简明易懂!-Previously uploaded files, as communication systems for am modulation and demodulation matlab program, and Simulation, procedures, both the description of a complete, concise and understandable!
- 2023-01-05 18:40:03下载
- 积分:1
-
C++ builder 6.0使用大全
C++ builder 6.0使用大全-C++ Builder 6.0 use Daquan
- 2022-02-11 18:54:45下载
- 积分:1
-
经典的游戏学习介绍,能对游戏编程有大的把握哦
经典的游戏学习介绍,能对游戏编程有大的把握哦-Cavity power wilt laugh游Ke Geng Zhuang习, Xikui游Ke-Qin met with the most bleed at the nose cavity submerged Participation criticize Tartar
- 2023-07-10 02:55:03下载
- 积分:1
-
IPhone in Action, Manning Press, supporting source code, Chapter 1
《iPhone in Action》,Manning 出版社的配套源代码,Chapter 1 - 9-IPhone in Action, Manning Press, supporting source code, Chapter 1- 9
- 2022-01-25 19:20:09下载
- 积分:1
-
《NS与网络模拟》的电子版,它是NS2的初学者的入门资料,关于学习NS2的网站,稍后上载。...
《NS与网络模拟》的电子版,它是NS2的初学者的入门资料,关于学习NS2的网站,稍后上载。-the electronic version of《NS and network simulation&》, which is the best introductory information for the beginner NS2.the website about learning NS2 will upload later.
- 2022-01-30 17:51:11下载
- 积分:1