-
the iteration algorithm of R(d)
限失真函数的迭代算法,完成限失真函数的R(d)的迭代计算,并画出R(d)函数曲线-the iteration algorithm of R(d)
- 2023-08-29 11:05:04下载
- 积分:1
-
转换为sql语句
讲sql中的语句转为C#中使用的语句,也可以转换为大写字母或者小写字母,方便查看,其中有一个输入框,一个输出框,三个按钮,是winfrom
- 2022-02-22 10:16:36下载
- 积分:1
-
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel...
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel里面的VBA的通信.本程序就是根据这个原理完成.-Excel as a fist inside the Microsoft Office Products, built the COM support it through Automation, can easily realize Automation components inside VBA with excel communication. This procedure is completed in accordance with this principle.
- 2022-04-13 07:57:41下载
- 积分:1
-
这是一个关于通信录的源代码,主要特点,可以在他的基础上做一个财务软件。另外本程序还存在一些缺点,没有数据导出,这个我想好了,还没来得及做。...
这是一个关于通信录的源代码,主要特点,可以在他的基础上做一个财务软件。另外本程序还存在一些缺点,没有数据导出,这个我想好了,还没来得及做。-This is a communications recorded on the source code, the main characteristics, he can do on the basis of a financial software. Also this procedure there are still some shortcomings, no data is derived, I think the good that he had still not done.
- 2022-08-25 17:28:49下载
- 积分:1
-
一个简单的画图实现软件,可能很简单,可是对于简单的学习还是不错的...
一个简单的画图实现软件,可能很简单,可是对于简单的学习还是不错的-Implementation of a simple drawing software, may be very simple, but easy to learn for the good or
- 2023-07-09 05:40:04下载
- 积分:1
-
哈哈~不用我说了吧~都知道拉~ 我这有个网友吵着让我快点上传,这回你可以下载了~...
哈哈~不用我说了吧~都知道拉~ 我这有个网友吵着让我快点上传,这回你可以下载了~-ha ~ I do not have to say it ~ ~ pull all know that I have a netizen fussing Let me quickly upload, this time you can download a ~
- 2022-01-24 19:08:58下载
- 积分:1
-
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序-6.0 in the C BURIDER developed fonts and colors of the original dialog procedures
- 2022-04-15 12:21:39下载
- 积分:1
-
Socket对GetHttp报文的简单实现,注释比较详细。
VC2005编译通过。...
Socket对GetHttp报文的简单实现,注释比较详细。
VC2005编译通过。-Socket for a simple message GetHttp achieved, more detailed notes.
- 2023-08-28 22:35:03下载
- 积分:1
-
另一款EAN13条形码生成控件,用户可以很方便地在开发过程中使用,提供了原代码方便用户进行修改....
另一款EAN13条形码生成控件,用户可以很方便地在开发过程中使用,提供了原代码方便用户进行修改.-EAN13 barcode generating another control, the user can easily use in the development process, provides a user-friendly source code be modified.
- 2022-09-15 20:20:03下载
- 积分:1
-
Compiler Principle small programs have a small problem source files as follows :...
编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Principle small programs have a small problem source files as follows : main () (int a, b a = b = a 10 20) output requirements are as follows : (2, "main") (5 ,"(") (5, " ) ") (5 ,"{"} (1," int ") (2," a ") (5 ,",") (2," b ") (5," ") (2," a " ) (4 ,"=") (3,10) (5, "") (2, "b") (4 ,"=") (2, "a") (4, "") (3,20 ) (5, "") (5 ,")")
- 2022-04-18 02:56:06下载
- 积分:1