-
逆变器9月26日
说明: 本人自己设计的逆变器仿真 可供初学者借鉴参考(The simulation of inverter designed by myself can be used for reference by beginners.)
- 2019-02-16 18:36:35下载
- 积分:1
-
51黑论坛_C51音乐盒
基于51单片机的pwm音乐播放器,只有pwm播放和按键功能(PWM music player based on 51 single chip computer, only PWM play and key function)
- 2020-06-19 16:20:01下载
- 积分:1
-
AdapGA
说明: 对遗传算法的遗传和变异进行编程,同时加入自适应算法进行调节来提高准确性(Programming the heredity and variation of genetic algorithm, and adding adaptive algorithm to adjust to improve the accuracy.)
- 2019-11-27 17:04:15下载
- 积分:1
-
DATABASE
Students database search system
- 2018-12-15 18:11:10下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
cn_ATmega8
产品特性
• 高性能、低功耗的 8 位 AVR® 微处理器
• 先进的 RISC 结构
– 130 条指令 – 大多数指令执行时间为单个时钟周期
– 32 个 8 位通用工作寄存器
– 全静态工作
– 工作于 16 MHz 时性能高达 16 MIPS
– 只需两个时钟周期的硬件乘法器
• 非易失性程序和数据存储器
– 8K 字节的系统内可编程 Flash
擦写寿命 : 10,000 次
– 具有独立锁定位的可选 Boot 代码区
通过片上 Boot 程序实现系统内编程
真正的同时读写操作
– 512 字节的 EEPROM
擦写寿命 : 100,000 次
– 1K 字节的片内 SRAM
– 可以对锁定位进行编程以实现用户程序的加密
(Features
• High performance, low-power AVR ® 8-bit microprocessor
• Advanced RISC Architecture
- 130 Powerful Instructions- Most Single Clock Cycle Execution Time
- 32 x 8-bit general purpose working registers
- Fully Static Operation
)
- 2012-01-01 16:15:36下载
- 积分:1
-
R
说明: R语言对数据进行Garch-M-Copula建模并利用EM算法估计相应的参数(Garch-m-copula is used to model the data in R language and EM algorithm is used to estimate the corresponding parameters)
- 2020-02-24 12:11:17下载
- 积分:1
-
JavaDesign
21点小游戏,本游戏用于无聊时消遣用,欢迎各位同志下载(the game of 21)
- 2012-06-17 22:31:25下载
- 积分:1
-
cwt
给定小波母函数,要求做连续小波变换,变换结果以图像形式给出(尺度-位移),说明并在图像上标出信号有哪几个成分。(For a given mother wavelet function, required to do continuous wavelet transform, transform results are given in the form of images (scale- displacement), indicating that the signal in the image on the marked which of several components.)
- 2009-11-06 20:08:53下载
- 积分:1
-
在windows下运行RTI,除了相关的设置之外你还必须有本文件
在windows下运行RTI,除了相关的设置之外你还必须有本文件-In the windows running under RTI, apart from the relevant settings in addition you must have this document
- 2023-03-24 20:25:04下载
- 积分:1