资源列表

排序选择:

« 1 2 ... .95 .96 .97 .98 .99 75200.01 .02 .03 .04 .05 ... 267453 »

[GIS编程ArcGISpeixunziliao

说明:ArcGISpeixunziliao.rar arcgis培训资料-ArcGISpeixunziliao.rar arcgis training materials
<李东> 在 2025-06-20 上传 | 大小:7.36mb | 下载:0

[单片机(51,AVR,MSP430等)51MCUCODE

说明:单片机程序集//16进制<->10进制互换程序 /* 89C51系列CPU编程器接收CPU程序*/ //按键扫描驱动程序-Single-chip assembly// 16 M <-> 10-band exchange program/* 89C51 Series CPU programmer receiver CPU program*///buttons to scan driver
<zhongxinyu> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[单片机(51,AVR,MSP430等)MCUKAIFANG

说明:因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
<zhongxinyu> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)DS1302

说明://DS1302工作开始 void TimeWorkStart(void) { unsigned char val val = TimeByteRead(timereadseg) //读秒数据 val &= 0x7f //打开晶振 TimeWrieDisbale() //开放DS1302写保护 TimeByteWrite(timewriteseg, val) //打开晶振 TimeByteWrite(tricklewrite, 0xa5) //打开充电
<zhongxinyu> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)RS-232

说明:void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
<zhongxinyu> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[嵌入式/单片机编程X25020

说明: unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN() Write_Byte(0x02) Write_Byte(Address) Write_Byte(DataByte) //NOP() X25_cs=1 lag(3000) mark=Read_Byte(Address) if(DataBy
<zhongxinyu> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[Internet/网络编程ChatRoom(Winsock)

说明:在VC环境下,利用Winsock实现的网络聊天室。-In the VC environment, the realization of the use of Winsock network chat rooms.
<赵云> 在 2025-06-20 上传 | 大小:17kb | 下载:0

[Internet/网络编程ChatRoom(CSocket)

说明:在VC环境下,使用CSock类编写的网络聊天室。-In the VC environment, the use of category CSock prepared Chat Network.
<赵云> 在 2025-06-20 上传 | 大小:19kb | 下载:0

[Internet/网络编程wangluowuziqi

说明:在VC环境下,使用MFC编写的网络五子棋。-In the VC environment, the use of MFC network Gobang prepared.
<赵云> 在 2025-06-20 上传 | 大小:41kb | 下载:0

[其他小程序dashuxiangcheng

说明:在VC环境下,无限位大数相乘的代码,适合初学者。-In the VC environment, the infinite multiplication of large numbers of digital code, suitable for beginners.
<赵云> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[其他小程序thdTwToTen

说明:在VC环境下,32进制数转化为10进制数的程序。-In the VC environment, 32 hexadecimal number into a hexadecimal number of 10 procedures.
<赵云> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[Windows编程bignum

说明:This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (<, >, >=, <=, ==, !=) between 2 numbers, which have quite a lot of number of digits.-This program is to handle all possible arithmetic oper
<lordy dolly> 在 2025-06-20 上传 | 大小:3kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 75200.01 .02 .03 .04 .05 ... 267453 »

源码中国 www.ymcn.org