-
C
说明: c/c++中常见的错误以及分析。对初学者较为帮助。可以从中学到。(the c/c++ common errors. More help for beginners. Can learn.)
- 2012-12-23 21:23:44下载
- 积分:1
-
6.5-GetSubnet
利用VC技术(包含MFC中的相关函数实现)获取本机的子网掩码。(Use VC technology (including the correlation function in the MFC implementation) to obtain the subnet mask of this machine.)
- 2013-01-18 15:00:48下载
- 积分:1
-
c5ex
说明: 自己购买的经典C语言书籍里面的配套光盘,提供下载(Buy books, the classic C language inside the CD package, available for download)
- 2010-05-02 07:15:13下载
- 积分:1
-
migong
C语言代码,实现走迷宫,代码设计是从一个迷宫中找出仅有的一条正确路劲(find the corrent rode .add private the rode)
- 2015-04-17 13:19:32下载
- 积分:1
-
注册表操作
注册表操作入门。用VC++6.0编写的注册表操作示例程序,基于CRegistry 类。实现了注册表的添加、删除、修改、读取等功能
- 2022-11-16 20:00:04下载
- 积分:1
-
VC 使用加密狗进行身份验证
VC 使用加密狗进行身份验证,一个加密范畴的例子,有兴趣的下载源码自行编译看效果,身份认证核心代码如下:
DogAddr = 10; //设置起始地址
DogBytes = 6; //设置数据的长度
DogData = m_Text.GetBuffer(6); //设置写入的数据
if (ReadDog()==0)
{
if (m_Text == m_Data)
MessageBox("身份验证成功");
else
MessageBox("身份验证失败");
}
- 2022-02-10 11:47:15下载
- 积分:1
-
stk
基于MFC的STK卫星工开发包搭建方法和一些类的说明,来之不易啊(STK satellite workers MFC-based development kit to build a description of the methods and classes, the hard-won)
- 2020-09-17 10:27:56下载
- 积分:1
-
bank02_99865(1)
模拟银行取钱,而且可以随意取出钱币,很方便的呀,(renshu ,jsifjiasfasfsdfsgg)
- 2012-03-22 20:30:58下载
- 积分:1
-
200-C
200个C语言自学者比较好的源代码分享。(200 C language source code sharing good self.)
- 2016-05-30 13:01:19下载
- 积分:1
-
Read_STL
STL是三维模型常用的文件格式。对STL文件进行读取和显示,是对模型进行后续操作的前提。在对STL文件格式进行详细分析的基础上,以VC+-I-作为开发平台;利用C++标准lO库的ifstream类型定义对象并绑定STL文件;再用标准库string类型中的getline逐行读取绑定的STL文件;最后,应用OpenGL中绘制三角面片编程技术实现对STL文件格式的直观显示。通过试验验证了读取和显示效果。(STL is a commonly used file format for 3D models. Reading and displaying the STL file is a prerequisite for the subsequent operation of the model. In the STL file format on the basis of a detailed analysis to VC+-I- as a development platform use C++ standard lO library ifstream type definition object and bind STL file and then the standard library string type getline line by line read Bound STL file Finally, the use of OpenGL in the drawing of triangulation programming technology to achieve STL file format intuitive display. Experiments verify the read and display results.)
- 2017-04-13 16:01:37下载
- 积分:1