资源列表
N皇后
- N皇后的详细解法,内附说明
steve
- 能够输出最基本的HELLOWORLD,小弟的第1个APPLET程序-Be able to output the most basic HELLOWORLD, younger brother of the first procedure an APPLET
BSTR
- 关于BSTR的一些应用实例,适合com组件编程的使用-BSTR about a number of application examples for the use of com component programming
producer.c
- producer-consumer implementation program written in C
save
- 数据显示,输入保存,用于access与mapcontrol之间的数据显示-save datawhichisusedtosroreanddisplaythedata-savingbettwntheACCESSandmapcontrolinAE
matrix-chain
- 矩陣相乘最佳化 matrix chain-matrix chain
aba
- 分段品均周期图方法 用Matlab编程仿真实现 有重叠分段和不重叠分段两种-Commodities are segmented periodogram method simulation using Matlab programming with overlapping sections and two kinds of non-overlapping segments
ArticleDelete
- 在网上发布最小新闻系统,技术为数据库连接-Published online minimal information systems, technology for the database connection
Desktop100
- AWGN + Nakagami + BPSK-AWGN+ Nakagami+ BPSK
AssemblyInfo
- Blah to test if it works
beta_1
- This an ipmortant module for turbo codes
日期天数转换
- 【问题描述】编写一个程序,用户输入日期,计算该日期是这一年的第几天。 【输入形式】用户在第一行输入一个日期(年 月 日,中间以空格分割) 【输出形式】程序在下一行输出一个整数 【样例输入】2006 2 21 【样例输出】52 【样例说明】用户以年月日的格式输入,中间以空格分割,程序计算出该天是输入年份的第几天并输出该天数。另外还需要判断这一年是否为闰年。