搜索资源列表

  1. NamedPipe

    0下载:
  2. 该程序将windows命名管道的常用功能封装成一个类,使用时只需调用Connect、Read、Write函数即可实现局域网通信。-The program will be named pipes windows package into a class of commonly used functions, using, simply call Connect, Read, Write LAN communications functio
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:刘剑桥
  1. vrml-swiming

    0下载:
  2. VRML编写的游泳比赛小文件,附带材料~希望有所帮助-VRML file named small swimming
  3. 所属分类:其他游戏

    • 发布日期:2024-05-16
    • 文件大小:1242112
    • 提供者:boyplayed
  1. cdinamedbeans

    0下载:
  2. J2EE中使用named bean的样例代码,包含完整工程可以部署到任何兼容J2EE标准的服务器上-The example code for using named bean in J2EE.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:orion
  1. hrms

    0下载:
  2. 人力资源管理系统数据要求说明书(人力资源管理系统在运行过程中需要对大量的数据表进行插入、修改、删除、检索等操作,因此在设计时使用了Microsoft SQL Server 2005 数据库来满足运行需要。数据库名为“HRMS”,共存储了十五张数据表用于存储不同的信息)-Data requirements of human resource management system manual (human resource manageme
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:337920
    • 提供者:李杨
  1. guasMATLAB

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the G
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:ismaail
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:tiger
  1. Named-pipe-instance

    0下载:
  2. 创建线程,在VC中创建多线程,用于程序的并行运行,在VC编程中有广泛运用-Create a thread in the VC to create multiple threads running in parallel for the program in the VC are widely used programming
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:601088
    • 提供者:zhangcheng
  1. 042325

    0下载:
  2. 背单词程序: 程序使用词汇表文件,其中每个词条由单词和解释两部分组成,编程完成:用户输入一个单词,程序将给出单词的词性和中文意思。 建立一个词汇表测试用词汇表名为新东方红宝书.txt,用c语言文件操作打开该文件,并将文件读入命名为dictionary[DICTSIZE]的数组内。读入数据存储于dictionary[DICTSIZE]所分配的地址空间内,以8字节表示一个信息。-Program uses the vocabula
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:414720
    • 提供者:张雯
  1. Digital-Thermal-Control-using-8051-microcontrolle

    0下载:
  2. This project is used to measure the temperature using LM35 analog sensor and ADC0804 Analog-to-Digital converter working in wide range of temperature from 0 c to 120 c and displaying this value on an LCD. It is also used
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. CM_ZADACHA_KOSHI

    0下载:
  2. Cauchy problem in mathematics asks for the solution of a partial differential equation that satisfies certain conditions which are given on a hypersurface in the domain. Cauchy problems are an extension of initial value
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1061888
    • 提供者:danilevsky
  1. manual

    0下载:
  2. Instructions for installing the Genetic Algorithm Toolbox can be found in the MATLAB installation instructions. It is recommended that the files for this toolbox are stored in a directory named genetic off the main m
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:166912
    • 提供者:ABDELHEDI
  1. ProxyServer

    0下载:
  2. 龙族1.3的服务器通信端口服务程序,全名为ProxyServer。本人亲测无措,正常编译。-Dragon 1.3 server communication port service program, all named ProxyServer. I pro-test flawless, the normal compile.
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-16
    • 文件大小:169984
    • 提供者:陈程
  1. combi-lock

    0下载:
  2. An academic project in Proteus ISIS simulation named Combi-lock is a combination lock circuit with an embedded C code for Atmega32 AVR.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:96256
    • 提供者:mehrdadj
  1. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:1200128
    • 提供者:
  1. RenameTools

    0下载:
  2. 很小但很实用的批量重命名工具。下载电影时经常碰到文件名很乱,例如“xx1”,“xx02”,“3”“04”,有时候把DVD的chapter分别拷到电脑,有时与实际的集数不一样(例如用SmartRipper拷出电视剧时,片头或片尾变成单独一个chapter),都可以使用此工具批量命名成“01”“02”...“10”这样有规律的全称。-Small but very useful batch renaming tool. Download mo
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:201728
    • 提供者:liaoyungchun
  1. aspexam

    0下载:
  2. 网络在线考试系统使用的数据库为Access数据库,数据库名为exam.mdb-Network online examination system for the Access database using the database, the database named exam.mdb
  3. 所属分类:WEB源码

    • 发布日期:2024-05-16
    • 文件大小:131072
    • 提供者:何生
  1. calcul_PIDanalogique

    0下载:
  2. 一外国哥们编的小程序,关于PID控制方面的,有兴趣的可以看一下-CALCUL_PIDANALOGIQUE, by itself, creates a new CALCUL_PIDANALOGIQUE or raises the existing singleton*. H = CALCUL_PIDANALOGIQUE returns the handle to a new CALCUL_PI
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:刘思贤
  1. Newtons-method

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:Dmitriy
  1. Gauss-Seidel-method

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the G
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:52224
    • 提供者:Dmitriy
  1. NewtonMethod

    0下载:
  2. 牛顿方法优化算法可以用于多程序源代码内容-In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:溫嘉浩
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org