搜索资源列表

  1. PEinstalling

    0下载:
  2. 查看一个Exe 文件所有链接的 dll 及所用的函数,类似于Depends-See a Exe file of the dll and all the links used in a function, similar to Depends
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:34816
    • 提供者:陈凌鹏
  1. implementinganewmanetunicastroutingprotocolinns2.r

    0下载:
  2. 一篇介绍如何往NS2中实现一个自己的协议的文章,自我感觉很有用,如果想自己修改协议代码或自己编写NS2协议,一定要看的文章-NS2 one describes how to achieve an agreement on their own article, feel useful, if you want to own their own code or to amend the agreement to prepare NS2 ag
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-22
    • 文件大小:185344
    • 提供者:yuhaiyang
  1. MIDI(C-Sharp)

    0下载:
  2. MIDI 在csharo中的开发的参考文档.要自己做MIDI的软件.一定要看.特别是音乐发烧的电脑程序员-MIDI in csharo in the development of reference documentation. To make their own MIDI software. Necessarily depends. In particular, the computer programmer music fever
  3. 所属分类:midi

    • 发布日期:2024-05-22
    • 文件大小:230400
    • 提供者:hejianhua2
  1. WIFI_design_guide0930

    0下载:
  2. 针对WIFI开发的指导文档,整个过程说的相当清楚,对初搞WIFI的人一定要看。-WIFI guidance for the development of documentation, the whole process is quite clear that the early people who engage in depends on WIFI.
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:137216
    • 提供者:朱凤波
  1. Finitedifference

    0下载:
  2. 给出了有限差分CN格式求解偏微分方程,非常好的东东,学差分的一定要看哦-Gives the finite difference solution of partial differential equations CN format, very good Dongdong, learning depends on a certain differential Oh
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:张景
  1. bianli

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a particular search along the line, followed on the tree each node are done once and only once to visit.
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:渠梁梁
  1. Valuation-Determination-of-Var-Source-in-Power-Mar

    2下载:
  2. 电力市场下确定无功源价值的方法探讨 因此提出了4种确定无功价值的方法:Vs法、PV曲线法、ERC法和Back.up法,分析了不同方法 的特点,最后以IEEE30节点系统为例进行了仿真计算,仿真结果表明无功源的价值取决于电网的结 构、无功源的位置以及系统的运行状态。-Electricity market to determine the source of the value of reactive power method
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:272384
    • 提供者:何平
  1. Lesson19Code

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic Link Library preparation procedures.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:174080
    • 提供者:王大勇
  1. dpjcyy

    0下载:
  2. 单片机c语言彻底应用,单片机开发要看的啊-Singlechip c language complete applications, single-chip development depends on, ah
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-22
    • 文件大小:6348800
    • 提供者:gaomj
  1. Api_Make_Form

    0下载:
  2. 虽然用VB创建窗体非常简单.但这个源码没有使用VB的窗口.仅仅用了一个模块.其他的完全依靠系统API创建了一个窗口.完全实现了灵活的消息控制.如果再加上StrPtr的话,就可以实现全Unicode程序了。-Although the use of VB to create a form is very simple. But the source did not use the VB window. Just a module. Othe
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:gbcgbc
  1. zktodo-0.8

    0下载:
  2. zk框架与ajax,适合初学者,其中war包直接在tomcat下运行-1.Deploy this application to Tomcat by copying the todo.war file to the directory $TOMCAT_HOME/webapps/. Tomcat will handle the rest of work, including unzipping and deploying. 2.Co
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:2511872
    • 提供者:大卫
  1. Assembly_Language

    0下载:
  2. 汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。-Assembly Language is an important foundation courses in the computer industry, an
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1536000
    • 提供者:wyb
  1. videonet_vc

    0下载:
  2. 点对点视频会议程序:VideoNet 该程序可以用于两个人在LAN/Intranet(或者Internet)上进行视频会议。现在有许多视频会议程序,每个都有各自的性能提升技术。主要的问题是视频会议视频帧的尺寸对于传输来说太大。因此,性能依赖于对帧的编解码。-Point-to-point video conferencing procedures: VideoNet the program can be used for two pe
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-22
    • 文件大小:496640
    • 提供者:zhouxj
  1. carlight

    0下载:
  2. 此源代码主要实现的是小车的光导系统,小车的启动主要靠光源的引导,已经实现,可直接修改引用 芯片AT89C51-This source code implementation is the main vehicle of optical systems, car light source depends mainly on start-up guidance, has been achieved, can be edited direct
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:sada
  1. Dynamic

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Sta
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:173056
    • 提供者:西嘻
  1. chufaqi

    0下载:
  2. 时序电路是指它的输出不仅取决于当时的输入,而且也取决于过去的输入,即过去输入不同,则在当前的情况下,输出也可能不同。-Sequential circuit is the output depends not only on its input at that time, but also on past input, that is different from the last input, then in the current c
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:hellen
  1. 2005121410384526324

    0下载:
  2. 点对点视频会议程序VideoNet源代码-源码 该程序可以用于两个人在LAN/Intranet(或者Internet)上进行视频会议。现在有许多视频会议程序,每个都有各自的性能提升技术。主要的问题是视频会议视频帧的尺寸对于传输来说太大。因此,性能依赖于对帧的编解码。我使用快速h263编码库来达到更好的压缩率提高速度。该程序做些小改动也可以在Internet上使用 -Point-to-point video conferenci
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:174080
    • 提供者:陈 波
  1. Gjtq

    0下载:
  2. 自己编的,利用VC++进行文字的骨架提取,也可用于图形,效果还要看具体图形。-Own, and the use of VC++ language to extract the skeleton, can also be used for graphics, the effect depends on the specific graphics.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:472064
    • 提供者:吕东
  1. Bootloader

    0下载:
  2. 基于AT91RM9200的BootLoader设计与实现 ,依赖于CPU体系结构的代码,比如设备初始化、开关中断、初始化时钟等,通常都放在stage 1中,而且都用汇编来实现,以达到短小精悍的目的。而stage 2通常用C语言来实现,这样可以实现较复杂的功能,而且代码有较好的可读性和可移植性。-AT91RM9200-based design and implementation of the BootLoader, depends on
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:李国村
  1. apploc

    0下载:
  2. one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run Skype in WINCE only in windows mobile5.0 more than running, but my task is to let it run in WINCE . Leave no stone unturne
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:1027072
    • 提供者:alan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »

源码中国 www.ymcn.org