|
|
|
|
A Cool Calculator |
   |
简 介:
This is a simple calculator that is very similiar to Microsoft calculator found on windows. There is an extended view in the menu to add some scientific buttons. This is different than most because when you press a button it manipulates the actual number in the answer bow instread of just adding strings to it.
这是一个类似于Microsoft Windows中的计算器的简单的计算器。在菜单中有一个扩展视图可以增加科学计算按钮。这个程序不同于大多数其它程序,当你按了按钮时,它会在答案窗口中处理实际的数字,而不只是向其中增加字符串。
来源: https://www.freevbcode.com/ShowCode.Asp?ID=6456 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Expression Evaluation |
   |
简 介:
I made this code while working on a program for analyzing mathematical expressions, and I made some classes for making things easier.
我在开发一个程序时需要分析一个数学表达式,为此我生成了这个类。
来源: https://www.codeguru.com/cpp_mfc/express.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CSplitterWnd Extension that Allows Switc |
   |
简 介:
This article explains how to switch between multiple views in a splitter window pane without deleting and re-creating views. It is inefficient to create & destroy views, and often disrupts an application's design, yet the only examples of switching views I have found are doing just that! I have created a CSplitterWnd replacement class that adds the multiple views per pane functionality in a lightweight and easy to use way. NOTE: This class is intended for static splitters only, not dynamic ones.
这个项目演示了如何在一个分隔窗口的多个视图中切换,而不用删除和重新创建视图。创建和销毁视图是无效的,经常会打乱一个应用程序的设计,但我发现的唯一一个完成这一功能的例子就出现了这一问题!我创建了CSplitterWnd 的一个替代类,用简单的办法为第个窗格增加了多个视图。注意:这个类只适用于静态分隔条,不适用于动态的。
来源: https://www.codeguru.com/splitter/mvSplitter.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
ScrollingMenu |
   |
简 介:
An applet menu with infinite scroll effect. It is possible to use html parameters to change links and text. Please read the code for details.
ScrollingMenu是一个具有无限滚动效果的applet。它可以使用html参数来改变链接和文本。请阅读代码以查看细节。
来源: https://java.ittoolbox.com/code/d.asp?d=1595&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
It is an 8Queens game. Run it, and try t |
   |
简 介:
It is an 8Queens game. Run it, and try to solve it.
这是一个八皇后游戏,运行它,试着解决这个问题吧。
来源: https://www.freevbcode.com/ShowCode.Asp?ID=6422 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Detecting Memory Leaks |
   |
简 介:
This article describes how to get the callstack for memory leaks in a certain component (EXE or DLL) of your Visual C++ program. The code provided with this article works on WindowsNT. It should work on Windows9x systems as well, although it has not been tested on such systems.
这个项目演示了如何在 Visual C++ 程序中得到一个特定的组件 (EXE or DLL)的内存调用堆栈。代码可以在WindowsNT中运行。虽然它没有在 Windows9x 系统上经过测试,也应该能够运行。
来源: https://www.codeguru.com/cpp_mfc/MemoryTracking.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Animated Background Banner |
   |
简 介:
The following code is used to display an Animated Banner using the the CmdiMainClient class. You will need to get a set of sequenced bitmaps to show the animation. In my example you can Right-Click to Start/Stop the animation and Left-Click to display a child window, keeping the background animation alive.
这段代码使用CmdiMainClient 类来显示一个动画横幅。为了显示动画,你需要一组位图。在我的例子中,你可以右点击来启动和停止动画,左点击来显示一个子窗口,保持背景动画是活动的。
来源: https://www.codeguru.com/doc_view/Banner.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
VirtualBanner |
   |
简 介:
A virtual city with lots animated trains and planes.
VirtualBanner是一个虚拟城市,有许多动画火车和飞机。
来源: https://java.ittoolbox.com/code/d.asp?d=1594&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
个人知识库 |
   |
简 介:
功能简介:
该软件主要是对平常遇到的知识点进行简单的管理,建立知识类别、知识集,并能方便的搜索知识库中的知识,查看知识库中的知识和把当前知识加入到现有项目中去。
该软件还可以建立多个知识库,对不同类型的知识分门别类的管理。
软件下载:知识库1.0
基本概念:
1、知识类别和知识集的区别:知识类别下可以包含知识类别、知识集和知识点,但知识集下只能包含知识点,软件包含一个默认的根类别是“知识库”。
2、知识点:是对一个个知识的称呼,具体对应一个源代码文件或自定义的文件。 操作:
1、建立知识类别或知识集:首先选中一个知识类别作为新建的知识类别的父类别,单击“添加”按钮,填写知识类别的名称和备注,选择知识类别作为新建的类别,单击“确定”按钮将新建一个知识类别。
2、删除知识类别或知识集:选中要删除的知识类别,单击“删除”按钮,确认后就可以删除,注意:删除时将删除下面的子类别和所有知识点。
3、修改知识类别或知识集:选中要修改的知识类别,单击“修改”按钮,重新填写内容即可。
4、添加知识点:可以有三中方式添加知识点-直接从文件添加、从剪贴板添加、添加空白知识,首先选中一个知识类别或知识集作为知识点添加的类别,点击添加的方式,填写知识点的名称和备注,从文件添加必须填写正确的文件路径或通过文件名称后的文件选择对话框来获得正确的文件路径;从剪贴板建立,将建立一个空白文件,把剪贴板中的内容复制到文件中,文件的名字可以自己定义;从项目中建立,将搜索该项目的所有文件,并把这些文件打包成一个文件加入知识库。
5、删除知识点:选中要删除的知识点,单击“删除”按钮,确认后将删除该知识点。
6、修改知识点:选中一个知识点,单击“修改”按钮,重新填写知识点的内容,但不能再修改知识点的文件。
7、查看和修改知识点的内容:选中一个知识点,单击“查看”按钮,将浏览该知识点的具体内容,如果修改了知识点的内容后可以保存覆盖旧的知识点。
9、下载知识:选中知识点,单击“下载知识”按钮,将把选中的知识点的内容作为文件添加到选中的文件夹中。
10、搜索:先选中一个知识类别或知识集,填写搜索的关键字,单击“开始”按钮,将搜索选中的知识类别或知识集下(包括子类别)中的符合条件的知识点。
11、导入:把另存的数据加入到知识库中。 12、导出:把知识库的数据另存为新的库文件。
13、设置:配置知识库的信息、管理知识库,新建、修改和删除知识库,切换知识库以及设置默认启动的知识库 |
分 类:
此源码项目还没有在软件分类表中分类. |
许可证:
联盟许可证规则 |
|
CryptIM Instant Messaging Server and Cli |
   |
简 介:
IM system with encryption methods to secure all messages. Multi-user chat (irc like), server logs almost everything it needs to, automatic backup of server config and registered users, new user signup restricted by password.
IM系统,使用加密方法来安全发送所有消息。多用户聊天(如irc ),服务器会记录它需要的事情,自动备份服务器配置和注册用户,新用户登录受到口令的保护。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=1409&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|