小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 102 下一页

2013年5月7日

Eclipse下配置C/C++开发环境

摘要: Cygwin安装方法:1、下载Cygwin。官网地址:http://cygwin.com/中国镜像:http://www.cygwin.cn/直接下载:http://cygwin.com/setup.exe2、在中国镜像中有详细的一般安装方法http://www.cygwin.cn/site/i... 阅读全文

posted @ 2013-05-07 20:39 牛栏山1 阅读(159) 评论(0) 推荐(0) 编辑

2013年4月23日

车务管理模型算法

摘要: 车务管理模型算法实现如下#include "common.h"/**********************************各种常量及类型定义***********************************/#define MAX_NUM_OF_KEY 7 //最大关键字数#d... 阅读全文

posted @ 2013-04-23 12:54 牛栏山1 阅读(85) 评论(0) 推荐(0) 编辑

共享结构的库存模型实现

摘要: 见代码#define OVERFLOW -2typedef enum{ATOM,LIST}ElemTag; //ATOM=0,原子;LIST=1,子表;typedef char *AtomType; //原子类型typedef struct GLNode{ ElemTag tag; ... 阅读全文

posted @ 2013-04-23 12:52 牛栏山1 阅读(106) 评论(0) 推荐(0) 编辑

全文检索模型算法实现

摘要: 全文检索是一种将文件中所有文本与检索项匹配的文字资料检索方法。全文检索系统是按照全文检索理论建立起来的用于提供全文检索服务的软件系统。#include #include #include //Status是函数的类型,其值是函数结果状态代码typedef int Status;#define IN... 阅读全文

posted @ 2013-04-23 12:50 牛栏山1 阅读(93) 评论(0) 推荐(0) 编辑

VC++开发人脸识别

摘要: FaceSDK可以帮助Visual C++, C#, VB, Jav以及Borland Delphi开发者构建基于Web, Windows, Linux和Macintosh的具有人脸识别功能的应用程序。头文件如下,可以轻易构建一个人脸识别的应用程序。#ifndef _LUXANDFACESDK_#... 阅读全文

posted @ 2013-04-23 12:41 牛栏山1 阅读(184) 评论(0) 推荐(0) 编辑

2013年4月10日

iOS开源项目大全

摘要: UI界面类项目:Panoramagl —— 720全景展示Panorama viewer library for iPhone, iPad and iPod touch MBProgressHUD —— 进度指示一种优雅的,半透明的进度显示效果。同时还提供了其他附加功能,比如显示完成信息并淡出。 ... 阅读全文

posted @ 2013-04-10 19:11 牛栏山1 阅读(89) 评论(0) 推荐(0) 编辑

2013年3月22日

use Visual studio2012 development kernel to hidden process on Windows8

摘要: In Windows NT, the 80386 protected mode "protection" is more robust than Windows 95, the "gilded cage" more solid, more difficult to break. In Window... 阅读全文

posted @ 2013-03-22 12:13 牛栏山1 阅读(126) 评论(0) 推荐(0) 编辑

Under Windows8 kernel mode development NDIS application-NDIS Filter explain

摘要: Win8 system development driver, also need to drive the need for a digital certificate, the signature verification. Not like XP below as crazy drops b... 阅读全文

posted @ 2013-03-22 12:06 牛栏山1 阅读(81) 评论(0) 推荐(0) 编辑

To kernel driver monitoring process developed in Windows8 create using Visual studio2012

摘要: In Windows NT, the 80386 protected mode "protection" is more robust than Windows 95, the "gilded cage" more solid, more difficult to break. In Window... 阅读全文

posted @ 2013-03-22 11:59 牛栏山1 阅读(94) 评论(0) 推荐(0) 编辑

use Visual studio2012 developing kernel driver monitor thread creation on Windows8

摘要: In Windows NT, the 80386 protected mode "protection" is more robust than Windows 95, the "gilded cage" more solid, more difficult to break. In Window... 阅读全文

posted @ 2013-03-22 11:50 牛栏山1 阅读(90) 评论(0) 推荐(0) 编辑

上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 102 下一页

导航