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

Search list

[ListView/ListBoxPower列表控件

Description: 本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到剪接板; 定制项目高度;单元工具提示;高亮当前选择的单元;支持数据库。 -the program a powerful list, as controls, the controls have the following characteristics : the whole trip plus-liang; right automatic sorting out (with digital and text sequences); support background images and mixed plus-choice; support for horizontal and vertical grid; Movable out; through Format dialog, and can be customized format (size, Alignment); Column Manager with the management out; Classification as support (like Outlook 98) in each of the modules and support custom text colors, fonts and mesh boundary; automatic from the registry information storage and loading; Print support; each module supports image; As shown in the first image support; the use of editorial control over the information the sub-editors; Combined box controls to support the sub-editors; items to automaticall
Platform: | Size: 144094 | Author: Mark | Hits:

[Other resourceMD2FileLoader

Description: 这是用VC编写的用于加载MD2格式模型的程序,里面还有一个例子-This is the VC prepared for loading MD2 format model of procedures, there is also an example
Platform: | Size: 376443 | Author: 于庆 | Hits:

[Other resourceMD3FileLoader

Description: 这是一个用VC编写的用于加载MD3模型的程序,里面还有一个例子-This is a VC prepared for loading MD3 model procedures, there is also an example
Platform: | Size: 1621659 | Author: 于庆 | Hits:

[Other resource3DSFileLoader

Description: 这是一个用VC++编写的用于加载3DS模型的程序,里面还有一个例子-This is a VC prepared for loading 3DS model procedures, there is also an example
Platform: | Size: 531916 | Author: 于庆 | Hits:

[Other resourceMS3DFileLoader

Description: 这是一个用VC++编写的用于加载MS3D格式模型的程序,里面有例子-This is a VC prepared for loading MS3D format model procedures, there are examples
Platform: | Size: 37150 | Author: 于庆 | Hits:

[ComboBoxCheckTextBoxX

Description: 文本框与label同时使用,组合控件,对该控件进行装载,有多种类型选择(文本,数字,日期)类型,根据不同类型对输入内容进行控制-text box and label use, the combination of control, this control for loading, There are various types to choose (text, number, date) type, according to different types of input control
Platform: | Size: 16244 | Author: wf | Hits:

[Other resourceChessRoadOK

Description: 1,本软件实现了围棋打谱,编辑棋谱,可以对每一步棋写心得体会,增加若干变化图(并有解说及字母可标注),以后可随时调出查看. 2,本软件实现了围棋死活,手筋,妙手的试题创作,并且可以分析若干正解图,变化图,失败图.并且可加入到试题库中. 3,本软件实现了从试题库中加载试题,并可自己作练习. 4,本软件实现了定式的学习 5,本软件实现了加载棋谱续下等功能 -1, the software Go to fight the spectrum, editing batter, every step toward the right to write about their feelings and experiences the increase in the number changes (with explanatory notes and letters and tagging), may at any time after the transfer View. 2. the software of the Go fate Shoujin, good blend of the creative questions, as well as analysis of a number of positive solution maps, change maps, failure map. and questions can be added to the library. 3, the software from the repository loading test questions, practice can make their own. 4, the software will achieve a five-learning, the software until the next batter loading functions
Platform: | Size: 96063 | Author: 高仲富 | Hits:

[DirextXDirectX-Texture

Description: 一个DirexX加载材质的程序,程序显示了一个箱子,并且可以转动视角.-a DirexX loading material from the procedure is an indication of a box, as well as rotational angle.
Platform: | Size: 177210 | Author: 杨兵 | Hits:

[GUI Developdhs-1.1-051203

Description: 交流代码,欢迎使用如何将皮肤加载到资源中 如何将皮肤加载到资源中-exchange code, Welcome to how to skin loading resources on how to skin loading resources
Platform: | Size: 16121 | Author: 李朋 | Hits:

[Mathimatics-Numerical algorithms背包问题程序

Description: 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即Σpi*xi 取得最大值。-0 / 1 knapsack problem, the need for the capacity of the c loaded backpack. N items from the selected load backpack items, each of the items i weight of wi, the value of pi. For a viable backpack loaded backpack with a total weight of the backpack should not exceed capacity, loading is the best means by loading the maximum value of goods that sigma pi * xi obtain maximum.
Platform: | Size: 173598 | Author: 陈琳 | Hits:

[Other resourcegifload_demo

Description: GIF文件加载的源代码,直接在工程中加入类即可-GIF document loading the source code directly in the projects can join the class
Platform: | Size: 116604 | Author: 骏子 | Hits:

[ComboBoxvsprintvsflex8

Description: 用 vsFlexGrid 时,如果用 Add 方法逐个添加数据,跟在 Excel 中用Range()设置单元格的数据一样的慢,所以需要有些技巧,举例来说:在Excel中填写一个数据区域,可以将将要填写进去的数据按单元格的排列事先加入相应的制表符以及回车符号,组合成一个大的字符串,然后帖进去,会很快。 VsFlexGrid 在需要填充的数据多时会比较慢,同样条件的前提下,VB会明显快些! 数据加载速度慢可以通过直接绑定ADO的记录集,那样会很快,只是显得没有个性。比如从后台取回的数据是个数字,在前台需要根据这个数字分情况来显示各种不同的字符,如果用RecordSet我不知道怎么搞了。。 vsFlexGrid 的慢是一个问题,也许还比较好避免,也许这并不是他本身的问题,好像很多的控件只要是逐个ADD的都不会快多少,除非用直接绑定! 更麻烦的还是从vsFlexGrid到vsPrinter的报表显示显得有点牵强~~,不过常规的报表都还可以应付,象我们的工资明细表、汇总表、储备金汇总、储备金明细、计件工资、花名册、考勤报表乃至工资条等都可以用vsFlexGrid解决,而且能做出比较漂亮的效果,尤其那个表格的合并效果,以及所见所得。。。 -with vsFlexGrid, when used individually Add method to add data with Excel using Range () set up the cell for the same data slow, there is a need in some skills, for example : Excel to fill in a data area can be filled out to be of the data into cells with the prior joining the corresponding tabs and carriage return symbols, as a large portfolio of strings, and then into TIE will soon. VsFlexGrid need to fill in the data for some time will be relatively slow and the same conditions, under the premise of VB will be significantly faster! Data loading slow through direct bonding ADO record set, as it will soon, it is not personality. For example, to recover from the background information is in the number of prospects according to the breakdown of the figures to show a variety of characters, i
Platform: | Size: 602351 | Author: 胡先生 | Hits:

[GUI Developtest_delphi

Description: delphi下的多界面工具 很好用!我自己设计的! 如何在一个界面中装载另外一个界面!-under the multi-interface tool is useful! My own design! How an interface loading another one interface!
Platform: | Size: 181598 | Author: laixiren | Hits:

[Other resourceeboot

Description: Ethernet Bootloader 关于嵌入式系统的以太网装载程序-Ethernet Bootloader on embedded systems Ethernet loading procedures
Platform: | Size: 238706 | Author: 孙宏伟 | Hits:

[Driver DevelopWDMbuild

Description: 这是一个在VC下开发WDM驱动程序的小工具,可以实现动态加载和卸载驱动程序而不用编写INF文件,很适合初学者。-This is a development of the VC WDM small tools, dynamic loading and unloading of drivers having to prepare INF documents, which is perfect for beginners.
Platform: | Size: 69588 | Author: 张三 | Hits:

[ConsoleBY2003

Description: 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 6.退出程序 退出程序。 7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name password, click on Login can be logged. 3. The main window of the main window shows the list of the day's calls. 4. Show window display window shows the current rostrum were interrupted state. 5. Print window and print the same day the calls list. 6. Exit exit. 7. The current cost of clearing it out of 00:00:00 from the day when some of the costs of the total, and its total telephone conversation.
Platform: | Size: 2091777 | Author: rewt | Hits:

[ComboBoxerydfery

Description: 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name password, click on Login can be logged. 3. The main window of the main window shows the list of the day's calls. 4. Show window display window shows the current rostrum were interrupted state. 5. Print window and print the same day the calls list.
Platform: | Size: 606733 | Author: rewt | Hits:

[TreeViewvtsddfedc

Description: 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路和。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name password, click on Login can be logged. 3. The main window of the main window shows the list of the day's calls. 4. Show window display window shows the current and the rostrum.
Platform: | Size: 473399 | Author: rewt | Hits:

[GUI Developload_BMP

Description: 使用Visual C++ 6.0在窗口中加载BMP图像-use Visual C 6.0 in the window loading BMP images
Platform: | Size: 30269 | Author: 佳佳 | Hits:

[Anti-virusav_src

Description: 在系统加载程序时检查文件是否被感染,程序中运用了钩子技术,文件主要分3部分,分别的运行,安装和反安装。-loading procedures in the system when checking if the file has been infected, to use the procedures hook, the paper's main points three parts, the operation, installation and anti-installed.
Platform: | Size: 29012 | Author: 赵宁 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net