Waitrud Weber’s blog

things and reminders for memories

2020-11-01から1ヶ月間の記事一覧

Analyzer: char* get_string ( STRUCT_FILE structure_fp, int num ) ; : we ensured

We could check if get_string works or not. checked-function test-lootin v get_string found_enter_002 v get_char found_enter_001 // // // char* get_string ( STRUCT_FILE structure_fp, int num ) { long diff; char c; printf("get_char starts.\r…

Analyzer: get_char (STRUCT_FILE sf): ensured the type of character.

we ennsure the set and decrease of index. 1. increasing from 0 to 9. 2. decreasing from 100 to 91. // // // // // int found_enter_001 (char* filename) { FILE *fp; char b_dummy[256]; int i, j ; int file_end; STRUCT_FILE structure_fp; char c…

html: stylesheet: which position, you'd rather love: type4: the answer is from the before of the tag.

:source:<div style="height:500px; width:500px; background:#dddddd"></div> source2:<div style="height:500px; width:500px; background:#dddddd; position:relative; left:0px top:0px"> </div>

html: stylesheet: which position, you'd rather love: type4

source:<div style="height:500px; width:500px; background:#dddddd"></div> source2:<div style="height:500px; width:500px; background:#dddddd; position:relative; left:0px top:0px"><img src="300x300-001.png" "style="position:absolute; left:100px;" width="300" height="300"></div> <br>

html: stylesheet: which position, you'd rather love: type3

source:<div style="height:500px; width:500px; background:#dddddd"></div> source2:<div style="height:500px; width:500px; background:#dddddd; position:relative; left:0px top:0px"><img src="300x300-001.png" "style="position:absolute; left:100px;" width="300" height="300"></div> <br>

html: stylesheet: which position, you'd rather love: type2

typesource:<div style="height:500px; width:500px; background:#dddddd"></div> Position means:

html: stylesheet: which position, you'd rather love:

source:<div style="height:500px; width:500px; background:#dddddd"></div> Position means:

3d: parabola and memorization: we lost a pointer.

(20201114: )if t=0, the point is in the midle between p1 and p2, so, we add ( - the middle point ) And, middle_001 is a new pointer, and we do not control the pointer after the function add returns so that we could lose a pointer. middle_0…

3d: windows-make: parabola, anyway, displayed.

(20201113)Box is fixed, and the function of battlefield does nt effect any other functions, so, the problem is closed.s and dt are flipped, which is my mistaken.Anyway, the problem is closed, we ensured. // p1: Anchor // p2: setting contro…

3d: windows-make: parabola, which is one of considers as changed

We can not choose function-name at that time.And we modify this to the one of considers as function. 0 <= t <= 1 #include #include #include // ADD: 20191230 #include "array_counter.h" // ADD: 20191230 #include "sender.h" // ADD: 20191230 #…

3d: Return to basic: what is parabola?

3d: Return to basic: other side: one of considers 0 < t < 1s = t - 1 L1 and L2 are lines. t * L1 + s * L2 (formula1) the above doesn't have parabra.And, from L1 to L2 are lined if you display fomula1.The start always has been here.And, we'…

Analyzer: windows-make: A file pointer should inclement(++) or its specification:

A file pointer should inclement(++) if we find the character, we think, the below is a error. souce code: souce is the below. .\main.cpp Wed Nov 04 19:14:56 2020 380 :// 381 :// 382 :// 383 :// 384 :// 385 :int found_enter_001 (char* filen…