-
energy-meter
使用LPC932制作的一款电表,程序注释详细,学习参考好资料,不可商业。(LPC932 produced using a meter, program notes in detail, with reference to good learning materials, non-commercial.)
- 2014-01-02 22:49:47下载
- 积分:1
-
BUCK-PID实验
使用stm32开发板做的pwm输出控制buck电路,反馈使用PID算法,实现闭环控制(The use of STM32 development board to do PWM output control buck circuit, feedback using PID algorithm to achieve closed-loop control)
- 2021-04-14 21:08:55下载
- 积分:1
-
3D游戏编程大师技巧
说明: 此书虽然被嫌弃过时了,但对于游戏开发新手而言,通过此书了解渲染管线非常好(The book is a bit outdated,however,you can benifit a lot about rendering ripe by reading it.)
- 2020-06-18 15:40:01下载
- 积分:1
-
tn46_c-code_example_for_scp1000-d01_rev_0.1_
大气压检测传感器驱动,经过验证,可以使用(tn46_c-code_example_for_scp1000-d01_rev_0.1)
- 2009-03-13 09:00:41下载
- 积分:1
-
DJDAO
DAO数据库简单应用,可以独立创建Access数据库,也可以随意删除,DAO上手必备的教程!(DAO simple database application, and could create Access database, can also randomly deleted, DAO handcuffed indispensable guide!)
- 2007-01-17 11:26:26下载
- 积分:1
-
C++perfect
c++完美版本,纯中文,深入分析C++的对象等难点重点。(c perfect version of pure Chinese, in-depth analysis of the C key targets such difficult.)
- 2006-07-31 17:31:40下载
- 积分:1
-
pulse-measurement
这是基于STC89C52编程开发的脉搏检测器,里面包含PCB原理图,程序代码和一篇参考论文。(This is based programming development STC89C52 pulse detector, which contains PCB schematics, program code and a reference papers.)
- 2013-12-13 20:40:50下载
- 积分:1
-
MarantzController
说明: A remote controller for Marantz AV Receivers by TCP/IP. Support custom Hotkey and custom command. Maybe Support any devices use TCP/IP. Depend on dot net framework 4.6.
- 2019-06-14 11:18:34下载
- 积分:1
-
C# SelectionStart SelectionEnd时间段选择日历范例
C# Calendar 时间段选择日历范例,可选择时间区间,调用 了C#中的SelectionStart SelectionEnd日期函数实现的功能,这个程序演示了两种功能:
1、获取控件当前的日期和时间
textBox1.Text = monthCalendar1.TodayDate.ToString();
2、时间起始段的选择:
通过SelectionStart属性获取用户选择的起始日期
textBox2.Text = monthCalendar1.SelectionStart.ToString();
通过SelectionEnd属性获取用户选择的结束日期
textBox3.Text = monthCalendar1.SelectionEnd.ToString();
- 2022-08-15 10:37:28下载
- 积分:1
-
cimage_pixel_access_opt
將bitmap存取速度加快,減少記憶體存取所占用的時間,以方便做影像的演算法(Faster access to the bitmap to reduce the occupied memory access time in order to facilitate the algorithm to do image)
- 2009-10-14 18:11:20下载
- 积分:1