要求:输入任意一个整型数字字符串,并将整型原样输出。这个子程序主要用于格式化排版,比output直接输出字符串有很大美观性。 1 ; Example
assembly language program -- 2 ; Author: Karllne 3 ; Date: revised 05/20...
分类:
编程语言 时间:
2014-05-26 13:38:13
阅读次数:
371
求给定整数的所有素因子1. 题目:求给定整数的所有素因子2.
要求:输入一个整数,求出其所有素因子,并表现为乘积方式,求因子的算法用子程序来实现。例如,输入480,输出480=2*2*2*2*2*3*5C++代码如下 1
//The program is to find all the prime....
分类:
编程语言 时间:
2014-05-26 13:06:37
阅读次数:
356
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace ConsoleProgamming{ class Program {
static void Main(string...
分类:
其他好文 时间:
2014-05-26 08:00:40
阅读次数:
184
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace ConsoleProgamming{ class Program {
static void Main(string...
分类:
其他好文 时间:
2014-05-26 07:00:58
阅读次数:
182
在开发过程中,我们经常需要给类或接口添加public修饰符(默认没有)和一些相关的注释信息,这个工作是机械而枯燥的,而这个简单的需求其实是可以通过修改VS自带的类模板来实现的,下面是详细的修改步骤。
1,找到目录C:\Program Files (x86)\Microsoft Visual Stud...
分类:
其他好文 时间:
2014-05-26 01:56:10
阅读次数:
248
使用keil4 ,代码Code Optimization:0 运行OK
可运行8个任务
Program Size: data=21.0 xdata=0 code=401 (包括2个示例变量,未优化)
任务从中断处切换,在定时时间到后从定时中断中切换回来。
待改进地方
1.手动优化汇编程序
2. 重入问题
3.参数进函数和时中断的保护问题...
分类:
编程语言 时间:
2014-05-24 22:13:10
阅读次数:
318
有很多方案,先来最傻瓜式的 :static class Program { /// ///
应用程序的主入口点。 /// [STAThread] static void Main() {
if(System.Diagnostics.Process....
网上关于Retional rose
2003安装和破解的文章比较多,这里,我结合自己的亲身体验,和大家分享一下win7 旗舰版 64位系统下Retional rose
2003(下面简称rose2003)的安装和破解过程。本文中rose2003的安装路径为C:\Program Files (x86)...
今天阅读opencv2.0手册的时候,看到一句话,很有感触:Unless you are
targeting embedded platforms, there’s no point to using the old methods(unless
you’re a masochist program...
分类:
其他好文 时间:
2014-05-24 09:51:04
阅读次数:
258
1.打开我的电脑--属性--高级--环境变量 2.新建系统变量JAVA_HOME 和CLASSPATH
变量名:JAVA_HOME 变量值:C:\Program Files\Java\jdk1.7.0变量名:CLASSPATH
变量值:.;%JAVA_HOME%\lib\dt.jar;%JAVA_H...
分类:
编程语言 时间:
2014-05-24 09:31:23
阅读次数:
326