-
fghfgh
很小的课程设计,是关于c的 图书信息管理系统(Small curriculum design, c books on information management system)
- 2010-06-30 10:34:26下载
- 积分:1
-
Project4_BallmanFord
(图论)实现负权重转换(Bellman-Ford)
对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中((Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), requiring transform the network edge weights between any two nodes of the shortest path unchanged, the output transform each edge weights. If the negative loop exists in the network, the program should alarm function. Algorithms written in CGraph class body)
- 2020-08-03 17:48:35下载
- 积分:1
-
OPNET网络仿真(清华陈敏版)
说明: 使用opnet实现网络仿真模拟技术(实战)(Using OPNET to realize network simulation technology)
- 2021-01-03 10:10:50下载
- 积分:1
-
ukf_predict1
无基卡尔曼滤波matlab程序实现,ukf(No Chica Kalman filter matlab program to achieve)
- 2014-09-20 20:02:51下载
- 积分:1
-
rmplementatiom
获取系统支持的网络协议,此代码仅供参考,谢谢支持()
- 2018-04-21 21:52:43下载
- 积分:1
-
SetThreadContext
This code is the simple SetThreadContext code.
This is suitable for beginner of Visual C++.
- 2010-07-28 14:37:36下载
- 积分:1
-
WinCE_Driver3
为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢?
如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用(Why WINCE directory example of using the build+ sysgen able to compile into EXE files, and I can not compile the example to add it? If this example is an application, it must include the code file (. H. C. Cpp) and the resource file (. Rc and other resource files), build tools based on source code files to compile the contents of the file into a lib file, resource file is compiled into. res files, sysgen tool according to the makefile file contents will be listed in the source files need to link the various library files into one EXE file. So the key is makefile file, WINCE directory of those who can use)
- 2010-11-06 10:04:45下载
- 积分:1
-
QPR_Control
比例-谐振控制器,抑制谐波,有效的将谐波滤除(The proportional resonant controller suppresses harmonics and effectively filters harmonics)
- 2017-06-21 11:36:07下载
- 积分:1
-
编辑框的简单自绘制
编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
- 2020-06-16 05:40:02下载
- 积分:1
-
CGridCtrl_demo
CGridCtrl 工程,可以修改表格颜色,合并单元格,设置表格为日期,下拉框选择框等(CGridCtrl project, you can modify the table color, merge cells, set the table to date, drop-down box selection box, etc.)
- 2018-12-10 18:28:04下载
- 积分:1