-
解决管理和设置,使用电子表格设置方便…
IP地址管理和设置,用excel电子表格方便的管理和设置-IP address management and settings, using excel spreadsheet set up to facilitate the management and
- 2022-05-10 18:40:10下载
- 积分:1
-
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: M...
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: Metrowerks CodeWarrior 4.1
* 组成文件:
* main.c
* SmartCar.c/PID.c/LCD1620.c/Test.c
-* Project Name: SmartCar* Functional Description: combination of Freescale" s 16-bit single-chip automatic car MC9S12DG128B completed tracing along the black lane* IDE environment features: Metrowerks CodeWarrior 4.1* constituent documents:* main.c* SmartCar.c/PID.c/LCD1620.c/Test.c, etc. ~ ~ ~
- 2023-06-13 00:20:03下载
- 积分:1
-
acm竞赛参考代码,利用中缀表达式计算后缀表达式
acm竞赛参考代码,利用中缀表达式计算后缀表达式-acm contest reference code, the use of infix expression calculation expression suffix
- 2022-04-09 00:46:41下载
- 积分:1
-
KindEditor to the latest if their function is not introduced under there for use...
KindEditor的最新功能,如果没有介绍的话就在下面使用!~ ~ ~ ~
- 2022-02-09 20:20:50下载
- 积分:1
-
VB6 integrated environment that plug
VB6集成环境鼠标滚轮修正插件。 使用VB6打开工程,将它编译至C:Program FilesMicrosoft Visual StudioCommonMSDev98AddIns目录 在VB6的Add-In Manager里面激活“MouseWheel Fix”插件。你的VB6就可以使用鼠标滚轮翻动源代码了。-VB6 integrated environment that plug-in mouse wheel. Use VB6 open, it will be compiled to C : Program Files Microsoft Visual Studio Common MSDev98 AddIns directory in VB6 Add-In Manager activated inside "MouseWheel Fix" plug-ins. The VB6 you can use the mouse wheel banging the source code.
- 2022-04-22 12:05:21下载
- 积分:1
-
哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码...
哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码-Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained
- 2022-05-20 08:08:25下载
- 积分:1
-
在嵌入式平台上主要使用NANDFLASH进行大容量存储,但NANDFLASH有坏区,需要格式化管理才能使用,本文介绍在WINCE下如何修改自动格式化和自动分区...
在嵌入式平台上主要使用NANDFLASH进行大容量存储,但NANDFLASH有坏区,需要格式化管理才能使用,本文介绍在WINCE下如何修改自动格式化和自动分区-In the embedded platform using NANDFLASH for mass storage, but NANDFLASH have bad areas, the need for management to use format, this article describes how to modify the automatic under WINCE format and automatically partition
- 2022-03-01 13:09:41下载
- 积分:1
-
如何创建一个使用 php 的在线酒店预订系统
在此代码中,您将学习如何创建一个使用 php 的在线酒店预订系统。您还将学习如何创建使用 javascrpit 的输入的验证。有关如何创建使用贝宝在线支付,您还将李尔王。这是 2.0 版的我是网上预订系统版本 1.0,查看版本为 1.0 的这个系统,请单击这里。此外看到这个系统的工作演示点击这里。若要查看此系统的后台管理页面,只是这在中添加您的 url"/ admin_index.php"。
- 2022-03-14 22:38:04下载
- 积分:1
-
Programming drive switch, the driver was Sight! !
编程实现光驱开关,写驱动程序的看过来-Programming drive switch, the driver was Sight! !
- 2023-06-23 23:15:04下载
- 积分: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