-
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
-
wlan.tar
NDP协议模拟C++实现 Linux平台下(NDP protocol simulation C++, Linux platform)
- 2010-12-10 23:56:30下载
- 积分:1
-
Example2
主要描述的是一个界面的问题,大家可以编译一下!看看其功能特点!(The main interface is a description of the problem, we can compile click! Take a look at its features!)
- 2009-02-15 20:08:59下载
- 积分:1
-
ADC-UART-VB
此程序实现了对串口输入的ADC数据和温度数据的实时曲线图显示。(This program realizes the serial input of the ADC data and temperature data in real-time graph display.)
- 2011-01-27 17:00:12下载
- 积分:1
-
qq
QQ伴侣2009-11版本,学习外挂的好东西(QQ partner 2009-11 version of the plug of the good things to learn)
- 2010-05-10 07:45:57下载
- 积分:1
-
roadpollution
这个是利用地理信息系统组件MO做的武汉道路污染源强的分析系统。(This is the use of geographic information system components to do the Wuhan MO road sources of pollution and strong analysis system.)
- 2007-10-30 11:58:03下载
- 积分:1
-
time
利用msinet读取服务器上的时间,进行本机时间的同步。(Use msinet read the time on the server, to synchronize the local time.)
- 2013-12-25 16:04:45下载
- 积分:1
-
Desktop
vbs function to deterine windows type
- 2015-07-27 01:06:07下载
- 积分:1
-
chat2
视频通信 c#编程 可以正确运行 能够在局域网里进行视屏聊天(Video communications c# programming can be run properly in LAN chat screen)
- 2012-06-12 11:24:27下载
- 积分:1
-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1