-
CatagoryMgmt
This file can Teach you how to connect database in your system and how to add, update, and delete record in to the database
- 2011-01-08 21:30:46下载
- 积分:1
-
pc547
各种kalman滤波器的设计,包括广义互相关函数GCC时延估计,实现典型相关分析。( Various kalman filter design, Including the generalized cross-correlation function GCC time delay estimation, Achieve canonical correlation analysis.)
- 2017-05-19 10:17:29下载
- 积分:1
-
实验12 OLED显示实验
说明: 讲述了如何构建OLED的程序框架,编写程序的大致思路。(This paper describes how to build the OLED program framework and how to write the program.)
- 2019-05-27 09:49:20下载
- 积分:1
-
ARM Cortex-M0 LPC1114入门手册
ARM Cortex-M0 LPC1114完整的学习例程,有兴趣的可以下载了解,绝对可以使用,学习提高都可以。
- 2022-01-30 21:15:38下载
- 积分:1
-
mvc多国语言网站解决方案 MvcResourceLang
mvc多国语言网站解决方案 MvcResourceLang
- 2015-02-25下载
- 积分:1
-
ListButtonToolBarView
实现PING功能,很不错的代码,很详细,很好看(To achieve PING function, very good code, very detailed, very nice)
- 2017-03-18 20:16:17下载
- 积分:1
-
1.60全功能免费辅助
刷帮清包宠物法宝挖宝切糕元宝荣丹改造一切俱全(Brushing and cleaning up pet magic treasures, digging and cutting cakes, Yuanbao Rongdan, renovating everything)
- 2021-02-10 00:09:53下载
- 积分:1
-
20050829152443_CompletionPortDemo
说明: 修改了的IOCP例子,修改了的IOCP例子(revising the IOCP example, revising the IOCP example)
- 2005-09-07 13:00:54下载
- 积分:1
-
testmatcom_mfc
matlab与vc联合编程实例
实现图形在vc中的显示(joint programming and matlab examples vc in vc in the realization of graphics display)
- 2007-11-23 20:02:42下载
- 积分:1
-
基于s5pv210 rtc驱动实验
#include // include/linux/xxx.h
#include
#include
#include
#include
#define S5PV210_PA_RTC 0xe2800000
void rtc_release(struct device *dev)
{
}
struct resource s5p_rtc_resource[] = {
[0] = {
.start = S5PV210_PA_RTC,
.end = S5PV210_PA_RTC + SZ_1K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_RTC_ALARM,
.end = IRQ_RTC_ALARM,
.flags = IORESOURCE_IRQ,
},
};
struct platform_device rtc_plat_dev = {
.name = "rtc-plat",
.num_resources = ARRAY_SIZE(s5p_rtc_resource),
.resource = s5p_rtc_resou
- 2022-03-01 20:11:47下载
- 积分:1