ACHIYAMA BLOG

Microsoft製品に関する備忘録

.NET Azure に関する参考になりそうな技術記事

docs.microsoft.com

C言語でキューを表現

#include<stdio.h> #include<stdlib.h> #include<string.h> struct cell { double num; struct cell *next; }; int main(void) { struct cell *listhead = NULL; struct cell *listtail = NULL; struct cell *p, *q; char str[128]; while (1) { printf("操作を選択してください (enq/deq/</string.h></stdlib.h></stdio.h>…

テスト記事です

#include<stdio.h> #include<math.h> double max_for(double max_for[]) { int i; double max; max = max_for[0]; for(i = 1; i < 10; i++) { if (max_for[i] > max) max = max_for[i]; } return max; } double min_for(double min_for[]) { int i; double min; min = min_for</math.h></stdio.h>…