资源列表
sjzhxs
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数 分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 Symbol numerical), This will be two decimal number were converted to a binary number, and then seek his,
C3
- 1) 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩 2) 从键盘输入10个学生的以上内容 3) 输出单门课成绩最高的学生的学号、姓名、以及该门课程的成绩 4) 输出三门课程的平均分数最高的学生的学号、姓名及其平均分 5) 将10个学生按照平均分数从高到低进行排序,输出结果,格式如下所示: number name math Chinese English average 103 tom 90 90 100 95 101 alice 90 80 70 80
main
- 用扫描方式读取四个独立式按键的键值,同时将 按键的键值在数码管上显示出来-By scanning way to read the key value of four independent type buttons, at the same time will be the keys of the buttons on the digital tube display.
DBOperations
- this code is to make DML operation in SQL Server
ImageResize
- Easily resize a bitmap file in .NET, save into another file. High quality resizing with Bicubic algorithm to ensure smooth resizing. Special code to handle JPEG compression after resizing.
linear-regression
- 对n个数据点(xi,yi),i=0,1,...,n-1用直线y=ax+ b做回归分析~ -The number of n stronghold (xi, yi), I = 0, 1,... , n- 1 in a straight line y = ax+ b do regression analysis ~
delete_repeat_data
- 删除文件中重复的数据,。点云数据的采集存在密集性,有些时候解码会重复的读取数据-Delete duplicate data in a file,. Point cloud data collection is intensive, and some time decoding will be repeated reading data
奇怪的
- 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情 -topic : input on a certain date, the judgment that this is the one day of the year? 1. Program Analysis : March 5 as an example, should first get the first two
yundonghui
- 运动会开了N天,一共发出金牌M枚。第一天发金牌1枚加剩下的七分之一枚,第二天发金牌2枚加剩下的七分之一枚,第3天发金牌3枚加剩下的七分之一枚,以后每天都照此办理。到了第N天刚好还有金牌N枚,到此金牌全部发完。编程求N和M。-The Games opened a N days, issued a total of gold medals M missiles. The first day of hair gold medal-sevenths of a 1 plus the rest of the
PermutationsSource
- Permutation of a string
calendar
- 万年历表 可以打印出每年中每个月的月历,还可以查看打印出对应的几号是星期几-Calendar table can be printed annually in the month calendar, you can also view, print corresponding day of the week
yyxj
- 一元多项式简单计算器,c语言,刚从网上找的-one yuan polynomial simple calculator, c language, just looking at the Internet