搜索资源列表
VB Tips manager and 120K sample code file
- VB提示信息的一种定义风格,对于像自定义提示信息的朋友应该还是可以看看的-a VB s define style of prompt information ,if you are do a custom prompt information ,you shoule read the file
vc++sample
- 该程序在文本查看器中添加了打印和打印预览功能。程序重载了onprepareprinting函数,调用computepriintmetrics方法计算打印机指标,调用doprepareprinting函数显示“print and print preview”对话框,使用函数createprintdc来创建指向打印机设备环境的指针,并调用核心ondraw函数进行打印。-the procedures in the text viewer to add a Print and Print Preview
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
jert-sample-0.1
- 一个java开源报表工具,可以实现其他工具的大部分功能-a java revenue statements tools, other tools can be achieved most of the functions
get_by_ip-2005-02-06.tar
- 一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->msg echo str_repeat(\"-=\", 10).\"<br><br>\" echo $ipdata->ip.\"<br>\" echo $ipdata->host
MFC slitter sample
- a treeview and listview mfc sample
Sample-Cube.用directX渲染一个立方体
- 用directX渲染一个立方体,并在六个面贴上图片纹理,方向键控制立方体的旋转,DirectX rendering with a cube, and paste the picture in six surface texture, the arrow keys to control the rotating cube
apihook.rar
- 一个钩子程序,使用detours实现对记事本的退出事件的截获,可供入门人参考,A hook procedure, the use of detours to achieve exit Notepad events intercepted for entry reference
WZCTOOL
- windows下wifi无线网卡控制接口wzctool,可以在ce和xp下使用,相信很多人都在找这个,那就赶紧下吧-wifi wireless card windows under the control interface wzctool, can use ce and xp, I believe a lot of people are looking at this,if that down soon!
LuaTinker_0.5b_source
- 非常简单的LUA绑定C++的.使用有一点类似luabind-LUA bindings very simple C++. The use of a bit similar to the luabind
sample
- 用VC++极其详细的展示了如何运用ListCtrl的方法,通过这一程序,你可以深入理解ListCtrl的用法-Using VC++ extremely detailed display of how to use the method ListCtrl, through this procedure, you can use a deep understanding ListCtrl
CamPic
- 通过avicap32.dll从摄像头获取视频的简单例程。avicap32.dll是Windows API应用程序接口相关模块,用于对摄像头和其它视频硬件进行AVI电影和视频的截取。-A simple sample to get video from webcam,using avicap32.dll.The "avicap32.dll"can be found in any webcam which has installed driver correctly.
chapter03
- 键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
DesignDB
- rational rose的.mdl文件,是一个类图的例子,用rational rose 可直接打开。-rational rose of. mdl files, is a class diagram example, can be directly used to open rational rose.
DOCKPANEL
- 含浮动工具栏、左右侧可隐藏面板等源码,可以直接使用,效果超好。和VS2005的界面相似。-With a floating toolbar, left and right side panels, etc. to hide source code, you can be used directly, the effect super-good. And an interface similar to VS2005.
Sample-AC-DistortionEffects
- DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由flex3 buider开发。-DistortionEffects is a kind of extended flex effects package that support many 3D compoments transformations such as cube rotation.this src is a package of
a
- 标题: 多项式加减乘 时 限: 5000 ms 内存限制: 8000 K 总时限: 10000 ms 描述: 多项式加减乘 有A,B,C…… n 个关于x的个多项式,求一个关于A,B,C……的多项式的结果 多项式的每一项之间用空格隔开,每一项的系数,x,指数之间也用空格隔开,系数为0的项不输出 输入: 基于多项式A,B,C……的运算表达式 关于x的多项式A 关于x的多项式B 关于x的多项式C … 输出: 表达式的运算结果 含有A,B
Dock Sample
- The MIT License Copyright (c) 2007-2012 Weifen Luo (email: weifenluo@yahoo.com) and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwar