-
pgm_reader
显示pgm格式的图片, 并显示图片信息等.(Display pgm image.)
- 2009-04-01 13:59:00下载
- 积分:1
-
PCI&PCIe spec及中文翻译手册
PCI&PCIe spec及中文翻译手册
- 2020-05-27下载
- 积分:1
-
LeaRun敏捷后台开发框架
LeaRunV6
- 2023-01-12 02:20:09下载
- 积分:1
-
demoXEPALL
MC9S12XEP100的程序,适合中低级程序员练习(MC9S12XEP100 program, suitable for junior programmers to practice)
- 2015-11-10 23:30:42下载
- 积分:1
-
dhxy
大话西游战斗模拟代码大话西游战斗模拟代码(Westward Journey combat simulation code)
- 2012-05-30 12:29:52下载
- 积分:1
-
AVChatCmpss
利用DirectShow实现视频压缩和传输(Using DirectShow achieve video compression and transmission)
- 2012-08-20 21:55:37下载
- 积分:1
-
IEC104
C语言实现IEC104客户端,可以实现总召,遥信变位上送,YC上送。(The IEC104 client C language, you can achieve total Zhao, remote deformation on the YC sent.)
- 2012-02-16 10:52:57下载
- 积分:1
-
基于STM32F103实现智能灯光亮度调节器
【实例简介】基于STM32F103实现智能灯光亮度调节器
- 2021-12-19 00:33:37下载
- 积分:1
-
567495sourceofMyICQ
MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的QQ(如果Tencent告我的话,我会马上改的:-)。
总之,如果你崇尚自由,对QQ的越来越多的广告骚扰感到深恶痛绝的话,MyICQ绝对是你很好的选择。(MyICQ is an open source instant messaging software, including server and client, can be used for Internet or LAN. Can run on Windows or Linux (KDE/Qt) operating system, which is Windows. Current client interface is a mimic of Tencent QQ (Tencent sue me if, I will immediately reform :-). In short, if you advocate freedom, QQ, more and more ads are hated, then harassment, MyICQ is definitely a good choice.)
- 2010-10-13 11:50:52下载
- 积分:1
-
源码和笔记
我们在整个游戏中,看到的所有内容,我们都理解为游戏对象。
那么每一个游戏对象,都是由一个单独的类创建而来。
为了便于我们程序的可扩展性,减少冗余代码,我们写一个父类,让这些游戏对象的子类
来继承我的父类,我在父类中,将子类中所共有的成员全部都封装起来。
应该记录游戏对象的横纵坐标
需要记录游戏对象的高度和宽度(All the content we see in the whole game is understood as the object of the game.
Then every game object is created by a separate class.
In order to facilitate the scalability of our program and reduce redundant code, we write a parent class to let the children of these game objects.
To inherit my parent class, I encapsulate all the members that are common in the subclass.
The abscissa and ordinate coordinates of the game object should be recorded
You need to record the height and width of the game object)
- 2018-12-24 10:57:43下载
- 积分:1