资源列表
disable_alt_tab.zip
- Disable alt-tab组合键
get_host_ip.zip
- 得到本地机器的名称和IP地址
vb防止窗体重复执行
- vb防止窗体重复执行
message_queue
- message_queue sample source
C语言快排函数应用
- C语言学习者不懂得快排的应用,这个程序很简单,正适合初学者的快排应用。
swap using C++
- C++ swap programming
共轭梯度法
- 共轭梯度法是常用的算法,可以在有限步收敛,通过该程序可以直接求解方程。
计算器
- 2、编写一个计算器,完成加减乘除运算(不带括号)。
Exercise 10: Pointers
- Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order(倒序).
ptinwindow.zip
- 判断一个点是否在某个窗口中
十六进制转十进行制
- hex2dec convertion function
汉诺塔
- 该文件是下了汉诺塔算法,采用的是VB语言,效果很好