-
中国科学院研究生院,一个非常受欢迎的课程(C++程序…
中科院研究生院非常火爆的一门课程(C++程序设计)课件,由杨力祥老师主讲。-Chinese Academy of Sciences, Graduate School a very popular course (C++ Program design) courseware by teachers Speaker Xiang Yang Li.
- 2022-02-05 18:12:28下载
- 积分:1
-
[综合类]右击鼠标弹出菜单
[综合类]右击鼠标弹出菜单-[Comprehensive] right-click pop-up menu
- 2022-03-04 23:32:49下载
- 积分:1
-
改变byteblasterii SCH
altera byteblasterII sch
- 2022-01-25 16:22:37下载
- 积分:1
-
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较...
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次
逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式,
以节省功耗。
-S3C44B0X with eight analog signal input to the 10 analog/digital converter (ADC), It is a successive approximation type ADC, the internal structure includes analog input multiplexers, Automatic Zero comparators, Clock Generator, 10 successive approximation register (SAR), the output register as shown in the diagram below. ADC also provided the option of programmable sleep mode to save power consumption.
- 2022-06-30 08:59:07下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
asp.net+sql sever 网络应用系统开发玉实例,中第一章实例。
asp.net+sql sever 网络应用系统开发玉实例,中第一章实例。-Asp. Net sql sever network application systems development jade example, the first chapter examples.
- 2022-11-26 21:30:09下载
- 积分:1
-
改进了一位同行的生产者与消费者问题的演示
改进了一位同行的生产者与消费者问题的演示-improved a peer-producers and consumers of the demo!
- 2022-09-18 12:55:03下载
- 积分:1
-
用C语言写的YABasic解释器,可以在Linux/windows等多个平台上运行...
用C语言写的YABasic解释器,可以在Linux/windows等多个平台上运行-C YABasic written language interpreter, the Linux/windows etc. running on multiple platforms
- 2022-07-20 18:22:07下载
- 积分:1
-
Delphi realization of well
Delphi realization of well-known points game. Compiles with Delphi 7. Demonstrates simple depth search with some heuristics in estimate function.
- 2022-01-26 08:35:44下载
- 积分:1
-
C5.0算法源代码
c5.0算法源代码-c5.0 algorithm source code
- 2022-03-09 16:49:52下载
- 积分:1