资源列表
(vb.net)Excel
- 这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
注册表访问
- 一个简单的注册表访问软件,可访问和修改注册表中的用户信息。-a simple registry access software can access and modify the registry of user information.
MyPaintboard5.9
- 一个用vc做的画图板程序,简单易用,和windows里自带的画图板很像-A paint board program like Windows PBrush.exe. Written by VC++
regshot17_src_bin
- 完整的注册表监控regshot的源代码,很不错-integrity of the registry monitoring regshot the source code, very good
regshot161e5_src_bin
- 一个注册表监控程序regshort16的源代码。-a registry monitoring program regshort16 source.
activex控件
- 一个查看WEB页面的ACTIVE控件.如果要编写简单的程序,可以用用.-a View Web pages ACTIVE controls. To prepare simple procedures can be used.
CFILEdIALOG类应用
- 一个在单文本文档中,使用自定义的Lisbox例子-a single text file, use the example of the definition of Lisbox
phpMyAdmin-2.6.1-rc21
- phpmyadmin2.61的源代码,既是一个mysql的管理工具,又可以学习php的数据库编程-phpmyadmin2.61 the source code, mysql is a management tool that can learn php of Database Programming
使用API函数读取数据库
- ODBC读取数据库,这里不是用的MFC类编写,而是使用ODBC API 函数.-read ODBC database, this is not the MFC class preparation, but the use ODBC API function.
圆形工具条
- 一个圆形工具条的例子,可以帮助你的工具条多样化.-a round of the examples of tools that can help you the tools of diversity.
直接读写文件
- 文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类.-document literacy example, when a document to the operation of friends can see. Procedures used CFILEs category.
用线程做一个生产者-消费者同步问题
- 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni