摘要:
//--调用shell接口(系统运行窗口)的代码
#include "stdafx.h"
//--interface#include <exdisp.h>
#include <iostream>using namespace std;
void filerun(){ //--com coinitialize(null); do { cout << "-......
摘要:
现在对于电声的原理因该比较清楚了,爱迪生发明留声机正是利用了这个原理,在唱片上刻下声波的曲线,再用唱针沿着波线划过产生振动,并用电流放大就可以放出声音了。这其实就是现在所说的模拟信号,也就是用一条光滑的曲线来表示声波,但计算机数据只能用1和0表示,那么计算机又该如何表示声波呢?下面我们将引入一个概念“采样率”。
在一秒钟之内对声波进行取点的数量叫做采样率。假设声波是一条沿x正方向沿伸的sin曲......
algorithm study--sorting(1)
-------robert byrne 【程序编程相关:给应用程序加装“看门狗”】
doing a thing better is often a waste of time. 【推荐阅读:银弹制造:开发最灵活的软件(一)】
after studying c++ for part of the third semester in my college time..i am working on some basic algorithm these days. except the hard and dull and serious basic algorithm analysis,the first but very important question that i encounter is sorting problem...
...
下一页 摘要:
能拖动的带背景颜色的分割条作者:enloo
想实现这个功能,曾经困扰了我一段时间,后来发现原来是犯了一些小错误。
功能:1,带背景颜色2,拖动拖动条,能拖动窗口
效果如下:
程序:==================================================//mysplitter.h#pragma once#include "stdafx.h"c......