Welcome![Sign In][Sign Up]
Location:
Search - Cursor

Search list

[Windows Developcursor

Description: VC源码-VC source R11/0350V0400N
Platform: | Size: 44253 | Author: killyou | Hits:

[Windows Develop41-60

Description: vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows 2000下关机 58 屏蔽系统热键 59 获取文件图标 60 避免程序运行多个实例-vc inspiration source code programming examples 3DButton 42 41 43 timer to change the cursor and dynamic map superscript 44 mouse caught some 45 information systems 46 to determine the application's path 47 registration system hotkeys 48 Detection floppy drive the readiness of 49 drivers to judge the types of detection disk capacity 50 51 52 MyFormat Win98 hotkeys under 53 was shutdown current screen resolution two methods in 54 characters displayed on the screen started 55 of 56 screen saver automatically reboot after running under Windows 2000 57 58 Off Screen Hotkey 59 cover access to documents icon 60 to avoid running multiple instances of
Platform: | Size: 761418 | Author: yiyizi | Hits:

[Windows Develop鼠标输入编程演示程序

Description: 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。 -SDK This is a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
Platform: | Size: 10271 | Author: | Hits:

[Otheranicursor

Description: 演示如何使用动画光标-demonstrate how to use the cursor animation
Platform: | Size: 6690 | Author: 军俄 | Hits:

[OtherFollow

Description: 简单模拟所谓‘光标跟随’效果, PASCAL+API 编写-simple simulation of the so-called 'cursor follow' effect, API prepared PASCAL
Platform: | Size: 14675 | Author: 刘麻子 | Hits:

[Console光标控制C语言源程序

Description: 演示如果实现用C语言控制光标显示的示例程序-A program shows how to control the cursor in C.
Platform: | Size: 3578 | Author: 黄亮 | Hits:

[GDI-Bitmap大十字光标

Description: VB6开发 windows2000 绘制大的十字光标 有像皮胫功能-VB6 development windows2000 drawing large cross cursor like percutaneous tibial function
Platform: | Size: 108118 | Author: 万将红 | Hits:

[GUI DevelopMarker_demo21

Description: In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API functions, such as CRgn::PtInRegion(), in HitTest() work best in device coordinates. It may be a good practice to convert the test-point into device coordinates. In the demo, I create one marker for each data series. If you want to use different marker option within one data series, you have to create one marker for each data point.
Platform: | Size: 26345 | Author: cc | Hits:

[ADO-ODBC数据库连接池实现一

Description: 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing large systems indispensable aids. But if the right database resources are not well managed (eg : no timely recovery database cursor (ResultSet), the Statement connect (Connection), and other resources), will often lead directly to the stability of this system. Such factors of instability, not only by the database system itself or caused side, the official use only, as the flow of users increases, will gradually revealed.
Platform: | Size: 6478 | Author: 周拔皮 | Hits:

[OtherDelphi资源文件制作工具

Description: Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Delphi\\Bin\\Brcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Borland的Brcc32.EXE不能识别包含有空格和汉字的路径,所以你的资源来 源路径和保存路径不要带有空格和汉字,否则不能建立.RES的文件。-Delphi resources to generate tool I often join in the proceedings of many resources, for example : voice, bitmaps, cursors, etc., can make more software features. One can establish their own. RC paper, and then spend the Delphi \\ bin \\ Brcc32.EXE to build a generation. RES document, the document can have the resources to build software. But if a large number of resources to join, to join the 30-bit map and the cursor 20, then we should. RC paper lines to join with the resources, and trouble. I was lazy, so own writing this volume will automatically help you complete this task tool, it is easy generation. RES resource files. Note : Due to Borland's Brcc32.EXE not include recognition of Chinese characters and spaces are the path, so you Source path and not to preserve trails and spaces w
Platform: | Size: 237562 | Author: akay | Hits:

[GUI Develop3个vb写的用户界面设计程序

Description: 滚动条使用--摄氏华氏温度 控件数组 用List设置光标形状 虽然写的简单,但我是学生,刚学没多久,编完这3个已经很吃力了-use of the rolling -- Fahrenheit temperature Celsius Control List set up an array with the cursor shape Although written in simple, but my students, learning not just how long the series finished it three have a very tough
Platform: | Size: 12472 | Author: soft271 | Hits:

[GUI Develop光标的移动

Description: 这个程序实现起来比较简单。主要是显示一个光标,你可以上下左右移动他-the procedures are relatively simple to achieve. Major shows a cursor, you can move around his next
Platform: | Size: 16867 | Author: 魏星 | Hits:

[Other resource计算器2.0

Description: 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号 [3-4]是求3-4的绝对值不是中括号 -performance computing functions : sin, cos, tg, rays, e ^, pow (x, y), cosh, sinh, tgh, log10, ln, sqrt, Simulation, arccos computational methods : absolute ,-,*,/, ( "[]"),^,!, importation rules : a keyboard or buttons which can be imported by the transport operator End (cursor to the final) sin (21-32) / (12-43) 4 (323-4343) 4 * ( 323-4343), e ^ 2 - KF-3 ^ 4 (do not enter pow (3,4)) / / * there can be 2 * 3 ^ 4 is (2 * 3) ^ 4 rather than 2 * (3 ^ 4) was needed x ^ y must have (x ^ y) with a brackets [3-4] is the pursuit of 3-4 is not the absolute value of the brackets
Platform: | Size: 111005 | Author: qwq | Hits:

[Other用VC++编写的实时捕捉光标位置程序

Description: 用VC++编写的实时捕捉光标位置的程序。在VC下编译通过。-with VC + + real-time capture of the cursor position procedures. The VC compile.
Platform: | Size: 39701 | Author: 刘海飞 | Hits:

[GDI-Bitmap绘制b样条曲线

Description: 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking show. (2) Since the definition of input frequency curve. (3) the option of four types of curves. (4) can be right vertex position, the number of curves, curve types of changes.
Platform: | Size: 48706 | Author: 王静 | Hits:

[Other resource超级人机五子棋

Description: 五子棋简介 通过一番不懈的努力,我的第一个比较大一点的游戏终于做成了,虽然里面还有许许多多的不足,但已经可以正常运行了。 它可以分两大块:1. 人机对战 2.两人对战(都可以用光标进行控制的) 我来介绍一下它的使用方法: 1.刚开始是进行选择:y: 代表人机对战 n:代表两人对战 2.若选择y,接下来输入选手的名字,为英文字母和数字的组合,最好不要超过10个字符,再下来选择谁先下,若选1代表自己先走,若选2代表计算机先走。 3.若选择n,请输入两个选手的名字,再选谁先下,1代表选手1先下,2代表选手2先下。 4.进入对战界面后,用光标来控制下子。用上下左右键控制光标。把它移到一个合适的位置,按下回车就可经落子了。 5.在对战过程中,有一些功能的操作,按t进入操作,在DO:后按下h表示侮棋,按下r重新开始,按e直接退出。在玩的过程中也可以按e直接退出。 6.下完后可以按下y表示回放以前的下棋过程。 7.当每次出现ERROR或者AGAIN时要先按下一个回车,然后再放子。 8.先说这么多吧,有什么问题多指教,请联系我,QQ:94665967-331 briefings by some tireless efforts, my first one more point of the game was finally made, although there is also many deficiencies, but can be a normal operation. It can be divided into two units : 1. Two man-machine players. Two players (you can use the cursor control) for me to comment on its use : 1. First there is a choice : y : proxy fans n : two representatives of the two players. If they choose y, then down the importation of the names of the players for the English alphabet and figures on the composition, preferably not more than 10 characters, then the choice of who should, if an election ahead of their representatives, if elected two representatives ahead of the computer. 3. If they choose to n, enter the name of two players, whoever is selected, a representative of a player
Platform: | Size: 32927 | Author: xc | Hits:

[OS programcontrol windows

Description: 利用了大量的API调用,实现对Windows下很多系统功能的改变,类似于WinHacker软件,程序的界面是图形化的而且象OICQ那样可以在光标不在上面时自动缩进。-use of a large number of API calls, the realization of many Windows functions of the system change, similar to WinHacker software, the interface is graphical and the like in OICQ did not above the cursor automatically indented.
Platform: | Size: 107573 | Author: 高胖 | Hits:

[Windows DevelopScroller

Description: cambiar cursor win form vb6 usercontrol ocx
Platform: | Size: 25600 | Author: JHC | Hits:

[Embeded-SCM Developcursor

Description: 对输入视频图像处理,在图像中叠加十字光标,光标颜色可以自动反色(The input video image processing, the image superimposed cross cursor, the cursor can be automatically color color)
Platform: | Size: 1024 | Author: iwangying | Hits:

[OtherGet text under cursor

Description: A short example on how to get text under the cursor in assembly language (FASM)
Platform: | Size: 6604 | Author: avrorakarova@gmail.com | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net