CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transmission parameters

搜索资源列表

  1. zuigansuanfa

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2966
    • 提供者:qiao
  1. Lesson02

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37487
    • 提供者:鞠俊
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. UCOSSST51

    0下载:
  2. ucOS在51单片机上的移植实现, 可以跑多个任务,实现任务间的参数传递-ucOS in MCS-51 to achieve the transplant can run multiple tasks, the task of achieving the transmission parameters
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:139572
    • 提供者:黄道斌
  1. ThreadBinaryTreeFindnextorFindprev

    0下载:
  2. 创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历 -create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2087
    • 提供者:jasmine
  1. Sunclock

    0下载:
  2. 简单的多线程演示程序,一共有三个线程,主线程,左边是一个时钟,右边是一个小太阳,分别由一个线程来控制,参数由主程序传递,主线程控制整个程序-simple multithreading Demonstration Program, a total of three threads, the main thread, the left is a clock, the right side is a little sun, from one thread to control and transmis
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14959
    • 提供者:mayinjian
  1. zhangwoC++

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。 -class
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19843
    • 提供者:讼师为
  1. httpsrv1.33

    0下载:
  2. 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为\"http://website/cgi.exe?+传递的参数\", 注意带上\"?\",如需传递多个参数,中间用\"+\"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:34259
    • 提供者:校风
  1. Applettuxing

    0下载:
  2. 1.掌握Java Applet程序结构和开发过程 2.了解Applet运行机制 3.学会编写Applet对应的HTML文件,掌握从HTML文件向Applet传递参数的方法。 4.了解Applet与浏览器的通信。 5.掌握在Applet图形界面设计 -1. Java Applet master program structure and the development process 2. Applet understanding of operating mechanism
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22239
    • 提供者:haohao
  1. chanshu

    0下载:
  2. 还是积分函数,可以求得函数的积分,但要注意参数的正确传递-or integral function, we can obtain the integral function, but bearing in mind the correct transmission parameters
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:李天
  1. 手控系统V1.0

    0下载:
  2. c++builder编写的机器人参数传递上位机软件.-c builder prepared by the robot transmission parameters PC software.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1172093
    • 提供者:成康
  1. ParamApplet

    0下载:
  2. 这是一个说明从HTML文件向APPLET传递参数的例子-This is a note from HTML documents to the APPLET transmission parameters example
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1612
    • 提供者:宋念
  1. VBUSB.rar

    0下载:
  2. 使用VB编写的USB上位机程序,完成参数传输,及图形显示。 ,Prepared using the VB procedure USB PC to complete the transmission parameters, and graphical display.
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:51944
    • 提供者:朱俊强
  1. AcsrGui

    0下载:
  2. 输电线路的始端电压和功率的求解,其滞后功率因素为0.8,根据其参数来求解响应的电压和频率-The shifting transmission line voltage and power, the power factor behind for 0.8, according to its parameters to solve the voltage and frequency response
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2916
    • 提供者:张树
  1. 5-19

    0下载:
  2. 用地址表传递参数的形式,把1到100进行累加,结果以十进制形式在屏幕上显示出来。-Address table with the form of transmission parameters, and to accumulate 1-100, resulting in decimal form to be displayed on the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1447
    • 提供者:shiqing
  1. 22

    0下载:
  2. VTK中关于颜色传递参数设置的教学程序,关于图像颜色的一些代码-VTK transmission parameters on the color settings of the teaching process, the number of colors on the image code
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5932
    • 提供者:冯川
  1. EVEN

    0下载:
  2. 编制计算N (N<50)个偶数之(2+4+6+…)的子程序和接收输入N及将结果(例如2+4+6=12)显示的主程序。对键盘输入的字符进行判断,如果不是数字,显示提示,输入两位数。对输入的数字进行判断,如果输入的数不在1~50之间,提示重新输入。结束时,显示提示,按任意键退出。在程序的开始显示自己的学号及姓名(拼音)。编制一个主模块,编制一个子程序模块。实现参数的传递。 -The preparation of calculating the N (N <50) were even
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7813
    • 提供者:月单
  1. final_report

    1下载:
  2. 国外的详细的OFDM设计过程文档,对学习OFDM非常有帮助,并且有仿真结果。-This report discusses the design and implementation of an OFDM modem for a simplex communication between two PCs over a frequency selective channel. First a brief introduction is provided by explaining the b
  3. 所属分类:Printing program

    • 发布日期:2014-04-07
    • 文件大小:1709188
    • 提供者:
  1. MEF10.2

    0下载:
  2. 定义了以太网服务的参数,包括带宽参数(Bandwidth Profile),性能参数(Performance Profile, 即QoS等级),帧传送参数(Frames delivery)等等。-Defines the parameters of Ethernet services, including the bandwidth parameters (Bandwidth Profile), performance parameters (Performance Profile, the Qo
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:563434
    • 提供者:f886
  1. getoptlong

    0下载:
  2. 之前上传过一个利用getopt进行Linux命令参数处理的函数,现在通用的Linux系统一般支持长参数的传递:“--***”,所以我有重新写了一个demo,利用getoptlong函数可以轻松的搞定,希望对你的开发有用!-Before uploaded to a Linux command using getopt parameter handling function, now common Linux systems generally support the transmission pa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:21660
    • 提供者:guoxiaoliang
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com