-
VB.net下控件数组的应用。程序应用了27个文本框做为实例,演示了For循环下对每个文本框进行文本更新。...
VB.net下控件数组的应用。程序应用了27个文本框做为实例,演示了For循环下对每个文本框进行文本更新。-VB.net controller array applications. Application procedures for the text box 27 as examples demonstrating For each cycle of the text box to update the text.
- 2023-02-01 01:55:03下载
- 积分:1
-
这是个C++的图形学划线的演示程序,总结了C++编程的思想,是初学者很好的典范。...
这是个C++的图形学划线的演示程序,总结了C++编程的思想,是初学者很好的典范。-This is a C graphics crossed the demo program, summed up the thinking of the C programming is a good model for beginners.
- 2022-02-11 19:45:42下载
- 积分:1
-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1
-
这一系列的VC可以用来画圆,点保存率…
这是个用VC编的可用来画点线圆并保存的程序-This a series of the VC can be used to paint a point Circular and the preservation procedure
- 2022-03-22 11:51:58下载
- 积分:1
-
很有用的各种格式编辑框
很有用的各种格式编辑框-Useful various kinds of format editBox
- 2022-05-17 04:25:48下载
- 积分:1
-
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计...
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计-with Java JDBC Database Programming with Java JDBC Database Programming with Java JDBC Database Programming
- 2022-02-14 21:20:10下载
- 积分:1
-
CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力...
CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力-CSynEditView a syntax editing category, as long as you simple introduction of this type of project you can be easily obtained if the VC and VB programming environment syntax editing capabilities
- 2022-06-21 05:29:28下载
- 积分:1
-
本程序用到了Player接口的javax.media.Processor接口。可以通过调用Manager的createProcessor()方法,来得到一个Pr...
本程序用到了Player接口的javax.media.Processor接口。可以通过调用Manager的createProcessor()方法,来得到一个Processor接口的示例引用,具体代码为: processor=Manager.creatProcessor(ml) //根据媒体定位对象,示例化一个处理器-the procedures used by the Player interface javax.media.Processor interface. Call Manager by the createProcessor (), to get a Processor Interface cited examples of specific code : processor = Manager.creatProcessor (ml)// According to media positioning objects, samples of a processor
- 2022-02-27 05:33:04下载
- 积分:1
-
一个C语言编写的小程序,发挥";速算24点…
一个用C语言编写的小程序,玩过“速算24点”的朋友一定知道这是一个考验快速口算能力的小游戏,但其中包含了统筹思想,该程序是由用户输入4个数字,计算机程序计算出该四个数字通过加减乘除四则运算得到结果为24的一种算法。小巧实用,运行于DOS环境,有密码,密码为在下的名字汉语拼音(全部小写)。 -a C language prepared by the small programs and played "quick count 24 points," friends will know that this is a test of rapid population count of small game, but contains ideas for planning, the program is user input from the four figures, a computer program calculated the figures by four arithmetic 4 Operational Results will be available for a 24 algorithm. Compact and practical, running on the DOS environment and password, the password for the next Chinese pinyin name (all lowercase).
- 2023-06-17 14:50:04下载
- 积分:1
-
重载了CEdit,实现CFloatEdit和CIntEdit,支持数据循环处理(例如角度循环).jk_erran@163.com...
重载了CEdit,实现CFloatEdit和CIntEdit,支持数据循环处理(例如角度循环).jk_erran@163.com-a heavy CEdit achieve CFloatEdit CIntEdit and support data processing cycle (cycle perspective, for example). Jk_erran@163.com
- 2022-07-23 10:02:30下载
- 积分:1