You cannot post messages because only members can post, and you are not currently a member.
Description:
ics-os discussion group
|
|
|
File System
|
| |
Sir, May problema po kami sa paglagay ng file sa ics-os na pwede naming gamiting pang test ng filesplitter namin. Saan po ba nilalagay ang mga files na sinasama ng os sa file system nia? Hindi rin po namin mahanap ung mga file na na-create ng program namin. Nakikita po namin through "ls" sa ics-os pero hindi po namin mahanap sa ubuntu.... more »
|
|
File Reading/Writing
|
| |
...void pf(unsigned long x) { unsigned int sign = x >> 31; unsigned int exp = ((x >> 23) & 0xff) - 127; unsigned int man = x & ((1 << 23) - 1); man |= 1 << 23; if (sign) printf("-"); printf("%d", man >> (23 - exp)); printf("."); unsigned int frac = man & ((1 << (23-exp)) - 1); unsigned int base = 1 << (23 - exp);... more »
|
|
printing floating point numbers
|
| |
gud pm po sir, may prob po kami sa pagpprint ng float, ayaw po ng %f or ng %F, wla pong lmlbas kapag pinprint ung float number.
|
|
file searching
|
| |
sir, please further explain this code from vfs_searchname in vfs_core.c, di po namin ma-gets. thanks sir. :) if ( (node_ptr->attb&FILE_DIRECTORY ) && (strcmp(node_ptr->name,"..")!= 0) && (strcmp(node_ptr->name,".")!=0 ) ) { devmgr_fs_desc *fs;... more »
|
|
Survey
|
| |
[link] Mga kapwa comsci . Pasagot naman ng survey na to . Maraming salamat po .
|
|
Invitation: ACM Programming Contest
|
| |
Hello students!
I would like to invite passionate problem solvers, programmers, and
computer scientists among you to join this year's National ACM
Programming Contest. The official invitation is located in the link
below. The contest will be on October. If you are interested, we will
be offering training sessions to prepare you for the competition. It... more »
|
|
|