-
hobbyshopbuslist
possible ideas on how to open a business for hobbys could be any type of hobby really its a nice simple setup with good ideas
- 2018-02-04 12:05:45下载
- 积分:1
-
electromagneticmethod
说明: 这本书是纳比吉安的电磁法的经典之作,现在市面已经很难找到,希望对想学电磁法的朋友,能有一定的帮助。(This book is the electromagnetic Nabi Ji law classic, and now the market has been hard to find, want to want to study electromagnetic method of friends, can have some help.)
- 2009-08-28 09:37:02下载
- 积分:1
-
XCDM15
JQUERY full-screen album code with thumbnails supports keyboard direction keys to switch pictures
- 2019-05-05 15:58:33下载
- 积分:1
-
lammps实例和Fortran编程
说明: 可以适合新手学习分子动力学模拟和借助fortran进行分子动力学建模的学习(It is suitable for beginners to learn molecular dynamics simulation)
- 2020-12-01 19:50:58下载
- 积分:1
-
123
贵州DEM,图可用于arcgis进行数据提取等作用,为最新资料。(DEM of guizhou, the graph can be used in arcgis for data extraction and other functions. It is the latest data.)
- 2018-05-29 07:34:34下载
- 积分:1
-
eni_statcom
电流型静止同步补偿器,PSCAD4.5搭建,波形完美(Current-mode static synchronous compensator, PSCAD 4.5, perfect waveform)
- 2020-12-14 14:29:14下载
- 积分:1
-
三菱FX PLC rs232bd计算机通过串口通信程序,电缆…
三菱FX系列 PLC通过RS232BD与计算机串口通信程序,电缆最好采用原装的-Mitsubishi FX PLC RS232BD computer through serial communication procedures, Cable preferred the original
- 2022-10-11 01:45:03下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
LRU页面置换算法,我们学校老师布置的任务,我们可以实现。
LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!-LRU page replacement algorithm, our school teacher assigned tasks, we can make reference!
- 2023-07-22 08:35:03下载
- 积分:1
-
FPGA
一种基于FPGA实现的FFT结构
调从基本元器件开始的计算机硬件系统的设计与实现,大多设置在自动控制系,形成了与应用系统结合的计算机教育。 1966年多处理器平台FPGA 学习目标 (1) 理解为什么嵌入式系统使用多处理器 (2) 指出处理器中CPU和硬件逻辑的折衷 (FPGA-based FFT realize the structure of the tune from the beginning of the basic components of computer hardware system design and implementation, most of them located in the Automatic Control Department, formed a combination and application of computer education system. 1966 multi-processor FPGA platform for learning goals (1) to understand why the use of multi-processor embedded system (2) pointed out that the processor CPU and the hardware logic of compromise)
- 2008-05-03 14:31:10下载
- 积分:1