搜索资源列表
PropertyInDlg(分页对话框)
- 制作分页对话框的小代码,详细介绍了怎么建立一个分页对话框,以及各个页面之间的传值关系-tabbed dialog production of small code, introduced in detail how to establish a tabbed dialog box, and between the various pages-relations value
Applet编程
- 重点掌握Applet程序的框架结构 掌握Applet程序的编写与运行 了解Applet的应用:播放声音、网页传值、基本图形工具 -# 61550 focus grasp Applet procedures frame structure # 61550 master Applet procedures in the preparation and operation of # 61,550 understand Applet ap
j-sr3-source
- 一个struts入门的好程序 主要是解决了很多人在开发中碰到的有关复选框传值等问题 源码可以直接运行-struts entry of a good procedure is to solve the many people they encountered in the development of the check box Biography values issues such as source code can be run directly
NetUnionIvrService
- 这个是c#制作的windows服务程序,功能是将数据库中得到的新记录通过URL传值到别的服务器上.如果有疑问请联系QQ:106133857-the c # is produced by the windows service procedures, database functionality is to be a new record by URL-value to other servers. If in doubt please contact QQ : 106133857
ThreadBinaryTreeFindnextorFindprev
- 创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历 -create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose
C#基础例子
- C#经常用到的基础实例,传值调用与引用调用,打印三角形,递归实例,重载,虚函数,冒泡排序 ,接口
winparam
- 实现多窗口间的传值功能,实施动态传值,用到了textbox,button和滚动进度条的控件,实现动态传值
cSharpandJS
- 次源代码提供了c#如何访问网页中的js脚本的函数的方法,既可以通过网页上的事件调用winform中的函数,也可以在应用程序中对js函数进行调用,最有用的是可以传值。
shuzu
- vc环境下的数组传值程序。对比了传指针和传参数的区别。
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
shell cgi登录代码
- 实现post传值及相关处理
窗口传值
- c#窗口传值的程序,通过全局变量供参考。(C# window through the value of the program, through the global variables for reference.)
委托传值
- winform不同窗体之间的传值,搞了好久才搞懂。1111111111111111111111(this is Commissioned by value)
functions
- 帮助初学者理清函数中传值、传址和引用的概念(Help beginners clarify the concepts of value passing, address passing and reference)
颜值测试
- 通过网络验证的方式,上传图片,系统自动评分!想知道自己颜值几分吗?可以来试试哦,源代码(Through the network verification, upload pictures, the system automatically score! Do you want to know what you look like? You can try it, source code)
窗体传值
- 主要功能是进行窗体之间值与值的传递,C#代码编写。(The main function is to use WinForm for the transfer of values and values between the forms of the form,and the C# code is written.)
获取WebApi值
- webapi访问基本代码,供学习参考,实现文件的上传,json传输,文件流等,适合研究接口开发.(Webapi access to the basic code for learning reference, file upload, JSON transmission, file flow and so on, suitable for the research of interface development.)
pb_lx
- 功能:w_1向w_2传参(累加次数)并触发w_2控件cb_1(累加器);w_2控件cb_1计算从1至所接收累加次数的累加值并返回w_1。 目的:说明窗口间相互触发控件及传参、传值的技术细节。(Function: w_1 passes to w_2 (accumulating times) and triggers w_2 control cb_1 (accumulator); w_2 control cb_1 calculates accumulative value from 1 to re
js
- 1.借助JQuery,通过URL拼接,从而传递数据。 jquery.params.js用于两个HTML网页之间的传值。a.html?name=waley&age=20;b.html页面则可以这样获取:$.query.get("name)。(Transfer data through URL splicing)
session和cookie页间传值
- 简单的session和cookie页间传值,利用系统后台进行值得修改,myeclipse的简单开发基础