-
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问...
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
- 2022-02-05 03:14:59下载
- 积分:1
-
Visual Basic带图形的ComboBox
Visual Basic带图形的ComboBox-ComboBox with Visual Basic graphics
- 2022-01-25 21:02:00下载
- 积分:1
-
有条件的读取VSAM文件(ksds)
使用KEY
有条件的读取VSAM文件(ksds)
使用KEY-Conditional read VSAM files (ksds) the use of KEY
- 2022-03-19 05:38:20下载
- 积分:1
-
《程序自修改实现》
《程序自修改实现》-对于相关编程技术有用-《Self-modifying programs to achieve》- for relevant programming techniques useful for
- 2023-02-04 16:25:03下载
- 积分:1
-
对复数进行+、
对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
- 2023-01-28 20:00:08下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-02-14 00:55:08下载
- 积分:1
-
在VC集成环境下,编译,连接成可执行文件,在源码所在目录下,拷贝6个文本文件(名字为1.txt,2.txt,3.txt,4.txt,5.txt,6.txt,文本...
在VC集成环境下,编译,连接成可执行文件,在源码所在目录下,拷贝6个文本文件(名字为1.txt,2.txt,3.txt,4.txt,5.txt,6.txt,文本文件的内容是英文),运行即可进行练习。-in vc integration,translate and edit,and connect program to executable file
- 2022-09-14 00:10:03下载
- 积分:1
-
this a game for snake.
this a game for snake.-this is a snake, vc
- 2022-03-07 07:58:10下载
- 积分:1
-
This is a simple flow
这是一个WINCE4.2下的简单流驱动,与硬件无关。弄了很久,才调试成功。主要是学习流驱动的实现过程及动态加载!包括EVC开发的流驱动,EVC的应用调用程序和WORD的说明文档-This is a simple flow-driven, under WINCE4.2, and hardware-independent. Get a long time before the successful commissioning. Mainly for studying flow-driven implementation process and dynamic load! Including the EVC developed flow-driven, EVC application calls the procedures and instructions WORD documents
- 2023-01-24 23:50:04下载
- 积分:1
-
在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复...
在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入
操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢?
答案是肯定的。这里主要是通过两个Windows API函数来实现的。
-Windows popular in today, windows interface procedures by the majority of users. The operation of these procedures only two input control keyboard and mouse input control. Sometimes, for complex or repetitive input operations, our ability to process through the development to replace the manual input, and using procedures to simulate the keyboard and mouse input it? The answer is yes. Here mainly through the two Windows API function to be achieved.
- 2022-03-15 12:00:05下载
- 积分:1