CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Tab c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Tab c - List
[
Other
]
Ps2sim_doc
DL : 0
^a 01h: sp01 F1 ^b 02h: sp02 F1 ^c 03h: sp03 F3 ^d 04h: sp04 F4 ^e 05h: sp05 F5 ^f 06h: sp06 F6 ^g 07h: sp07 F7 ^h 08h: sp16 BACKSPACE (directly accepted in VT) ^i 09h: sp35 TAB (accepted too) ^j 0Ah: sp08 F8 ^k 0Bh: sp09 F9 ^l 0Ch: sp10 F10 ^m 0Dh: sp13 ENTER (accepted too) ^n 0Eh: sp11 F11 ^o 0Fh: sp12 F12 ^p 10h: sp14 PAGE UP ^q 11h: sp15 PAGE DOWN ^r 12h: sp17 INSERT ^s 13h: sp18 DELETE ^t 14h: sp25 CAPS LOCK (internally handled) ^u 15h: sp26 END ^v 16h: sp27 HOME ^w 17h: sp30 LEFT ARROW ^x 18h: sp31 RIGHT ARROW ^y 19h: sp32 UP ARROW ^z 1Ah: sp33 DOWN ARROW - ^a 01h: sp01 F1 ^b 02h: sp02 F1 ^c 03h: sp03 F3 ^d 04h: sp04 F4 ^e 05h: sp05 F5 ^f 06h: sp06 F6 ^g 07h: sp07 F7 ^h 08h: sp16 BACKSPACE (directly accepted in VT) ^i 09h: sp35 TAB (accepted too) ^j 0Ah: sp08 F8 ^k 0Bh: sp09 F9 ^l 0Ch: sp10 F10 ^m 0Dh: sp13 ENTER (accepted too) ^n 0Eh: sp11 F11 ^o 0Fh: sp12 F12 ^p 10h: sp14 PAGE UP ^q 11h: sp15 PAGE DOWN ^r 12h: sp17 INSERT ^s 13h: sp18 DELETE ^t 14h: sp25 CAPS LOCK (internally handled) ^u 15h: sp26 END ^v 16h: sp27 HOME ^w 17h: sp30 LEFT ARROW ^x 18h: sp31 RIGHT ARROW ^y 19h: sp32 UP ARROW ^z 1Ah: sp33 DOWN ARROW
Date
:
Size
: 2kb
User
:
sas
[
CSharp
]
Financing
DL : 0
C#结合数据库实现带有TAB选项卡功能的个人理财管理小软件,呵呵,其实不能称为软件,只是一个理财程序罢了,大多操作是和SQLSERVER紧密相连的,可看作是一个C# 数据库操作的基础例子,程序运行界面请参见运行截图。希望喜欢C#的新手学习一下-C# combining database and personal financial management software with TAB small tab functionality, Oh, in fact, the software can not be called just a financial program fills most of the operations are closely linked and SQLSERVER, can be seen as a C#-based database operations example, see the program s interface is run shot. Hope you like the novice to learn about C#
Date
:
Size
: 445kb
User
:
ypudn60
[
CSharp
]
TabSlider
DL : 0
c# TabSlider窗体标签滑动器控件源代码,具有双缓冲效果的TAB控件,控件源码中包括滑动标签页画布类、标签页滑动效果方向枚举、滑动标签页效果列表、滑动标签页效果类型枚举、滑动器标签页类、标签滑动器类、标签滑动器辅助类,编译成功后的DLL文件在bin文件中,另外还写有一个标签滑动器测试类,在Hweny.TabSliderTest目录中,测试时,请把生成的Hweny.TabSlider.dll拷贝到Hweny.TabSliderTest\bin\Release目录下,与测试程序是同级的。运行效果图如截图所示。 本标签滑动器支持多种方式的标签滑动:从上到下、从左到右、从右下往左上、从右下往左下等,效果支持飞入、先减速后加速等-c# TabSlider ficha Formularios código fuente de control deslizante, con control TAB efecto búfer doble, control de código fuente incluye una clase de tela pestañ a deslizante, dirección enum deslizamiento pestañ a efecto, deslice la lista de la ficha de efectos, deslice la enumeración tipo de efecto pestañ a , la clase de control deslizante, el control deslizante de etiqueta de clase, clase de ayuda etiqueta de control deslizante, después de los archivos DLL compilación exitosa en el archivo bin, además de un control deslizante etiqueta de clase prueba escrita en el directorio Hweny.TabSliderTest, durante la prueba, Por favor, copie el Hweny.TabSlider.dll generada a Hweny.TabSliderTest \ en el directorio bin \ Release, y el procedimiento de la prueba es el mismo nivel. Ejecute representaciones como se muestra en la captura de pantalla. La etiqueta de la etiqueta de una variedad de maneras de apoyar el control deslizante deslizante: de arriba a abajo, de izquierda a derech
Date
:
Size
: 245kb
User
:
gpudn17
[
File Operate
]
ThesisManageDemo
DL : 0
一个较简易的C#论文管理系统,主要是对Access数据库的增删改查操作,想学习C#数据库操作基础的可以下载源码学习一下。界面也是挺简洁的,使用了TAB选项卡,这个功能也是很流行的。-Deletions Access database search operation, want to learn C#-based database operations can download the source code to learn about. Interface is quite simple, using the TAB tab, this function is also very popular.
Date
:
Size
: 2.83mb
User
:
杨强
[
CSharp
]
feixingqi
DL : 0
C#写的飞行棋游戏,有界面,两个人同时玩,还留了有后门。(按下Tab键可以手动输入骰子的数值等)-C# to write flight chess game, interface, two people to play, but also left a back door. (Press the Tab key to manually enter the values of the dice, etc.)
Date
:
Size
: 59kb
User
:
唐统国
[
Tab Control
]
MDITAB
DL : 0
给BCB2010中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口 实现IE7一样的选项卡,在您的mdi环境下,子窗体在选项卡上生成 C++ Builder调试通过-Automatic Tab Bar for MDI programs This code implements MDI tab view for easy navigation. It is similar in functionality to the code introduced in the article, Automatic Tab Bar for MDI programs. c++ Builder
Date
:
Size
: 448kb
User
:
C++
[
Tab Control
]
KRBTabControl_src_test
DL : 1
This another tab control using C#. You can use it freely/-This is another tab control using C#. You can use it freely/
Date
:
Size
: 608kb
User
:
jason
[
Video Capture
]
DirectShow
DL : 0
從DirectX SDK 9.0b 單獨取出DirectXShow:安裝SDK後,可參考C:\DirectShow\Capture目錄下AMCap例子的設置,主要如下: 1、 project->setting,在c++選項卡,分類->Preprocess附加包含路徑 C:\DirectShow\BaseClasses。 2、 link選項卡,分類->general對像/庫模塊: C:\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib quartz.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib; 3、 Link選項卡,分類->input附加庫路徑 C:\DirectShow\Lib 4、stdafx.h 中包含頭文件#include <DShow.h>,若要捕捉圖片,還要#include "Qedit.h" -Remove from the DirectX SDK 9.0b alone DirectXShow: After installing SDK, refer to the C: \ DirectShow \ Capture directory AMCap setting examples, mainly as follows: 1, project-> setting, in c++ tab, Category-> Preprocess additional include path C: \ DirectShow \ BaseClasses. 2, link tab, classification-> general object/library modules: C: \ DirectShow \ BaseClasses \ Debug_Unicode \ strmbasd.lib quartz.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib 3, Link tab, Category-> input additional library path C: \ DirectShow \ Lib 4, stdafx.h contains header files# include <DShow.h>, to capture images, but also# include "Qedit.h"
Date
:
Size
: 15.41mb
User
:
黃聖雄
[
Windows Develop
]
lunwen
DL : 0
一个较简易的C#论文管理系统,主要是对Access数据库的增删改查操作,想学习C#数据库操作基础的可以下载源码学习一下。界面也是挺简洁的,使用了TAB选项卡,这个功能也是很流行的,不错。-A relatively simple C# paper management systems, mainly for the Access database CRUD operations, want to learn C# database operations based on source code can be downloaded to learn about. Interface is very simple, using the TAB tab, this feature is also very popular, yes.
Date
:
Size
: 2.8mb
User
:
lpudn46
[
GDI-Bitmap
]
TabCtrlExTest
DL : 0
只是让TAB控制好看些,让TAB控制好看些-Tab visual c
Date
:
Size
: 70kb
User
:
nxwang
[
GUI Develop
]
HCCP
DL : 0
综合测评系统的完整开发过程,其中主要介绍树型控件、列表控件、静态文本及Tab控件的使用方法,重点讲解树型控件的动态构建及与数据表关联数据的方法。本章还将介绍ADO对象操作数据库的技术,讨论复杂SQL语句的构造方法,实现非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出. 代码来源:《亮剑Visual C++项目开发案例导航》第二章-Visual C++ code, about school check system.
Date
:
Size
: 426kb
User
:
caokun
[
OS program
]
HCDB
DL : 0
超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章-Visual C++ code about supermarket management sys
Date
:
Size
: 1.22mb
User
:
caokun
[
Tab Control
]
TabControl
DL : 0
C++选项卡控件的使用方法,文件齐全,直接编译-methods to use tab
Date
:
Size
: 11.98mb
User
:
与大巷
[
CSharp
]
TabControl
DL : 0
C#如何使用Tab control 动态的创建Tab,自定义Tab-how to use tab control in C# including create tabs dynamic and personalize tab control
Date
:
Size
: 40kb
User
:
acetaohai123123
[
Dialog_Window
]
ControlTest
DL : 0
设计了Windows基本控件的使用,本程序使用C语言写的,主要是为了帮助大家理解这些控件的原理,同时为哪些想要学习C语言界面编程的人提供一些提示。MFC、C#的编程者也可以查看。里面的控件介绍包括TREEVIEW、Tab Control、Animation Control、Picture Control、Slider Control、List Control、ListView、Combo Box Control等-Windows is designed to use the basic controls, the program written in C language, primarily to help us to understand how these controls, while providing some tips who want to learn C language programming interface for. MFC, C# programmers can also see. Inside the control instructions include TREEVIEW, Tab Control, Animation Control, Picture Control, Slider Control, List Control, ListView, Combo Box Control, etc.
Date
:
Size
: 9.59mb
User
:
忧郁二郎
[
GDI-Bitmap
]
GLView
DL : 0
C++ 开发的3d gdi程序,包含了对图形驱动的解密和翻译,以及包含的tab控件的使用-GDI View
Date
:
Size
: 9kb
User
:
方波
[
Internet-Network
]
string_trim
DL : 0
C 和C++ 中实现移除数据头尾空格、指表和回车等无用字符。-Implement a API to remove some space,tab and enter symbols.
Date
:
Size
: 1kb
User
:
xkz
[
CSharp
]
ConsoleApplicationTest
DL : 0
配置SharpPcap 先来看看我的环境:win7旗舰版 、VS2010旗舰版、WinPcap4.1.3、SharpPcap4.2.0。 1.安装Winpcap4.1.3(WinPcap4.1.3下载) 2.解压SharpPcap-4.2.0.bin.zip(SharpPcap4.2.0.bin.zip&&SharpPcap4.2.0.src.zip下载)解压后打开debug文件夹,可以看到里面有两个dll文件,这就是我们程序中要用到的东西。SharpPcap-4.2.0.src.zip压缩包中,包含SharpPcap的所有源代码和一些示例程序。 3.打开VS2010,新建一个C#的控制台项目。 4.然后单击“项目”下拉菜单,选择 “添加引用”,在弹出的对话框中单击 “浏览” 选项卡,然后选择第2步中SharpPcap-4.2.0.bin.zip解压后的路径,然后将debug中的SharpPcap.dll添加进去。 5.将下面的代码,粘贴到你的项目中,测试配置是否成功,如果成功则会显示你的网络适配器的信息。-Configuration SharpPcap Let s look at my environment: win7 Ultimate, VS2010 Ultimate, WinPcap4.1.3, SharpPcap4.2.0. 1. Install Winpcap4.1.3 (WinPcap4.1.3 download) 2. Extract SharpPcap-4.2.0.bin.zip (SharpPcap4.2.0.bin.zip && SharpPcap4.2.0.src.zip download), unzip open debug folder, you can see there are two dll files, this is our program to use things. SharpPcap-4.2.0.src.zip compressed packet contains SharpPcap all source code and some sample programs. 3. Open the VS2010, create a new C# console project. 4. Then click on the Project drop-down menu, Add reference in the pop-up dialog box, click Browse tab, then the path of the second step after extracting SharpPcap-4.2.0.bin.zip and then debug the SharpPcap.dll added. 5. Place the following code and paste it into your project, the test configuration was successful, and if successful will be displayed on your network adapter.
Date
:
Size
: 105kb
User
:
唐
[
JSP/Java
]
ZBHouses
DL : 0
设计两张表,区(编号,名称)和房屋(ID,房主姓名,房屋描述,价格,所属区) 使用SSH方案,实现如下功能: A. 列表显示区和该区下的房屋列表(分页可选) B. 房屋登记 C. 根据房主姓名,查询该房主的房屋信息-Design of two tables, area (number, name) and housing (ID, owner name, house description, price, to your region) using SSH programs to achieve the following functions: A. The list displays a list of housing area and the area under (tab optional) B. Housing C. according to the owner name registration, the owner of housing information query
Date
:
Size
: 1.5mb
User
:
zhangqi
[
assembly language
]
OS3
DL : 0
参考《Orange’s》,在之前搭建的 nasm + bochs 实验平台上完成一个接受键盘输入,回显到屏幕上的程序,具体要求如下: • 从屏幕左上角开始,显示键盘输入的字符。可以输入并显示 a-z 和 0-9 字 符。 • 支持大小写,包括 Shift 组合键以及大写锁定两种方式。 • 支持回车键换行。 • 支持删除退格,退格如果退回上一行,必须退回该行编辑的最后一个字符 处。 • 支持空格键和 Tab 键,其中对于 Tab 键如果实现其作为制表符(即使用 了 Tab 的位置输入退格时会退四格),将会得到加分。 • 每隔 20 秒左右, 清空屏幕。输入的字符重新从屏幕左上角开始显示。 • 若按下 F1 到 F5, 分别切换到不同颜色进行输出。 • 要求有光标显示, 固定光标或者闪烁光标均可, 但一定要跟随输入字符的 位置变化。 • 要求支持一种特殊的组合键,规则为当同时按下 Shift 和 Tab 键的情况 下,输入键盘上的 Q, A, Z, W, S, X 键时,显示的内容是其右边一个键的 内容,即对应显示 W, S, X, E, D, C。对其他键不做要求。 -Reference Orange s , in the previous nasm+ bochs built a complete experimental platform to accept keyboard input echo to the program on the screen, the specific requirements are as follows: • From the upper left corner of the screen to display the character keyboard. You can enter and display a-z, and 0-9 characters. • support case, including the key combination Shift and Caps Lock in two ways. • Support the Enter key line feed. • supported the deletion backspace, backspace if the return on the line must be returned at the last character of the line editing. • Support Spacebar, and Tab key, wherein if the Tab key to achieve it as a tab character (ie, when using the Tab position input backspace backspace four-frame), you will get extra points. • Every 20 seconds, clear the screen. Character input display re-start the top left corner of the screen. • If you press F1 to F5, respectively, switching to a different color output. • req
Date
:
Size
: 99kb
User
:
mj
«
1
2
...
7
8
9
10
11
12
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.