-
MFHRM
基于开发板的串口通信,主要运用了MFC和通信协议(Serial communication based on development board)
- 2018-03-29 21:06:57下载
- 积分:1
-
VBPPT
为什么要学习程序设计?
从20世纪的60年代开始。一场新的信息革命悄然来临,它把人类带到信息化社会。与这个社会相应的社会技术是信息技术,它的核心是计算机技术。由于这项技术在人类历史上大大改变了人类创造物质财富和精神财富的方式、方法、过程和结果,也改变了社会结构和人类自身的生活方式、习俗等,因此引起社会各部门的重视。
(Why study programming? 60 years from the beginning of the 20th century. A quiet revolution, the advent of new information, it put into the information society of mankind. With the corresponding socio-technical society of information technology, which is the core of computer technology. Since this technology has dramatically changed human history mankind has created material wealth and spiritual wealth of ways, methods, processes and results, it has changed the social structure and way of life of human beings, customs and so on, thus causing all sectors of society attention.)
- 2009-12-02 17:07:11下载
- 积分:1
-
FDYC1
完整的公司内部培训管理系统,环境VB可以运行,截面漂亮,操作方便()
- 2017-11-03 20:47:45下载
- 积分:1
-
bingo
自己做的两个小病毒和一个控制开关机的程序。。。小病毒求大神指点aaa(Own two small virus and a control switch procedure. . . The god of small viruses seek advice aaa)
- 2013-12-26 18:46:40下载
- 积分:1
-
SMG138
74HC138驱动数码管程序,驱动4位共阳数码管,阳极全部高电平,138驱动段码(74HC138-driven digital control program)
- 2013-12-25 15:15:10下载
- 积分:1
-
jumping_the_queue
The beginning of a winter break near Spring Festival is always the beginning of a peak period of transportation. If you have ever tried to get a train ticket at that time, you must have witnessed the endless queues in front of every ticket box window. If a guy has seen his friend in a queue, then it is very much likely that this lucky guy might go straight to his friend and ask for a favor. This is called "jumping the queue". It is unfair to the rest of the people in the line, but, it is life. Your task is to write a program that simulates such a queue with people jumping in every now and then, assume that, if one in the queue has several friends asking for favors, he would arrange their requests in a queue of his own(The beginning of a winter break near Spring Festival is always the beginning of a peak perio d of transportation. If you have ever tried to ge not a train ticket at that time. you must have witnessed the endless queues in fr ont of every ticket box window. If a guy has seen h is friend in a queue, then it is very much likely that this lucky guy mi ght go straight to his friend and ask for a favor. This is called "jumping the queue." It is unfair to the rest of the people in the line, but, it is life. Your task is to write a program that si mulates such a queue with people jumping in ever y now and then, assume that, if one in the queue has several friends asking az r favors. he would arrange their requests in a queue of his own)
- 2006-11-04 20:29:57下载
- 积分:1
-
task-manager
一个用C++编写任务管理器,适合于初学者学习C++的一些应用,内涵word文档。(A writing task manager C++, suitable for beginners to learn C++ some applications connotation word document.)
- 2013-03-21 08:10:46下载
- 积分:1
-
Fingerprin2066955222007
说明: Finger Print adalah aplikasi untuk mencetak Finger Print
- 2020-03-12 08:18:39下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1