-
MMC卡,SD卡,代码
SD卡的官方资料(我承认这个资料很垃圾,比起民间的技术总结它的内容可谓又臭又长,但是作为基础也要了解一下,SD协议不用看) 清晰明了的MMC卡时序图(虽然这个是MMC卡的,但是在初始化的时候CMD0的时序是一样的)
- 2022-06-16 05:21:11下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
this small program is mainly directed against the CAD a second development, CAD,...
此小程序可主要是针对CAD的一个二次开发,在CAD中,可直接将其上传/下载于ORACLE数据库中,-this small program is mainly directed against the CAD a second development, CAD, directly to upload/download from Oracle database,
- 2023-04-20 08:45:02下载
- 积分:1
-
Changing the skin of a window or dialog.
源码易容无限换肤有术,易开发的希望可以对你有帮助-Changing the skin of a window or dialog.
- 2022-01-31 00:41:07下载
- 积分:1
-
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。...
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。
3.有用链表来存储集合的功能。
-To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to deal with intersection, and set functions, and "+" that they set, "*" that intersection. 3. A useful list of functions to store the collection.
- 2023-04-10 02:05:04下载
- 积分:1
-
with Verilog HDL language written on display in the pattern of the source
用verilog HDL 语言写的在显示器上显示图案的源程序-with Verilog HDL language written on display in the pattern of the source
- 2022-06-26 11:06:17下载
- 积分:1
-
双三次B样条曲面源代码,是学习B样条编程的好程序
双三次B样条曲面源代码,是学习B样条编程的好程序-Bicubic B-spline surface source code, is to learn from a good B-spline programming procedures
- 2022-03-09 20:54:18下载
- 积分:1
-
this is a word document discribe classified optimization problem.
this a word document discribe classified optimization problem.-this is a word document discribe classified optimization problem.
- 2023-05-04 08:00:03下载
- 积分:1
-
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。...
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。-topic : There are two disk files A and B, the store his letter, the requirements of these two documents, the information merger (in alphabetical order), the output to a new file C.
- 2022-01-31 16:14:08下载
- 积分:1
-
a look at the software source code, I write their own beauty, but it is not very...
一个看密码的软件源码,我自已写的啦,却不是很好看呀。你就将就吧。-a look at the software source code, I write their own beauty, but it is not very good at it. You will be on it.
- 2023-01-28 21:25:03下载
- 积分:1