摘要: // Test_of_callexe.cpp : Defines the entry point for the console application.//#include#include #include #include int main(int argc, char * argv[]) { ... 阅读全文
posted @ 2012-09-20 11:10 wangyaning 阅读(234) 评论(0) 推荐(0) 编辑
摘要: // test_of_malloc.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include"stdio.h"#include"stdlib.h"unsigned maximum=0... 阅读全文
posted @ 2012-09-20 11:03 wangyaning 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 下面的代码可以用于跨平台设备信息的获取搭建传输的socket平台参考下面博文:http://blog.csdn.net/wangyaninglm/article/details/41940287GetsysInfo.h:#ifndef _H_GETSYSINFO#define _H_GETSYSIN... 阅读全文
posted @ 2012-09-18 16:04 wangyaning 阅读(2691) 评论(0) 推荐(1) 编辑
摘要: // NeNe_lesson_object.cpp : Defines the entry point for the console application.//// NeNe_lesson2.cpp : Defines the entry point for the console applic... 阅读全文
posted @ 2012-08-28 00:24 wangyaning 阅读(197) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include // Windows的头文件#include//#include // 包含最新的gl.h,glu.h库//#include // 包含OpenGL实用库#include // GLaux库的头文件//#include... 阅读全文
posted @ 2012-08-23 10:21 wangyaning 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 编译环境:Microsoft Visual c++ 2010 Express将上一课中的代码做如下修改:int DrawGLScene(GLvoid) // 从这里开始进行所有的绘制{ //glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BI... 阅读全文
posted @ 2012-08-22 09:41 wangyaning 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 首先,我们知道VC的三种Dll分别是1.non_MFC Dll2.MFC Regular Dll3.MFC Extension Dll平时我们使用在代码中的:#pragma comment(lib,"Test_of_dll.lib")的意思是指文中生成的obj文件应该与Test_of_dll.lib... 阅读全文
posted @ 2012-08-21 17:29 wangyaning 阅读(179) 评论(0) 推荐(0) 编辑
摘要: // setup.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include // Windows的头文件#include // 包含最新的gl.h,glu.h库#includ... 阅读全文
posted @ 2012-08-21 10:10 wangyaning 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 2012-4-232.The Fingerprint Contrast and Analysis System3.参照书上代码将程序背景图片处理好。4.add new image 窗口出现时大小正好为整个客户区CRect rect;pView->GetClientRect(rect);ClientT... 阅读全文
posted @ 2012-04-27 00:33 wangyaning 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 2012-3-2linux用户管理用户信息文件:/etc/passwd密码文件:/etc/shadow用户组文件:/etc/group用户组密码文件:/etc/gshadow用户配置文件: /etc/login.defs etc/default/useradd新用户信息文件:/etc/ske 1登陆... 阅读全文
posted @ 2012-03-02 23:02 wangyaning 阅读(142) 评论(0) 推荐(0) 编辑