-
远景与系统设计杂志六月2009
Vision and system design magazine 2009 June-Vision and system design magazine 2009 June
- 2022-01-22 13:31:30下载
- 积分:1
-
an interesting small programs can coax MM happy
一个有意思的小程序 可以哄MM开心-an interesting small programs can coax MM happy
- 2022-06-14 03:44:13下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
实现了一个在微秒的例子
本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of multimedia timer can be two ways to achieve precise timing. 1) Use timeGetTime () function, which ms timing accuracy for the class, to return from the Windows start after the beginning of time. 2) the use of timeSetEvent () function.
- 2022-03-06 14:13:58下载
- 积分:1
-
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释....
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释.-development of a VC Highlights of Windows games, can blow up, upgrading, and also filing, a bit like we used to play online games. Very fun, a source notes.
- 2022-02-24 12:36:40下载
- 积分:1
-
一个关于GPS开发出来的.C文件
一个关于GPS开发出来的.C文件-one on the development of GPS. C documents
- 2022-07-17 18:34:26下载
- 积分:1
-
重要下随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程...
重要下随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必备的技能。本实例详细介绍了如何利用Winsock API编写网络应用程序。-Important under the Computer Information Technology with the rapid development of Internet and of human society, working and living more and more closely related, it has become a human acquisition, an important channel for exchange of information and means. Therefore, the current for developers, network programming is an essential skill. The examples described in detail how to use Winsock API preparation of network applications.
- 2022-04-23 18:13:40下载
- 积分:1
-
这是一个简单的windows游戏源程序,可以正常运行,但是高手会发现有Bug...
这是一个简单的windows游戏源程序,可以正常运行,但是高手会发现有Bug-This is a simple windows games source, can be normal operation, but you will find Bug
- 2022-10-28 00:10:03下载
- 积分:1
-
TC3.0环境下显示汉字程序
TC3.0环境下显示汉字程序 -TC3.0 environment shows Chinese characters procedures
- 2022-08-11 23:11:40下载
- 积分:1
-
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。...
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。
-Boundary marking method: the system will link all of the free block list in a double cycle structure of the table to the use of space, there is no need to scan list from start to finish can also set a block adjacent to block release for free.
- 2023-03-10 21:20:04下载
- 积分:1