登录
首页 » Windows开发 » 89S52 isp applications, ISP, good things 89S52 isp applications, ISP, the good s...

89S52 isp applications, ISP, good things 89S52 isp applications, ISP, the good s...

于 2022-08-12 发布 文件大小:683.33 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

89S52 isp应用程序,ISP功能,好东西 89S52 isp应用程序,ISP功能,好东西-89S52 isp applications, ISP, good things 89S52 isp applications, ISP, the good stu

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 石子合并问题石子合并问题石子合并问题
    2022-12-12 04:20:03下载
    积分:1
  • 本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一始任选一个正整数作为报数上限值m,从第一个人始按顺...
    本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺序时针方向自1开始顺序报数,报道m时停止报数,报m的人处列将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户输入循环人数n和每人的密码。-This procedure description specifically for Joseph problem: The serial number is 12, ... The n n individual surrounds the ready-made one circle according to the clockwise sense , each person holds (positive integer) a password, one positive integer beginning to assume a post of selections is upper limits ms numbering off, direction starts the hour hand beginning from the first people according to order from 1 numbering off in proper order , stop numbering off when reporting m, the person place column reporting m looks on his password as new m value , the individual begins to number off again from 1 , getting down like this from his time as soon as going ahead in clockwise sense, until proprietor all till leaving self s place in the ranks.
    2022-10-13 13:15:03下载
    积分:1
  • 本工具箱主要包含三部分内容 % (支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats) % 1. MA...
    本工具箱主要包含三部分内容 % (支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats) % 1. MATLAB常用数学建模工具的中文帮助 % 2. 贡献MATLAB数学建模工具(打*号) % 3. 中国大学生数学建模竞赛历年试题MATLAB程序-the toolbox contains three main parts% (supported platforms MATLAB5.3 or 5.2, Symbolic math, optim, spline, stats)% 1. MATLAB Mathematical modeling tools used by the Chinese to help% 2. several contributions MATLAB Xue modeling tools (striking*)% 3. China Mathematical Contest in Modeling historical questions MATLAB
    2022-03-12 20:19:18下载
    积分:1
  • MFC Insider (source book distribution) CHAP01.rar
    MFC技术内幕(配书源码)CHAP01.rar-MFC Insider (source book distribution) CHAP01.rar
    2022-07-06 08:44:04下载
    积分:1
  • Netscape Portable Runtime (NSPR) wince version provides a platform
    Netscape开发的一个基础库,本人移植了wince版本-Netscape Portable Runtime (NSPR) wince version provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla clients and many of Red Hat s, Sun s, and other software offerings.
    2022-01-30 13:50:04下载
    积分:1
  • 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列...
    有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 :企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高    于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提    成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于    40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于    100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数? 1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。       输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊       情况,闰年且输入月份大于3时需考虑多加一天。 -err
    2022-03-18 00:02:52下载
    积分:1
  • UltraISO Premium Edition 9.5.3.2901
    注册名称:首页
    2022-03-31 15:32:55下载
    积分:1
  • 很小的五子棋C语言程序,有中文注释,以供学习
    很小的五子棋C语言程序,有中文注释,以供学习-Small Gobang C language program in Chinese annotations for learning
    2022-08-12 21:28:04下载
    积分:1
  • 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用...
    代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server"s directory and list of documents, especially for some database backup procedures, the procedures for this function co
    2022-03-24 19:05:28下载
    积分:1
  • resection three
    resection three-point intersection,resection three-point intersectionresection three-point intersection-resection three-point intersection, resection three-point intersectionresection three-point intersection
    2022-10-16 05:30:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载