CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - function a

搜索资源列表

  1. B.A.DgbookForASP.net

    0下载:
  2. 一个功能很简单的asp.net留言本(转载)-a simple function message board using asp.net(reshipment)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21035
    • 提供者:陈起
  1. 简单又酷的菜单条

    0下载:
  2. 这是一个既简单又酷的菜单条,采用javascr ipt语言来制作,比较有特色,可以好好看看!通过定义清空各菜单的函数、菜单展开的函数等函数来编写-This is a simple menu of cool, using javascr ipt language to produce, more features and a good look! By definition emptied the menu function, a function of start menu functions
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:1896
    • 提供者:李明
  1. 一个实现密码查看功能的钩子

    0下载:
  2. 通过一个钩子实现密码查看功能,一个很好的源代码,黑客编程必备。-achieved through a password hook View function, a good source code, hackers programming required.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18964
    • 提供者:柳杉
  1. TestRS

    1下载:
  2. VC下实现RS编码、解码功能,功能比较完善,在vc下编译通过-VC RS encoding, decoding function, a more complete, the compiler through vc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57594
    • 提供者:愈加会
  1. sahflkjdsahlkdfj

    0下载:
  2. 一个关于队列的算法,里面还有主函数.一个不错的好的算法哦!-a cohort of the algorithm, there is also the main function. A good algorithm Oh good!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4754
    • 提供者:韦哥
  1. zhigongguanli

    0下载:
  2. 建立一个结点包括职工的编号、年龄和性别的单向链表,分别定义函数完成以下功能: (4)删除指定编号的职工结点; (5)删除年龄在60岁以上的男性职工或55岁以上的女性职工结点,保存在另一个链表中。 主函数建立简单菜单选择,测试你的程序。-establish a node, including the number of employees, age and gender of the one-way linked list, defined function to complete t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2503
    • 提供者:黎笑涛
  1. gouzhi

    0下载:
  2. 钩子函数运用,一个小小的鼠标键盘钩子函数的运用-use hook function, a small mouse and keyboard use of the hook function
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:226101
    • 提供者:陈义平
  1. xxxxxv2.0

    0下载:
  2. 免费版系统功能说明: 1 本书库系统专为以文字为主的站点设计,免去站长更新网站时的上传下载等不便; 2 管理员名字和密码都是admin,修改请用记事本打开login.asp修改; 3 书籍类型修改、增加类型请打开数据库自行修改; 4 附送500余种书籍数据 -free version of the system function : a warehouse system specifically for a text-based site design, the website
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:254680
    • 提供者:zhangmeng
  1. Image(a)

    0下载:
  2. 图形图像处理函数图 形图像处理函数图形图像处理函数-graphic image processing function grap hic image processing function graphic image processing functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4046
    • 提供者:hh
  1. liulaqi

    0下载:
  2. 功能简单的浏览器,源代码 有收藏功能,界面比较简单-simple function of the browser, a collection of source code function, a relatively simple interface
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37676
    • 提供者:马爱军
  1. lisanxiangshi

    0下载:
  2. 离散相似法在计算机上进行计算机仿真计算 其中输入为阶跃函数,幅度为1-discrete similarity in the computer on the computer simulation to calculate the input step function, a range of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:327572
    • 提供者: 曾小权
  1. HistoryErrorLog

    0下载:
  2. 历史纪录,错误日志代码,可以保存指定文件位置所在函数,行数等信息-historical record, error log codes, we can preserve the designated location function, a few information
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13438
    • 提供者:张丽娜
  1. matlab_cpp

    0下载:
  2. C++ 中使用matlab中的函数,一个简单的使用例子-use of Matlab function, a simple example of the use of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31254
    • 提供者:yujianjun
  1. ad-function

    0下载:
  2. 在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:235735
    • 提供者:李明
  1. ICA_with_Reference

    0下载:
  2. We present the technique of the ICA with Reference (ICA-R) to extract an interesting subset of independent sources from their linear mixtures when some a priori information of the sources are available in the form of rough templates (references). T
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-23
    • 文件大小:390914
    • 提供者:ma ming
  1. Read.a.file.line.function

    0下载:
  2. 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2619
    • 提供者:张得利
  1. Open-through-the-API-function-Serial

    0下载:
  2. VB.NET编程,通过API函数实现串口打开,简单的应用-VB.NET programming, through the serial port open API function, a simple application
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:3188
    • 提供者:佟爱华
  1. A题

    0下载:
  2. 使用radom函数,画函数图像,画动态图(Use the Radom function, draw function images, draw dynamic map)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:563200
    • 提供者:lcy0220
  1. Code for Function 2

    0下载:
  2. to plot a function in matlab
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:53248
    • 提供者:har123
  1. A

    0下载:
  2. 空间进行路径搜索,具有避障功能,该方法具有自主性,高效性,可在高空间搜索(The path search in space has the function of avoiding obstacles. The method is independent and efficient, and it can search in high space.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com