Welcome![Sign In][Sign Up]
Location:
Search - 06

Search list

[CSharp1.8

Description: 一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多于的数字0,例如,第6页用数字6表示,而不是06或者006等。现在需要编写一个方法int[] CaculateNumber(int n),给它一个书的总页码n,方法能有个返回值,它记录了在给定的页码n中0,1,2….9数字出现的次数(如页码67表示6和7各出现了一次)。数组一共九个元素,0出现的次数记录在数组索引为0的元素中,依次类推。-A book page from the natural number 1 until the beginning of coding sequence of natural number n. Book page number in accordance with the usual habit of scheduling, each page does not contain more than the figures are 0, for example, p. 6 in figures 6 that, rather than 06 or 006 and so on. Now need to prepare a method int [] CaculateNumber (int n), to give it a book s total page number n, can have a return value, it records the page number in a given n in the figures 0,1,2 ... .9 number (such as page 67 that the emergence of 6 and 7 a). A total of nine elements in the array, 0 the number of records appears in the array index of the element to 0, and so on.
Platform: | Size: 12288 | Author: | Hits:

[CSharpMrCy

Description: 本系统属于小型的餐饮管理系统,可以有效地对中小型餐厅消费进行管理。 (1)本系统管理员用户名为:Tsoft,密码为:111。 (2)实例执行文件位置:TM\06\MrCy\MrCy\bin\Debug\ MrCy.exe (3)本系统共分为三种操作权限,分别为超级管理员、经理、一般用户: 一般用户: 一般用户只可以对辅助工具菜单、系统设置菜单、窗口布局菜单及帮助菜单进行使用操作。。 经理:经理除系统设置菜单不能使用以外,其它菜单都可以使用并管理操作。 超级管理员:超级管理员可以对所有菜单进行管理操作。 (4)单击鼠标右键,可进行开台、取消开台、点菜、消费查询及结账操作。 (5)锁定系统解锁密码为:111。 (6)如果添加菜品类别,需要在数据库中添加。 -err
Platform: | Size: 2066432 | Author: xuxin | Hits:

[Windows DevelopPktFilter

Description: PktFilter 0.06-beta2 熟悉 linux 的朋友都会爱上 iptables , 熟悉 freebsd 的朋友都会感觉 pf 的强大。 可总想找找 windows 下有没有这样强大的防火墙? PktFilter 就是一个用 VC 重构 pf 的软件,该说是 pf 的 windows 版。 有完整的源代码和详细的说明文档,不用我再多说废话了!-PktFilter 0.06-beta2 familiar with linux friends will fall in love with iptables, familiar with freebsd friends will feel a powerful pf. May be looking to find the total under windows do not have such a powerful firewall? PktFilter is a pf using VC Reconstruction software, which is the windows version of pf. Complete source code and detailed documentation, I do not have to say any more nonsense has been!
Platform: | Size: 245760 | Author: Sam Yao | Hits:

[SCMSTM32+TIM

Description: 本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode),并产生相应的中断。 TIM2时钟设置为36MHz,预分频设置为35999,TIM2计数器时钟可表达为: TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz 设置TIM2_CCR1寄存器值为1000, CCR1寄存器值1000除以TIM2计数器时钟频率1KHz,为1000毫秒。因此,经过1000毫秒的时延,置PC.06输出为低电平。 同理,根据寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,经过500毫秒的时延,置PC.07输出为低电平;经过250毫秒的时延,置PC.08输出为低电平;经过125毫秒的时延,置PC.09输出为低电平。 输出比较寄存器的值决定时延的大小,当计数器的值小于这个值的时候,点亮与PC.06-PC.09相连的LED;当计数器的值达到这个值得时候,产生中断,在TIM2的4个通道相应的中断里,把它们一一关闭。-err
Platform: | Size: 218112 | Author: chen | Hits:

[SCMSTM32+EXTI

Description: 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态。 由于在STM3210B-LK1板上, 4个LED连接在PC.04 – PC.07,而不是STM3210B-EVAL上的PC.06 – PC.09,因此,程序要做相应的改动。-This example demonstrates how to use the nested vector interrupt controller (Nested Vectored Interrupt Controller) to set the IRQ channel. The three timers (TIM2, 3,4) is set to update a counter in each matter (counter update event) generate an interrupt. The three timers are updated with their corresponding IRQ channel link and set up their Interrupt Priority, TIM2 to 0, TIM4 to 2. In their respective interrupt in: TIM2 once every 1 seconds flip PC.06 state TIM3 once every two seconds flip PC.07 state TIM4 once every three seconds flip PC.08 state. As STM3210B-LK1-board, 4 LED connected PC.04- PC.07, rather than STM3210B-EVAL on PC.06- PC.09, therefore, corresponding changes to procedures to be done.
Platform: | Size: 247808 | Author: chen | Hits:

[Data structssource

Description: 7.安排教学计划(**) 问题描述:大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两个学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排上必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。每门课程恰好占一个学期。试在这样的前提下设计一个教学计划编制程序。 基本要求:输入参数包括学期总数,一学期的学分上限,每门课程的课程号、学分和直接先修课的课程号;允许两种策略,一是使学生在各学期的学习负担尽量均匀,二是使课程尽量集中在前几个学期;若根据给定的条件问题无解,则报告适当的信息,否则将教学计划输出到用户指定的文件中。教学计划的表格格式自行设定。 测试数据:学期总数为6,学分上限为10,该专业共开设12门。以06级某专业必修课与选修课为例,选择12门课程及相应学分,制定一个表明各门课程先后约束关系的有向图。 提高要求:产生多种不同的方案,并使方案之间的差异尽可能地大。 -err
Platform: | Size: 903168 | Author: 王凯 | Hits:

[CSharpxueshengguanlixitong

Description: 使用下面的数据,用C设计一个简单的学籍管理系统,实现出最基本的功能。 学生基本信息文件(A.TXT)及其内容:A.TXT文件不需要编程录入数据,可用文本编辑工具直接生成 学号 姓名 性别 宿舍号码 电话号码 01 张成成 男 501 87732111 02 李成华 女 101 87723112 03 王成凤 女 101 87723112 04 张明明 男 502 87734333 05 陈东 男 501 87732111 06 李果 男 502 87734333 07 张园园 女 102 87756122 … …. .. … ……….. 学生成绩基本信息文件(B.TXT)及其内容: 学号 课程编号 课程名称 学分 平时成绩 实验成绩 卷面成绩 综合成绩 实得学分 01 A01 大学物理 3 66 78 82 02 B03 高等数学 4 78 -1 90 01 B03 高等数学 4 45 -1 88 02 C01 VF 3 65 76 66 … …. ………. .. .. … -err
Platform: | Size: 649216 | Author: 钟笑 | Hits:

[Windows Develop20051214114375

Description: Source code of IP Messenger for Win version 2.06 H.Shirouzu Sep 08, 2004-Source code of IP Messenger for Win version 2.06 H. Shirouzu Sep 08, 2004
Platform: | Size: 165888 | Author: 彭文俊 | Hits:

[Windows Develop06

Description: 简单的C++小程序,俺们属于菜鸟级别,请多多关照。-Simple C++ Small procedures,俺们belong to rookie-level, please a lot of attention.
Platform: | Size: 272384 | Author: dada | Hits:

[SCMEC9231(0418-06)

Description: 液晶驱动芯片,用于驱动小尺寸数字液晶屏使用,可以用51单片机管理。-LCD driver chips, used to drive the number of small size LCD use, can be used 51 SCM management.
Platform: | Size: 259072 | Author: 陈庆联 | Hits:

[Internet-Networkv2.06

Description: 飞鸽源代码,修改在VS2003编译不能通过。-Dove source code, modify the compiler can not in VS2003.
Platform: | Size: 1538048 | Author: | Hits:

[SCMLAB-06-ADC12

Description: MSP430FG4619的ADC12子程序,可以方便移植到MSP430其它型号的单片机中-MSP430FG4619 the ADC12 subroutine can be easily ported to other models of MSP430 MCU
Platform: | Size: 26624 | Author: 崔鹏 | Hits:

[Internet-Network339DialerSrc

Description: 电信闪迅路由器破解源代码 一、首次运行本程序,直接填入用户名、密码和连接名(不需要事先创建连接,连接名任意,但最好 不要为ChinaNetSNWide),单击连接后本机即可上网; 二、选中自动连接选框,三秒后自动连接,可以随时取消。这个设置将会被保存下来; 三、本程序遵从GNU协议,给予下载者GPL许可证。源代码将会在测试几天后公开; 四、可以将本程序放入启动项以实现开机自动连接。 By Jevons, W.K., Silver 2008.09.06-Motion Telecom flash source code to crack a router, for the first time running this program directly fill in user name, password and connection name (not required prior to create connections, connections of arbitrary, but is best not to ChinaNetSNWide), click Connect after The machine can be the Internet Second, select Automatic connection box, after 3 seconds automatically connected, you can cancel at any time. This setting will be saved Third, the procedures to comply with the GNU agreement, given that those who download the GPL license. Source code will be open in the test a few days later four, you can Add to startup of the process in order to achieve boot automatically connected. By Jevons, WK, Silver 2008.09.06
Platform: | Size: 12288 | Author: wangkan | Hits:

[Internet-Network06

Description: 餐厅点菜系统,分为客户端和服务器两端。方便一个中形规模的餐厅,减少成本-Restaurant a la carte system, divided into client and server on both ends. Convenient in shape and size of a restaurant, to reduce costs
Platform: | Size: 1968128 | Author: 郭军 | Hits:

[Successful incentiveHowtoPaper

Description: 2005.01.06.计算机学院图灵论坛 - 如何写论文 - 洪博士-2005.01.06. Computer College Turing Forum- how to write papers- Hung
Platform: | Size: 503808 | Author: qingbai | Hits:

[Embeded-SCM Developele-lib08.06

Description:
Platform: | Size: 289792 | Author: | Hits:

[Other Embeded programfatsyst08

Description: 文件系统 :FatFs/Tiny-FatFs Module Source Files R0.06-FAT: File Allocation Table
Platform: | Size: 386048 | Author: short | Hits:

[JSP/Java06

Description: 办公自动化管理系统(Strutsc1.1+Hibernatec3.0+SQLcServer实现)-Office Automation Management System (Strutsc1.1+ Hibernatec3.0+ SQLcServer realize)
Platform: | Size: 788480 | Author: heweijie | Hits:

[Documents23[1].228ChineseVersion

Description: 3gpp ts 23.228文档中文版(3GPP TS 23.228 V7.0.0 (2005-06))-3gpp ts 23.228 Chinese version of the document (3GPP TS 23.228 V7.0.0 (2005-06))
Platform: | Size: 1606656 | Author: 海潮 | Hits:

[SCMF449urst-06-11-12

Description: TI公司的MSP430F449芯片的IO口线联系,能够控制LED键盘的其他外设-TI' s MSP430F449 chip IO port line links to control other peripheral LED keyboard
Platform: | Size: 4096 | Author: 周宁 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net