-
Delphi技巧
Delphi技巧-Delphi technique
- 2022-12-05 02:20:03下载
- 积分:1
-
RFC2326中文版文档,即RTSP(实时流协议)中国纪录片…
rfc2326中文文档,即RTSP(Real Time Stream Protocol)中文文档,学习和开发流媒体协议(rtsp)软件的圣经-rfc2326 Chinese document, that is, RTSP (Real Time Stream Protocol) Chinese documents, learning and development of streaming media protocol (rtsp) Bible software
- 2023-06-21 05:20:02下载
- 积分:1
-
JSP core technologies
JSP核心技术-JSP引擎内幕。本文详细介绍了jsp的技术核心。深入研究jsp引擎的核心技术
- 2022-07-02 06:20:13下载
- 积分:1
-
java编程思想(完整版),对java编程进行有效的阐述
java编程思想(完整版),对java编程进行有效的阐述-thinking (full version), the java programming effective exposition
- 2022-05-19 06:29:53下载
- 积分:1
-
是教室教学用的JAVA教案 ,包含了JAVA各个知识点,是教师上课的重要资料...
是教室教学用的JAVA教案 ,包含了JAVA各个知识点,是教师上课的重要资料-it is the teacher s fdsa fdas ffdasfdas fadsf
- 2022-01-21 18:39:07下载
- 积分:1
-
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库...
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库参考1-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the
- 2022-07-26 19:34:31下载
- 积分:1
-
几个电子
几本VC的电子书,感兴趣的下吧。可能非经典,但很实用。-VC of several e-books, are you interested. May be non-classical, but very practical.
- 2022-03-15 03:28:07下载
- 积分:1
-
如何定制对话框系统菜
如何定制对话框系统菜 -how customization dialog system customization dialog how vegetable dishes system
- 2022-03-14 02:38:16下载
- 积分:1
-
从";VC6.0编程,";的源程序,适用于初学者的…
来自《VC6.0可视化编程》的源码,适用于初学者。 这是第一章,关于multi windows 的代码-from "VC6.0 visual programming," the source, applicable to beginners. This is the first chapter of the multi windows code
- 2022-01-26 00:20:31下载
- 积分: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