资源列表
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
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
0-1
- 给定一背包和N种物品,物品i的价值是Wi,背包容量是C,如何选择装入背包中的物品,使得总价值最大。
danxiangdongtailianbiaodejianli
- 1.动态链表的建立、输出、删除、插入! 2.单项动态链表的建立-1. The establishment of the dynamic list, export, delete, insert! 2. The establishment of a single `` dynamic list
2
- 用C#语言把符合IEEE754浮点数储存规范的单精度的浮点数从二进制表示形式转化为十进制表示-C# language to use meet the specifications IEEE754 floating-point single-precision storage of floating-point numbers from binary into a decimal representation that
CaptureCircle
- 判断光线是否照射到接收机DepartureAngle---光线离开移动台的角度 // cur-------当前结点,发出光线 // Rx--------接收机或拐角 // type------入射光线类型 // Record----记录数组-Determine whether light exposure to the light receiver DepartureAngle--- from the mobile station' s point of view// cu
copy-tree
- 用c语言进行简单的二叉树复制,但是实用性不大-C language simple binary tree replication