-
vbsystray
自制托盘控件,用来使应用程序隐藏到系统托盘的控件(Zìzhì tuōpán kòngjiàn, yòng lái shǐ yìngyòng chéngxù yǐncáng dào xìtǒng tuōpán de kòngjiànHomemade tray control, used to make an application to the system tray hide the controls)
- 2013-11-05 11:49:39下载
- 积分:1
-
meshless-sph
用sph(光滑流体粒子动力学)方法模拟经典流动泊肃叶流,适合sph方法初学者练习使用!(With sph (smooth fluid particle dynamics) simulations classic Poiseuille flow stream, suitable for beginners to practice using the method sph!)
- 2020-08-30 10:48:12下载
- 积分:1
-
FaceDetect
使用VC++和opencv实现的检测图片中人脸的程序,开发环境是VS2008(use vc++ and opencv to detect face from picture,the developing environment is visual studio2008)
- 2014-07-21 13:59:52下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
weno-source-codes
由江广山(音译)、舒其望(Jiang Guangshan & Shu Chi-Wang, JCP 126 pp202-228, 1996)等人发展的5阶有限差分WENO格式,并提供用C++语言编写的程序源码(5 order WENO SOURCE CODE)
- 2011-10-19 12:30:49下载
- 积分:1
-
labwindows-serial
labwindows 串口编程 简单易懂 做虚拟仪器的同学可以看看 或许对你有用(programming straightforward labwindows serial do virtual instrument students can take a look at perhaps useful to you)
- 2012-11-20 20:41:40下载
- 积分:1
-
CPP
C++控件大全方便你的查询 易于理解学习是我们的好助手(C++ control Daquan easy to learn easy to understand your query is a good assistant)
- 2011-04-26 21:17:35下载
- 积分:1
-
easydatabase
vc++实现简单数据库操作程序,对于C++面向界面语言的设计学习者很有帮助(vc code for database)
- 2009-04-06 20:29:50下载
- 积分:1
-
多种字体的实现
Viaual C++中的各种字体的实现,源码注视详尽,适合初学者学习,以及有一定经验的朋友参考(The implement of the Fonts in Viaual C++)
- 2005-06-24 22:28:32下载
- 积分:1
-
KU
一个禁用U盘的程序,通过修改注册表键值实现禁用USB(A disabled U disk program)
- 2013-04-30 16:40:33下载
- 积分:1