搜索资源列表
能用于多种系统下的灵活列表功能 C++
- 能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
一句代码实现系统托盘
- 让你实现系统托盘(即右下角的小图标)变得非常方便的原码:一句话就可以实现,怎么样也许你不相信,看看就知道了。就下面一句就实现了: TrayCon1.AddToTray Me, Me.Icon, \"系统托盘实例\", menu 并且在运行期间你还可以更改tip文字,更改图标,更改菜单等操作,窗体退出时,自动删除托盘,不需要人工介入,是不是减少了您平时的一大段的代码啊-allow you to realize the system tray (lower right corner of t
WebServer的开发工具
- JBuilder提供了一个JSP开发的完整系统,包括一个用来创建JSP文件的JSP向导,及对JSP标记的CodeInsight(加亮显示,自动完成)技术,集成的Tomcat引擎(支Java Servlet 2.2 及JSP 1.1 ),可以使用户在集成环境下调试JSP代码。-JBuilder JSP provides a complete development system, including a JSP documents used to create the JSP Wizard, JS
user_kj
- 用户登录控件,每次开发应用系统都有用户登录,这个控件可以通过设定属性直接生成,不用写代码-user login controls, each application systems have user is logged in, the controls can be set directly attribute generation, having to write code
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-S
Monitor11
- windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
OMACTests
- windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
VCserch
- 一个系统搜索工具,使用了递归的算法,代码很成熟,希望能参考一下该代码,一边能更好的完成工作.-a system search tool, the use of a recursive algorithm, code very mature, hope to make reference to the code. better side of the completed work.
19870123class
- 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class
eewww
- 大型视屏交友网站 4.02008-1-932.1 MB [保留位置]·家园4.0ACCESS免费版1、修正无法图片错误2、修改分类错误3、修正模板错误4、修改JS文件调用的错误5、增加了视屏排行帮功能6、新增加多选删除功能7、增加系统安全性措施8、修改友情连接,去除JS代码调用9、做了优化使显示速度更快,...
tuopan
- 这是一个系统托盘图标程序,由VB编写,代码很精,我认为很优秀,呵呵,所以给大家一起分享了
JB9密码系统原代码
- 是一个初学JB9的好例子,画面简单,用途实在,很好理解-JB9 learning is a good example of a simple picture, it uses a good understanding
CommonLib.66
- 这些模板类都是作者多年来开发过程中积累下来的好用代码,并在多个系统中使用了,因不大喜欢用STL,所以自已编写了XDynamicArray,XArray,XMap,XStack,XSet等模板类,还有XByteBuffer,XInputByteBuffer动态缓冲区数据处类。还有XCRC,XHexCode,XMD5,XBase64等类。自我感觉蛮好用的,代码在BCB6编译下通过的,BCB5下需要改一下,主要是XHexCode内含了ASM代码。 -These template classes a
Systray_Balloon
- 系统托盘提示区工具:令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码-Get Windows Executable File header information: a can get Windows Executable File (Portable Executable File) File header information program system tray Tip area tools: make the system tray (hint
AssetMange
- 固定资产管理信息系统,c#,SQL数据库,代码全,适合学习-Fixed asset management information systems, c#, SQL database, the whole code, suitable for learning
FontsEnumTest
- 用VC++代码实现一个读取Windows系统所有字体的面板,并应用这些字体实现字体设置程序,可选择字号、字体样式、字体名称等,下面的方框主是要演示所选择的字体样式,通过这个程序可了解VC如何读取到Windows字体的,以及如何将字体的设置应用到指定的对象上。-VC++ code is used to implement a read all the font panel, Windows system and apply these fonts font program, can choose
push_the_box
- 经典的推箱子游戏的代码,用C++编写,可作为C++新手的练习材料,在windows系统上运行-Classic game of the game code, using C++ prepared, can be used as a beginner s C++ training materials, running on the windows system
capture
- dephi控制系统摄像头代码,可以使用dephi以上的版本打开本源码-Control system camera code
Page
- 页式存储管理方案算法的模拟系统 课程设计的代码 得了优秀,(Page storage management solution algorithm curriculum design code has good simulation system,)
694468
- 很好的系统编程指南,希望大家认真学习,能够写出好的系统代码()