自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

原创 chapter8test7

#includeusing namespace std;templateT sum(T arr[], int n);templateT sum(T *arr[], int n);struct debts{char name[20];double amount;};int mian(){int things[6] = { 13, 25, 4, 10

2015-05-26 21:06:34 352

原创 chapter8test6

#includeusing namespace std;template T maxn(T *row, int n);template (char *row[], int n);int main() {int row1[] = { 1, 2, 30, 41, 5,8 };int len1 = sizeof(row1) / sizeof(int);int max1

2015-05-26 20:28:31 314

原创 chapter8test5

#includeusing namespace std;template T max5(T *a){T temp=a[0];for (int i = 1; i {if (temp temp = a[i];}return temp;}int main(){int row1[] = { 1, 2, 30, 41, 5 };int mint

2015-05-26 17:26:10 289

原创 chapter8test3

#include#include#includeusing namespace std;string replace(string & );int main(){string word;cout getline(cin,word);while (word != "q"){string &input = word;string lower=repl

2015-05-25 20:38:09 333

原创 chapter8test2

这段程序基本正确,但是我的VS2013已知不能运行strcpy,所以没有出现结果,但是问题不大#include#includeusing namespace std;struct CandyBar{char *name;double weight;int energy;};void set(CandyBar &Bar,string n = "Millenni

2015-05-25 20:03:06 372

原创 C++学习之旅

对于一个水母级别的水货,我现在才开始学编程语言,以前接触过定点的C,但是因为代课的老师不是很可爱,让我对编程类产生深深地恐惧。   前段日子我愈发觉得不会点编程能力以后很难找到工作,借来同学一本C++ primer plus 6看了一看,书写的浅显易懂,索性自己也买了一本,现在学到chapter8之前的课后习题做了一遍觉得C++也不想原先的那样高出不胜寒,所以我要把之后的练习程序都整理出来,便

2015-05-25 16:22:21 443 2

原创 chapter8test1

这段程序用到了chapter8的内联函数,引用#include#includeusing namespace std;static int time = 0;   //这是关键所在inline int times(string &cha,int n){ if (n == 0)cout elsefor (int i = 0; i cout time++

2015-05-25 16:12:19 361

github-recovery-codes(1).txt

github-recovery-codes(1).txt

2021-12-12

test-USART1.zip

test-USART1.zip

2021-06-03

stm32 CAN1 CAN2 loopback

an example of loop-back communication in CAN1 and CAN2 of STM32f767 board

2018-05-18

stm32 TIM input capture and create PWM wave

it consist of two project: one for Timer input capture, another for Timer PWM wave

2018-04-29

KNN algorithm

a short document to describe KNN algorithm, a silde

2018-04-24

stm32 TIM input capture

a simple example to use stm32's TIM input capture function

2018-04-23

Configure Eclipse for STM32 development

An instruction paper to help you setup Eclipse and configure its environments for creating stm32 projects, at the end, a simple LED test is available to verify the whole operation.

2017-12-09

LSD a line detection algorithm

This is a simple example for explaining LSD algorithm, include a paper , a script and some configure files.

2017-10-22

ELM极限学习机

有几篇介绍ELM算法的论文,均为算法的基础部分分析,通过论文可以把握算法的精髓

2016-06-11

数字图像处理 冈萨雷斯 中文第二版

冈萨雷斯的这本书内容详细,由浅入深,对初学者了解图像处理很有帮助,而且书里涵盖了图像处理的各个方面,让读者对图像有全面的认知。中文版的翻译也是极好的,译著忠实于原书,更易读懂。

2015-11-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除