-
IPHONE4
Simple app that communicates with the iPhone/iPod/iPad serial port for debugging/hobbyst purpose.
- 2014-03-14 09:15:49下载
- 积分:1
-
wpf开发教程 下载(259页)
wpf开发教程 下载(259页)
- 2014-06-17下载
- 积分:1
-
WPF-Self-study-manual
该上传内容是WPF自学手册书籍中的源代码,这本书最大的作用是让从未接触过Microsoft Windows Presentation Foundation的读者能够从初学到精通掌握,运用WPF进行桌面开发,而且这本书的叙事风格和手法使得读者在经历掌握Microsoft WPF开发的整个过程是如此轻松快乐,在作者风趣调侃的语言当中不知不觉地学会WPF开发.本书从WPF的相关工具开始讲起,从WPF的体系结构、XAML、依赖属性、路由事件、命令等方面为读者奠定了一个坚实的学习基础。之后就切入了应用程序窗口、页面导航、布局等起步应用,能让读者及时地体会 到学习的成就感和乐趣。接下来的控件、样式、数据绑定、二维图形、动画等相关内容则能够为读者的WPF技术提升到一个比较高的层次,如同插上翅膀,自由翱翔.
这本书对于WPF核心技术的原理、概念、技术、技巧与开发实践的讲述,是基于一位完全不懂WPF的菜鸟学习经历的,非常符合国内程序员WPF技术的初学路线,如果您想学习Microsoft WPF技术的话,那么这本书将是您的不二选择.(The upload content self-study manual books in WPF source code, the book never had contact with Microsoft Windows Presentation Foundation readers from beginner to mastery of the use of WPF desktop development, and this book s narrativeMicrosoft WPF development experience to master the whole process is so relaxed and happy style and technique so that the reader, unconsciously learn WPF development language of witty ridicule. book I start WPF related tools, from the architecture of WPF, XAML, dependency properties, routed events, command the reader has laid a solid foundation of learning. After starting to cut into the application window, page navigation, layout application, allows readers timely sense of accomplishment and fun learning experience. The next control, styles, data binding, two-dimensional graphics, animation and other related content to readers WPF technology raised to a relatively high level, like wings, fly freely.
This book describes the principles, concepts, technology)
- 2013-02-19 14:27:21下载
- 积分:1
-
小波变换
图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
- 2020-06-18 04:40:01下载
- 积分:1
-
VirualDTU
vs2008开发的虚拟dtu,可以简单模拟dtu的功能,初学者可以参考和修改。(vs2008 development of the Virtual dtu, you can simply simulate the function of dtu, beginners can refer to and modify.)
- 2013-09-24 10:31:31下载
- 积分:1
-
PWM steering gear
说明: PWM steering gear, including PWM steering gear drive files and some routines
- 2020-06-22 14:00:02下载
- 积分:1
-
高精度重力测量
数码管显示 串口控制 lcd1602 带继电器控制
//读取HX711
//****************************************************
unsigned long HX711_Read(void) //增益128
{
unsigned long count;
unsigned char i;
HX711_DOUT=1;
Delay__hx711_us();
HX711_SCK=0;
count=0;
EA = 1;
while(HX711_DOUT);
EA = 0;
for(i=0;i
- 2022-03-07 06:35:06下载
- 积分:1
-
Kohonen
kohonen som
with drwing it map
and a nice gui
- 2009-09-10 20:20:04下载
- 积分:1
-
3Kg电子秤源代码(自编)
3Kg电子秤源代码、自己调试好的
int main(void)
{
Init_HX711pin();
delay_init();
BEEP_Init();
NVIC_Configuration(); //ÉèÖÃNVICÖжϷÖ×é2:2λÇÀÕ¼ÓÅÏȼ¶£¬2λÏìÓ¦ÓÅÏȼ¶
uart_init(9600); //´®¿Ú³õʼ»¯Îª9600
Get_Maopi(); //³ÆÃ«Æ¤ÖØÁ¿
delay_ms(1000);
delay_ms(1000);
Get_Maopi(); //ÖØÐ»ñÈ¡Ã«Æ¤ÖØÁ¿
while(1)
{
Get_Weight();
if(Weight_Shiwu>100)
GPIO_SetBits(GPIOB,GPIO_Pin_8);
delay_ms(1000);
GPIO_ResetBits(GPIOB,GPIO_Pin_8);
printf("¾»ÖØÁ¿ = %d g
",Weight_Shiwu); //´òÓ¡
delay_ms(1000);
}
}
- 2022-01-25 18:29:29下载
- 积分:1
-
C_matrix_invert
C语言实现矩阵求逆的MATLAB原型。
C语言实现矩阵求逆的MATLAB原型。(C for matrix invert!
matlab for matrix invert!
hope be useful for you !)
- 2012-04-14 15:18:26下载
- 积分:1