`When there were no
computers programming was no problem. When we had a few weak computers, it
became a mild problem. Now that we have gigantic computers, programming is a
gigantic problem."---Edsger
Dijkstra
Associate Professor Office: 228
Fitzelle Phone: 607-436
3382 Fax:
607-4362173 Email: zhangs@oneonta.edu Address: Department of Mathematics, Computer Science and Statistics, State University of New York College at Oneonta, , Oneonta, NY 13820
·
Data
Structures and Combinatorial Algorithms Design ·
Data
Mining ·
Database
and Data management ·
Information
Retrieval
·
Visualizations
of Data Structures and Algorithms ·
Computer
Science Curriculum Design
·
error
C2440: '=' : cannot convert from 'char [17]' to 'LPCWSTR' to solve the
problem Enabled the "Multi-Byte Character Set", ·
·
Y = X*96
can be optimized to:Y = X* 64 + X * 32 ->Y = X<<6 + X <<5 ·
tar -xjvf
something.tar.bz2 ·
“2>&1″ means “redirect standard error (2) to the same place as standard outout (1.) ·
scanf("%[^\t\n]",string); ·
scanf("%[
a-zA-Z0-9+*/-]",string); ·
Have
time to do something you probably don’t like Updated on: Jan 10, 2015 ©
2004-2015 Sen Zhang If you
have any comments or questions, please send them to zhangs@oneonta.edu |
|
|