-
这是一个简化版本的学生选课系统,比较适合初学者!
这是一个简化版本的学生选课系统,比较适合初学者!-This is a simplified version of the student elective system, more suitable for beginners!
- 2022-12-04 19:25:03下载
- 积分:1
-
C#的第三方Flash播放控件f
C#的第三方Flash播放控件f-in-box-C# Control third-party Flash player f-in-box
- 2022-03-02 20:08:44下载
- 积分:1
-
Visual C++多线程应用。2个线程:发送器和接收器。多
multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
- 2022-03-22 19:09:06下载
- 积分:1
-
演示解析传输流文件
Demo parsing TS transport stream files
- 2022-03-04 19:13:11下载
- 积分:1
-
Delphi中“流”利用详解
我正好也在学,分享一下喽
Delphi中“流”利用详解
我正好也在学,分享一下喽-Delphi in the
- 2022-08-22 20:34:57下载
- 积分:1
-
对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序....
对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序.
-right string sets, in order to support array and MFC C Class Set support ascending and descending.
- 2023-05-14 05:05:03下载
- 积分:1
-
1 : I hope the open source community to listen to their views. 2 : .. clock di...
1:希望开放源码,听取大家意见。2:..clock目录下有clock.exe。3:控制功能的实现:左右键双击或拖动。孙飞2002-10-31-1 : I hope the open source community to listen to their views. 2 : .. clock directory under clock.exe. 3 : Realization of control : about double-click or drag button. Garrison are 2002-10-31
- 2023-05-05 09:20:04下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
这是一个实现k进制的程序,进制是从1到9,可以循环选择
这是一个实现k进制的程序,进制是从1到9,可以循环选择-Realize this is a k-band procedure, M is 1-9, you can choose to cycle
- 2023-02-13 17:10:03下载
- 积分:1
-
列表 BFS 广度优先搜索
广度优先搜索 (BFS) 是一种策略寻找图中搜索时限于本质上是两个操作: (a) 访问和视察一个节点图 ;(b) 获得访问权的邻居的当前访问的节点的节点。BFS 从根节点开始,并检查所有相邻的节点。然后这些邻居节点的每个反过来,它检查其中人迹罕至,他们的邻居节点,等等。BFS 相比相当,但更多的内存 efficientIterative 深化深度优先搜索和深度优先搜索与对比。
- 2022-01-24 13:52:36下载
- 积分:1