-
2529
说明: hdu 2529,第2529题的结题报告
(answer for acm on hdu acm)
- 2010-04-01 10:59:04下载
- 积分:1
-
HOOKAPI(包括SOCKET)
public static bool Install(string ModuleName, string ProcName, IntPtr lpAddress)
{
Entry entry = entrys.Find(n => n.ModuleName == ModuleName && n.ProcName == ProcName);
if (entry == null)
{
entry = new Entry();
entry.ModuleName = ModuleName;
entry.ProcName = ProcName;
entrys.Add(entry);
IntPtr hModule = GetModuleHandle(ModuleName); //取模块句柄
if (hModule == IntPtr.Zero) return false;
- 2022-01-22 05:24:13下载
- 积分:1
-
carF340elong
C8051f340 8位pwm波形输出 占空比可调节(C8051f340 8bit output )
- 2014-05-02 16:53:55下载
- 积分:1
-
第五章:STM8EEPROM的读写
说明: STM8S005K6-EEPROM读写,非常详细,直接用库函数编写(STM8S005K6-EEPROM read and write, very detailed, written directly with library functions)
- 2020-06-22 15:00:02下载
- 积分:1
-
AD1256驱动程序源码
ADS1255和ADS1256是非常低噪声,24位模数转换器(A/D)。它们为最苛刻的应用程序提供完整的高分辨率测量解决方案转换器是由一个四阶,delta-sigma(ΔΣ)调制器紧随其后的是一个可编程数字滤波器。一种灵活的输入多路复用器处理差分或单端信号,并包括验证外部传感器完整性的电路,已测试成功可用。
- 2022-03-23 20:20:46下载
- 积分:1
-
20070329srf
输入法源码,对想开发自己的输入法的朋友十分有用.(input source, the right to develop its own input method is very useful friends.)
- 2007-03-29 09:56:58下载
- 积分:1
-
wpf实现 wifi管理软件源码下载
wpf实现 wifi管理软件源码下载
- 2014-03-02下载
- 积分:1
-
helloword
“Hello, world"程序是指在计算机屏幕上输出“Hello,world”这行字符串的计算机程序,“hello, world”的中文意思是“世界,你好”。这个例程在Brian Kernighan 和Dennis M. Ritchie合著的《The C Programme Language》使用而广泛流行。因为它的简洁,实用,并包含了一个该版本的C程序首次出现在1974年Brian Kernighan所撰写的《Programming in C: A Tutorial》
1
printf("hello, world
");
- 2023-07-09 18:50:03下载
- 积分:1
-
DErand1either-or
DE的一种改进算法,程序通过改变变异规则来大概改进算法的目的,同JDE一样是改进DE的一种(DE, an improved algorithm of application about the purpose of the improved algorithm by changing the variation rules, as well as JDE is a kind of improved DE)
- 2014-09-26 15:48:11下载
- 积分:1
-
Key_Scan
单片机,通过串行扫描,读取矩阵的键盘码。(Microcontroller reads the keyboard codes.)
- 2015-03-02 15:19:26下载
- 积分:1