搜索资源列表
在动态连接库内封装应用程序框架cool
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread()
ExList11
- 把一个驱动器的内容装入treeview Loads the contents of a drive into a treeview-put a drive to load the contents of the contents treeview Loads o f a drive into a treeview
autoboot-readme_
- AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of media. AutoBoot provides a simple, fast, and functional means of loading an OS image while maintaining a small Flash memory fo
Normal_Modes_on_Transmission_Lines
- Calculate the Normal Modes on Transmission Lines in terms of different loads
Transients_on_Transmission_Lines
- calculate the transients of transmission lines in terms of different loads
ImgProjection
- This sample program loads an image and plots the graph of its horizontal or vertical projection The Document contains an image and a projection vector. When the Open command is sued, the image is loaded from a file. Then, a projection along a r
CodeBase
- VB 代码的数据库管理。(不使用数据库) A VB Code database program, without databases. This stores all your codes as COD files for easy access and writing. When you load the program, it loads up all the codes into a treeview. Well documented and commented.-VB code data
Traffic
- Traffic is a network traffic generator following a server/client model for generating high volumes of traffic on a network. This could be used to test the ability of a router/firewall/VPN to handle continuous high traffic loads. It is optimally used
WpfLoadingDemo
- wpf页面加载等待效果,可以在此基础上增加个人喜欢的动画-wpf page loads waiting effect, on this basis can increase personal favorite animation
LoadSys.rar
- 加载驱动程序的一个例程,供驱动开发爱好者参考。,A software for loading .sys file. It is useful if you are a driver develop programmer
ICON
- 基于MFC的简单ICON图标示例程序,及树状控件加载-ICON icon-based MFC sample application simple and tree control loads
vpmotion_game
- vega prime与C++混合编程实例,模拟第一人称游戏运动,可以左转右转向前向后,类似CS运动模式,能精确调整速度,加速度等数值,可以用键盘和鼠标互动。-This sample illustrates the use of the game motion model (vpMotionGame). It defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() me
ZwLoadDriver
- 调用原始的内核函数进行驱动加载,而不是通过注册服务的形式-Call the original kernel function to drive loads, rather than through the form of registration services
IE2
- 简洁多页面浏览器(基于IE内核)一套简洁的多页面浏览器,基于微软IE内核。具有IE浏览器的一些功能,支持多选项卡页面载入-Simple multi-page browser (based on IE kernel) which is a simple multi-page browser based on Microsoft IE kernel. IE browser has features that support multi-tab page loads.
IEC2_src
- Usable Automation Shell for Internet Explorer The below code has a few basic objectives: To begin an instance of Internet Explorer automatically. To detect the basic automation dispatch event messages that Internet Explorer sends to windo
8queens
- the main function of this C++ source file is actualize how to find the loads of 8 queens.
74HC116
- January 1988 MM54HC00/MM74HC00 Quad 2-Input NAND Gate General Descr iption These NAND gates utilize advanced silicon-gate CMOS technology to achieve operating speeds similar to LS-TTL gates with the low power consumption of standard CMOS
Code_Craft_-_The_Practice_of_Writing_Excellent_Cod
- 指导程序员怎样实现从仅写出正确代码到优质易懂代码的飞跃。-Many programmers know how to write correct code- code that works. But not all know how to craft great code- code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing corre
Exercise4
- exercice 4 public class GourmetCoffee { private static BufferedReader stdIn = new BufferedReader( new InputStreamReader(System.in)) private static PrintWriter stdOut = new PrintWriter(System.out, true) private static PrintWriter st
mdl_model
- opengl 对MDL格式模型的加载,以及实现简单的人物控制操作-Extremely cool demo that loads two .mdl models from Valve s Half-Life! Source code included!!!