-
4个源代码 比较经典 适合CSharp初学者
4个源代码 比较经典 适合CSharp初学者-4 Comparison of the classical source code suitable for beginners CSharp
- 2022-05-12 15:27:42下载
- 积分:1
-
介绍C基本语法#,ASP.NET知识,有一个开发实例…
介绍C#基本语法,ASP.NET等知识,还有一个开发实例。-introduced basic syntax C#, ASP.NET knowledge, there are examples of a development.
- 2022-02-01 10:42:21下载
- 积分:1
-
HHARM2410: 1. Ftp://ftp.arm.linux.org.uk downloaded from the linux kernel, as a...
HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核,由于项目原因,先后跑了2.6.11,2.6.13和2.6.15,试了一下ftp.kernel.org上下载的2.6.16,没跑起来,打住。 2. 编辑linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改为 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的编译器是4.0.1版本的,一般的3.x的应该都没问题-HHARM2410: 1. Ftp://ftp.arm.linux.org.uk downloaded from the linux kernel, as a result of the reasons the project has run 2.6.11,2.6.13 and 2.6.15, try a bit ftp.kernel.org downloaded 2.6.16, no run up, stop. 2. Editor linux-2.6.15/Makefile, ARCH? = $ (SUBARCH) CROSS_COMPILE? = Read ARCH? = Arm CROSS_COMPILE? = Arm-unknown-linux-gnu-compiler I used is version 4.0.1, the general 3.x should be no problem
- 2022-08-20 07:30:03下载
- 积分:1
-
这是一个ACM中的题请大家看以下哈
如果有问题请多多指教
n个猴子围坐一圈并按照顺时针方向从1到n编号,从第s个猴子开始进行1到m的报数,报数到第m的猴...
这是一个ACM中的题请大家看以下哈
如果有问题请多多指教
n个猴子围坐一圈并按照顺时针方向从1到n编号,从第s个猴子开始进行1到m的报数,报数到第m的猴子
退出报数,从紧挨它的下一个猴子重新开始1到m的报数,如此进行下去知道所有的猴子都退出为止。
求给出这n个猴子的退出的顺序表。
Input
有做组测试数据.每一组数据有两行,第一行输入n(表示猴子的总数)第二行输入数据s(从第s
个猴子开
始报数)和数据m(第m个猴子退出报数).当输入0 0 0时表示程序结束.
Output
输出中,每组数据的输出结果为一行,中间用逗号间隔。
- 2023-01-23 06:10:03下载
- 积分:1
-
邮槽的介绍,想要在自己的办公室所有人员建立简单的传信系统可以考虑用邮槽来设计程序。...
邮槽的介绍,想要在自己的办公室所有人员建立简单的传信系统可以考虑用邮槽来设计程序。-Mailslot introduction, you want all in their own offices to create a simple messaging system can be considered to design procedures Mailslot.
- 2022-05-26 17:47:22下载
- 积分:1
-
KEIL C调试命令中文版,KEIL C 51单片机软件仿真调试说明
KEIL C调试命令中文版,KEIL C 51单片机软件仿真调试说明-KEIL C commands Chinese version KEIL C 51 SCM software simulation debugging note
- 2022-01-25 23:42:42下载
- 积分:1
-
Eclipse,从入门到精通;Eclipse简介;安装Eclipse及多国语言包
Eclipse,从入门到精通;Eclipse简介;安装Eclipse及多国语言包-Eclipse, from entry to the master Eclipse profile install Eclipse and multi-language pack. . . .
- 2022-05-16 08:47:34下载
- 积分:1
-
Linux运行时内核分析
Linux运行时内核分析-running Linux kernel analysis
- 2023-02-15 14:45:04下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1
-
介绍如何编写Linux的USB驱动程序
Introduce how to write usb driver for linux
- 2022-01-28 20:08:50下载
- 积分:1