-
my_strcmp
说明: 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)(commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h)
- 2006-04-08 10:48:36下载
- 积分:1
-
ftp
Buffer for binary sends and gets.
- 2015-11-28 21:53:28下载
- 积分:1
-
Mixer
Test card mixer zip vcc++
- 2017-10-26 12:22:50下载
- 积分:1
-
多项式
用链表实现多项式的加减乘除以及多项式的打印显示(Addition, subtraction, multiplication, division and display of polynomials by linked list)
- 2019-05-19 08:17:30下载
- 积分:1
-
11111
Thanks for downloading my Logix RC flight simulator.
This is a Micro Visual C++ project, so it would be easiest for you
to open it with MSVC++ but if you dont have it, you can always use your
own compiler, the source files are all there.
My program uses some free library offered by Microsoft that make direct X
much easier and faster to use. They are located in the 3dPlus directory,
you will have to add them to the lib, and include directory on your compiler.
The EXE is included, it searches for a bitmap to use as the ground, this is
determined in the source. Im know the commenting on the source leaves some to
be expected, but i‘ve run low on time.
If you need help, source code to the librarys, or anything else email me at:
logix@ionet.net I‘ll even send you a CD with everything on it if you mail me
a few dollars.
Please feel free to distribute this but leave it intact.
本站提供飞行模拟器免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版!
- 2010-02-02 17:50:59下载
- 积分:1
-
Multicast
使用vs2010工具,利用MFC,实现组播通信,只要加入了组,就可以实现通信,该软件还能显示组内成员用户名,IP。(Using vs2010 tools, the use of MFC, multicast communication, joined the group as long as you can communicate, the software can display the group members user name, IP.)
- 2021-01-28 15:08:36下载
- 积分:1
-
windows下的聊天程序用vc编写
小试身手,多多指教
windows下的聊天程序用vc编写
小试身手,多多指教-windows under the chat program used to prepare small-scale test skill vc exhibitions
- 2022-08-18 20:27:03下载
- 积分:1
-
Inventory-management-system
库存管理系统,基于VC6.0 C++对sql server数据库的操作,同时该程序中也运用很多mfc控件,对学习C++mfc以及操作数据库很有帮助。(Inventory management system, based on VC6.0 C++ on the sql server operations, but the program also involves a lot of mfc controls, to learn C++ mfc and operating helpful.)
- 2020-10-26 23:50:01下载
- 积分:1
-
PublicReferClient
我是来学习的VC++,谢谢班主 VB6参照控件(I have come to learn VC++, Thank you班主VB6 reference control)
- 2007-12-13 15:28:28下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1