-
里面是VB教程的课件,Powerpoint格式,将整个教程整理出来,适用于自学,很全面。...
里面是VB教程的课件,Powerpoint格式,将整个教程整理出来,适用于自学,很全面。-There is a VB tutorial courseware, Powerpoint format, will be finishing out the entire tutorial for self-learning, very comprehensive.
- 2022-02-03 13:20:36下载
- 积分:1
-
ASP prepared a source of the company's Web site, academics can use to learn
ASP编写的一个公司网站的源程序,学者可以使用学习-ASP prepared a source of the company"s Web site, academics can use to learn
- 2022-06-29 21:25:29下载
- 积分:1
-
在风险投资中的进度条控制
progress bar control in vc-progress bar control in vc++
- 2022-05-06 22:53:12下载
- 积分:1
-
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。...
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
- 2022-08-17 11:49:03下载
- 积分:1
-
asp, java, html, Visual Basic programming, and other documents, are enough begin...
asp,java,html,vb等多种编程文档,足够初学都研究-asp, java, html, Visual Basic programming, and other documents, are enough beginner study
- 2022-01-30 19:03:55下载
- 积分:1
-
C++程序设计源代码例
C++程序设计源代码例-C programming source code cases
- 2022-10-05 08:45:03下载
- 积分:1
-
一个页面使用DIV层设计,增加页面打印在两速度,优化…
1、页面采用DIV层设计,增加页面载入速度
2、优化代码,更易搜索引擎收录
3、签写信息、存入信息、显示信息均在一个页面上执行,方便代码的管理和查看
后台地址:Manage/Login.asp
管理用户:tzstudent.com
管理密码:tzstudent.com
-a page using DIV layer design, increased pages printed in the two speed, optimize code, better search engine contains three sign the information into the message that the information is on one page implementation, facilitate code management and background check Address : Manage/Login.asp management users : tzstudent.com management Password : tzstudent.com
- 2022-07-21 06:40:42下载
- 积分:1
-
自己写的JAVA贪吃蛇程序,相当有参考价值
自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
- 2023-08-04 17:20:02下载
- 积分:1
-
VB时时聊天系统
vb服务器和客户端,时时通讯程序,已经通过测试,代码简洁,运行速度快,局域网和广域网都能用。本程序代码采用UDP广播形式连接,不占用cpu资源。
- 2023-08-13 15:05:03下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1