-
DeleteFCls
用C#编写的批量删除MapGIS简单要素类的代码,如果想学MapGIS开发,这个代码很常用。(C# prepared by the bulk delete MapGIS simple feature class code, if you want to learn MapGIS development, this code is very common.)
- 2013-08-27 11:07:28下载
- 积分:1
-
一个简单的csharp程序,描述了简单的csharp应用功能,具体内容见文件...
一个简单的csharp程序,描述了简单的csharp应用功能,具体内容见文件-A simple procedure csharp, csharp describes the application of simple functions, the specific content of document
- 2022-03-20 00:55:50下载
- 积分:1
-
SSHClient
Windows系统下,SSH加密机制,用户身份认证代码,主要用于检测用户弱口令。(Windows OS,SSH encrypt,check the user s password on line.)
- 2013-11-12 17:01:31下载
- 积分:1
-
TemplateTrans
数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
- 2013-12-02 10:50:31下载
- 积分:1
-
Essence-Simplified-of-com
这是一本专门介绍com的电子书,对com的诠释的非常透彻(This is a devoted com e-books on the interpretation of a very thorough com)
- 2009-09-05 20:00:45下载
- 积分:1
-
采购管理
本程序是基于C的采购管理程序,经调试运行无误,自带数据库,亲测可用,希望给有需要的一点帮助。
- 2022-05-19 11:11:37下载
- 积分:1
-
Panorama
panorama图像生成,可视代码,包含C源代码,需要转gui(panorama image generation, visualization)
- 2011-05-05 08:46:58下载
- 积分:1
-
AU-tft-lcd-source
AU 3.5" TFT-LCD 源代码,使用PMP开发中使用(AU 3.5 "TFT-LCD source code, the use of the development of the use of PMP)
- 2007-03-30 11:50:21下载
- 积分:1
-
红外线的发射与接收
通过51单片机实现红外的发射与接收。红外模块采用HS0038,资料中包含红外模块的发射与接收的电路原理,方便学者更好的理解与运用该模块。
- 2022-12-16 05:25:03下载
- 积分:1
-
stm32f4 的iic移值
//³õʼ»¯IICvoid IIC_Init(void){ GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(MU_IIC_SCL_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ RCC_AHB1PeriphClockCmd(MU_IIC_SDA_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ //GPIOF6,F8³õʼ»¯ÉèÖà GPIO_InitStructure.GPIO_Pin = MU_IIC_SCL_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;//ÉÏÀ GPIO_Init(MU_IIC_SCL_GPIOX, &GPIO_InitStructure);//³õʼ»¯ GPIO_InitStructure.GPIO_Pin = MU_IIC_SDA_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz&nb
- 2023-02-24 13:45:04下载
- 积分:1