搜索资源列表
Follow
- 简单模拟所谓‘光标跟随’效果, PASCAL+API 编写-simple simulation of the so-called 'cursor follow' effect, API prepared PASCAL
Delphi-Win
- 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目
CmyFive
- C下实现的五子棋(非双人对下)。 光标的动态显示:采用setwritemode(1)函数,光标移动时在原位置再画一次,从而起到擦除原光标的效果。 判胜负的函数设计:为仅检验落子处的横、竖、斜三方向的胜负,节省了大量编程时间,并使运行效率大大提高。 游戏开始画面:本拟采用直接用程序画的方式,但效果不好。于是采用bmp图像显示方式,使开始画面更为美观。-under the C (121-under double right). Cursor dynamic display :
fv
- 用光标实现飞鸟的形状 使其在屏幕中间看起来有非动效果 非常好玩哈-birds use the cursor to achieve it in the shape of the screen, they are among the non-dynamic effect was very fun Kazakhstan
csqong
- * This function positions the cursor at the specified * x,y coordinate. It uses the ANSI standard ESCAPE * * sequence to produce the desired effect. Its not the * * fastest way to position the cursor, but perhaps the * * most portable. *
VC窗体分割
- 基于VC界面编程的经典列子,比如窗体分割,实现QQ程序的抽屉效果,定义光标热区,图片的伸缩显示,获得指定点颜色,以动画方式弹出关闭窗口-Based on the classic VC Liezi programming interface, such as partition form to achieve QQ procedures drawer effect, the definition of the cursor hot zone, stretching picture shows th
CLinkBtn
- 用VC6扩展CButton类制作风格独特的按钮: 光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果-CButton type used VC6 to expand the production of unique button: the cursor changes shape to change the shape of the font button similar to the application of tools and menu button on the
CButton
- 由VC++中的CButton类扩展的经典风格按钮,严格来说是由CButton的派生类CLinkButton为基础而制作,用此派生类制作的按钮外观类似静态控件类CStatic 产生的效果,当鼠标移到按钮上并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平效果,对Windows经典风格喜欢的朋友相信也会喜欢本款按钮。-By VC++ in the Class CButton button to expand the classical style, strictly spea
insertion
- 全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择. C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用. -Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine.
SECADD
- 这个程序主要作用是从数据库中读取相关的学生信息,运用了cursor的fetch,由于返回结果很多,一个屏幕显示不了,需要添加翻页功能,既按F7和F8可以实现前翻和后翻的效果。-Major role in this process is read from the database related to student information, use the cursor to fetch, returns the result as much of a screen display can n
FiirstView
- OpenGl开发的一个视觉效果图,能够根据鼠标的动作来切换视角,和移动光标键实现视觉的切换-OpenGl chart the development of a visual effect, according to the mouse movements to switch perspective, and move the cursor keys to switch to achieve vision
CoolCursor
- 一组C#编程可用的鼠标光标组件——游戏中常用的物品、技能图标拖动效果,在窗体中所放置的图标主要是用来演示的,效果如上图所示。-A set of C# programming available mouse cursor components- frequently used items in the game, the skill icons drag the effect icon placed in the form is used to demonstrate the effect sho
opengl_qt_linghting_blending
- 本次实验主要是学习下opengl中光照的使用方法,opengl中的光照分为环境光,漫射光,镜面光,反射光4种,这里主要是学习环境光和漫射光的设置,同时对比下opengl中支持的几种纹理滤波方式的效果,另外也可以加入色彩融合效果。这次实验是将一个木箱纹理贴到一个立方体上,然后我们在空间屏幕正外方设置了一个光源,可以用键盘的L键来控制该光源的开启和关闭;用F键来旋转程序中用到的3种滤波方式,按下F键后,依次切换该3种方式;用PageUp键来使物体离观察者越来越远,相反,用PageDown来使物体离我
nonius_oracle
- oracle 中的游标操作,是我在课堂上做的一些练习,具有很好的入门和复习的效果-oracle cursor operation, some of the exercises I do in the classroom, and the effect of having a good entry and review
cross
- 实现十字光标定位效果在对于C#有关图形开发有一定的借鉴意义!-Cross cursor positioning effect
Torch Cursor
- This shows a simple effective way of using lighting on a mouse cursor, would be useful for games. written in Visual basic 6
mousetrack
- 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。 实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si
code1
- Javascr ipt控制页面中显示十字光标,鼠标的地方就是十字光标的中心,会随着鼠标的移动而变化,想一想,什么时候可以用到十字光标呢?在一些射击游戏中,是不是需要这种效果呢?或者打枪瞄准的时候。因此可把本代码用到一些网页游戏的开发中。 -Javascr ipt control page shows the crosshairs, is the center of the cross where the mouse cursor will change as the mouse moves,
mousehook
- 用Delphi模拟鼠标的单双击,模拟鼠标双击,选中文字并定位光标至文本处,模拟鼠标单击则是选中文字,移动光标至文字处,用点击按钮的动作完美模拟出单击双击鼠标的效果。-Single double click, simulate mouse double-click with the mouse Delphi simulation, select the text and position the cursor to the text of the simulated mouse click is
Text
- 基于VC6.0环境,对CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符、定时器的使用和DrawText函数的巧妙运用还有如何使用CDC的裁减功能。主要完成鼠标光标变化,字幕滚动效果等-Based on the VC6.0 environment, the preparation of the CDC word processing program, how to generate custom fonts and custom insert, the use of the timer
