-
用户T6帐套删除工具
用户T6帐套删除工具根据年份,删除帐套,删除帐套时可以进行数据备份。以时可以恢复!注意:采用SQL备份的,不是用友备份的,所以这个备份文件,用用友管理工具是恢复不了的。申明:本工具会对数据进行处理,小心使用,合法使用!
- 2022-03-30 19:06:16下载
- 积分:1
-
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.
outlook界面,含全部源代码,及demo样例-outlook interface, containing all the source code, and demo sample
- 2022-01-25 22:07:11下载
- 积分:1
-
AppWizard has created this HistoryEditDemo application for you. This application...
AppWizard has created this HistoryEditDemo application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-08-03 10:06:31下载
- 积分:1
-
国象代码,不错的源代码,初学者使用
国象代码,不错的源代码,初学者使用-States, such as code, a good source code, for beginners to use
- 2022-02-06 17:55:37下载
- 积分:1
-
拉格朗日插值
这是一个 beta 版二进制文件 (可执行文件) 的 c + + 版本的拉格朗日 (同一方法只是不同语言的速度和一些新的分析) 的下载一节中。以后下载和 UNARCHIVING,运行的 chmod + x lagrange_cpp 和它应该工作如果您正在运行 10.6 MacOSX。将最终成为测试版 Linux (虽然来源是更容易为 Linux 用户因此见下文) 和 MacOSX 10.5 很快。如果你想要从源代码编译从 github (线路是 git://github.com/blackrim/lagrange.git) 获取的源代码和得到一个 beta 版的可执行文件,按照手册中的说明。所有产品更新的信息和版本将会在这里只是我开发的代码托管在 github — — 所以除非你潜水插入代码中,留在这里对拉格朗日的信息。
- 2022-06-29 22:53:04下载
- 积分:1
-
一系列方案,提供了一个很好的
a collection of scheme programs,provide a good
starting point for beginner-a collection of scheme programs,provide a good
starting point for beginner
- 2022-07-22 16:25:05下载
- 积分:1
-
display configuration info to the screen
display configuration info to the screen
- 2022-08-13 10:32:48下载
- 积分:1
-
一个在VC6.0做的多功能计数器,可以实现各种进制的转换等各种复杂的功能...
一个在VC6.0做的多功能计数器,可以实现各种进制的转换等各种复杂的功能-VC6.0 to do a multi-function counter, can achieve a variety of binary conversion, and other complex functions
- 2023-08-13 00:45:07下载
- 积分:1
-
Multimedia player by E
易语言开发的播放器,功能还可以,希望可以帮上个位的忙-Multimedia player by E-language.
- 2022-01-28 02:04:47下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1