...find the video on the Internet, just do it, if you do not understand, go check, there is another trick, you can find youtube teaching video creators who watch the...
分類:電腦與網際網路 > 程式設計 2017年08月24日
...int main() { string d2, d0[2]={" is "," are "},dd[2]={" day "," days "...24*60*60); cout<<" there "<<(d0[ds>...
分類:電腦與網際網路 > 程式設計 2016年12月16日
...;< endl; else cout << " there is no 最小值" << endl; return 0; } // 你的錯誤在於...
分類:電腦與網際網路 > 程式設計 2015年10月10日
table[9][9]; 做成全域變數.真的是歷史罪人啊!!! 2015-06-14 23:42:29 補充: bool good( int*t, int s=3 // size of the layer1 square ){ bool ret; int S=s*s,r,c,i; // row value range for(i=S-1,ret=true;ret&&i>=0;--i)ret=t[i]>0&&t[i]<(S-1); // row check if(false==ret) return ret; for(r...
分類:電腦與網際網路 > 程式設計 2015年06月23日
...time out of the function if It has 100000 PROCESS to wait? There are some tips in clock_interrupt . for example: 圖片參考:https://s.yimg...
分類:電腦與網際網路 > 程式設計 2015年04月25日
...experience of OS ( SVR , NT, MACH ) for many years. there are below statement features in C: 1. directly access assembly language, so it...
分類:電腦與網際網路 > 程式設計 2015年04月13日
#include <stdlib.h> #include <stdio.h> int Get_Bit7_of_Input(int in) { //return the bit content form int result = 0, m = 1; while(in > 0) { result += (in % 2) * m; in /= 2; m *= 10; } return result; } void Set_Bit5_of_Input(int *in...
分類:電腦與網際網路 > 程式設計 2015年02月03日
...://s.yimg.com/rk/AC08187637/o/393125675.jpg 5.how many coins are there in the picture ? 圖片參考:https://s.yimg.com/rk/AC08187637/o/2051340978...
分類:電腦與網際網路 > 程式設計 2015年02月06日
...if (input % 2 == 0) numberOfEven++; } System.out.printf(" There are %d even and %d odd number(s)%n", numberOfEven, MAX...
分類:電腦與網際網路 > 程式設計 2014年12月31日