-
嵌入式freescalei.mx21 USB去驱动
for wince freescalei.mx21 usb on to go driver
- 2022-02-06 03:04:18下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
The explain of C4.5 document(data type,run environment)
C4.5文档说明(数据类型,运行环境)-The explain of C4.5 document(data type,run environment)
- 2022-07-05 10:27:10下载
- 积分:1
-
Basic Nibbles (NO MFC) good
Basic Nibbles (NO MFC) good
- 2022-01-25 21:34:40下载
- 积分:1
-
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的Spar...
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的SpartanⅡ系列的2sc200PQ208-5芯片上编程实现了整个系统的控制部分,整个自动控制系统由四个模块构成:秒分频模块、控制模块、计量模块和译码显示模块。该设计不仅仅实现了显示计程车计费的功能,其多功能表现在它可以通过选择键选择显示计程车累计走的总路程和乘客乘载的时间。计时、计程、计费准确可靠,应用于实际当中有较好的实用价值和较高的可行性。-introduced FPGA-based multifunctional taxi meter circuit design. The design using programmable logic device FPGA ASIC design, and for the super-high-speed VHDL hardware description language in the company Xilinx Spartan II Series 2 sc 200PQ208-5 chip programming of the control system as a whole, Automatic control the entire system from four modules : a seconds-frequency module, control module, metrology modules and decoding module. The design not only achieved a taxi showed Billing functions, Multifunctional its performance through its keypad revealed taxi taking the cumulative total journey of the passengers took the set time. Program, log, billing is accurate, reliable and practical application of them have good practical value and the
- 2022-01-22 15:10:54下载
- 积分:1
-
约瑟夫环算法
Joseph Ring 算法-Joseph Ring algorithm
- 2022-04-21 07:07:42下载
- 积分:1
-
mwc基于stm32的飞控代码baseflight
mwc基于stm32的飞控代码baseflight,对初 学者有很大的帮助,这个适合航模爱好者,难度还是有点大大的,具体的可以去网上找mwc基于AVR的代码
- 2022-07-13 07:31:45下载
- 积分:1
-
DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列...
DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列-DSp principle and application procedures Chapter 8 source, we can introduce you to further develop the ranks Dsp
- 2022-06-26 03:21:35下载
- 积分:1
-
TeeChart Pro ActiveX是西班牙Steema SL公司开发的图表类控件,主要用来生成各种复杂的图表。熟悉Delphi和C++ Builder的编...
TeeChart Pro ActiveX是西班牙Steema SL公司开发的图表类控件,主要用来生成各种复杂的图表。熟悉Delphi和C++ Builder的编程人员对它不会陌生,因为在Delphi和C++ Builder里包括了TeeChart的VCL版本。
TeeChart使用目的
如果你需要在程序中制作曲线图、条状图、饼状图等等,使用这个控件都将是你的明智选择。它因为是已经被封装好的产品,所以使用方便,可控性强,不过有的时候会有点小BUG。最好能找到源码,并自己打几个补丁。-TeeChart Pro ActiveX is a Spanish company has developed a chart Steema SL class control, mainly used to generate all kinds of complicated charts. Are familiar with Delphi and C++ Builder programmers it is not strange, because in Delphi and C++ Builder to include in the VCL version of TeeChart. TeeChart the purpose of use in the program if you need to create graphs, strip chart, pie charts, etc., use this control will be your wise choice. It is because it is has been packaged good products, they are easy to use, control, and strong, but sometimes a bit small BUG. The best source to find and patch a few yourself.
- 2022-07-28 01:51:29下载
- 积分:1
-
c++提示扩展工具代码
c++提示扩展工具代码-c prompt expansion tool code
- 2022-02-21 10:11:16下载
- 积分:1