-
sample_UART
瑞萨RL78/G13UART串口通讯例程(Renesas RL78/G13UART serial communications routines)
- 2020-12-18 15:19:10下载
- 积分:1
-
PLREL2
灯光控制开发原理图PCB成功按理.方便大家进行学习.(MNB)
- 2021-01-22 18:18:41下载
- 积分: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
-
ReadWriteEconomyEventLog
C#使用EventLog组件读写事件日志的实例源码,C#读取事件日志的内容,一个较简单的实例,源码参考价值高,特别是对初学者来说(C# uses the instance of the EventLog component to read and write the event log source, C# reads the event log, a simple example, source reference value is high, especially for beginners)
- 2012-07-26 11:23:34下载
- 积分:1
-
timeclient_src
同步日期和时间的例子。(date and time synchronization example.)
- 2004-10-20 11:45:14下载
- 积分:1
-
fft
快速傅里叶变换(FFT)算法C++实现代码
(Fast Fourier Transform (FFT) algorithms to achieve C code)
- 2007-07-02 16:34:38下载
- 积分:1
-
ADC0808
ADC0808的数字电压表C语言-仿真实例(The ADC0808 The digital voltmeter to the C language- the simulation examples)
- 2012-05-29 12:27:15下载
- 积分:1
-
zl
这是一个齿轮设计的软件,设计齿轮的参数全部动算出.(This is a gear design software, design parameters calculated move all the gear.)
- 2014-01-10 08:26:48下载
- 积分:1
-
C_tanhaoqiang
谭浩强的C语言书籍,对于C语言的学习来说,是一本很好的入门书籍(a good book for C)
- 2016-11-25 09:13:24下载
- 积分:1
-
VisualCSharp2005入门经典3,这些例子对CSHARP的学习,很有帮助,希望对大家有用...
VisualCSharp2005入门经典3,这些例子对CSHARP的学习,很有帮助,希望对大家有用-3 Getting Started VisualCSharp2005 classic, these examples of CSharp learning, helpful, and they hope U.S. Useful
- 2022-10-13 05:30:03下载
- 积分:1