-
pingpufenxi
声音的频谱分析
读取文件,分析频谱,画图(Read the file of the sound spectrum analysis, analysis of the spectrum, drawing)
- 2012-09-03 20:56:06下载
- 积分:1
-
ClearTreeView
清除TreeView内容,C#源码下载,这是一个需要与数据库相结合的TreeView例子,示例演示了如何在C#中清除TreeView里的内容,刚接触C#的新手们,这是一个入门级的例子,因此有必要掌握一下。(Clear TreeView, C# source code download, this is a need with the database-phase combination of TreeView example, the example demonstrates the how in C# to clear the contents in the TreeView, new to the C# novice who, this is an entry-level example, so necessary to master.)
- 2013-04-23 15:26:00下载
- 积分:1
-
tabucol
关于图着色问题中禁忌搜索算法的讲解,适合新手使用和学习(Tabu search algorithm on the graph coloring problem explanations, suitable for beginners to use and learn)
- 2021-03-31 13:19:09下载
- 积分:1
-
CSharp-lianliankan
4涛6太跳跳糖她3涛太3她4太3她3太涛3涛4太(6 4 Tao Tao too popping candy she too 3 3 3 her three of her four too too Tao Tao 3 4 too)
- 2013-12-03 20:50:36下载
- 积分:1
-
testdatabasedll
数据库功能展示,vc连接access数据库,实现增删查找功能(Database function display, vc connection access database, add or delete search function to achieve)
- 2011-01-24 17:04:23下载
- 积分:1
-
KMDF_hypervisor
一个x64 vt hypervisor内部实现ept技术简易框架 ,在此框架下根据需求可以改造使用ept技术进行内存隐藏。。。(An x64x64 vt hypervisor with ept etc.)
- 2020-06-17 22:20:01下载
- 积分:1
-
利用C++和MFC编写实现颜色调节功能的程序 适合c++入门初学者
编写并利用一个应用程序Ex_Color实现颜色调节功能:操作滚动条滑动条和进展条控件可以调节RGB颜色的三个颜色分量:R(红色分量)、G(绿色分量)和B(蓝色分量),并根据用户指定的颜色填充控件。首先,先创建程序Ex_Color,利用静态文本、组框、编辑框、滚动条、滑动条、进展条和旋转按钮创建并设计程序对话框(参照实验内容示图),然后,需要增加相关成员变量,接着添加成员函数DrawColor实现颜色功能,然后添加初始化代码,然后为IDC_EDIT_R、IDC_EDIT_G、IDC_EDIT_R添加EN_CHANGE消息,在为旋转按钮控件添加UDN_DELTAPOS消息映射,并在CEx_ColorDlg类中添加WM_HSCROLL消息映射;并编译测试运行,然后在OnPaint函数中调用前面添加的Draw函数,防止对话框被另一个窗口遮挡时,系统调用OnPaint函数进行刷新;这样,当操作滚动条滑动条和进展条控件时就可以调节RGB颜色的三个颜色分量。
- 2023-02-06 08:05:04下载
- 积分:1
-
DD_PassWord
实现任意数据文件的加密,和输入的数据加密(PassWord)
- 2010-05-31 12:24:24下载
- 积分:1
-
COPYDATA
VC编程,进程间利用CopyData通信(VC programming, interprocess communicate through by CopyData )
- 2012-02-21 08:04:06下载
- 积分:1
-
并行程序小教程
int * genericSenderRecieveData (int 和发件人,int 标记 int & 长度) {int bufId = pvm_recv (-1,标记);pvm_bufinfo (bufId,0,0 与发件人);pvm_upkint (和长度,1,1);int * Recievedata = 新 int [长度];pvm_upkint (Recievedata,长度,1);返回 Recievedata;}
- 2022-02-01 06:20:06下载
- 积分:1