联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 系统编程(112) 
按平台查找All C/C++(112) 

[系统编程] 局域网信息发布程序的设计与实现

本次毕业设计的题目是《局域网信息发布程序的实现》,是采用RedHat Linux 作为开发平台,以MySQL为数据载体,以VC语言为主要开发语言的一套包括发送消息及附件为主,并提供及时聊天功能的一个综合性软件。主要的功能是基于TCP/IP网络通信技术实现了面向连接的用户与服务器间点对点的通信传输功能,并且应用了多线程以及共享数据结构技术,使网络服务器具有了多用户数据转发的功能,进而解决了局域网多用 (2023-01-25, C/C++, 479KB, 下载0次)

http://www.pudn.com/Download/item/id/1674614460439010.html

[系统编程] 程序源代码

利用GPRS DTU模块与现场监控PLC通信,并通过GPRS网络将数据发送到有互联网连接的数据服务器上,解决了煤矿主通风机监控信息只能在煤矿局域网内共享的问题。
The GPRS DTU module is used to communicate with the on-site monitoring PLC, and the data is sent to the data server with internet connection through the GPRS network, which solves the problem that the monitoring information of the main fan can only be shared in the coal mine LAN. (2020-12-25, C/C++, 81KB, 下载0次)

http://www.pudn.com/Download/item/id/1608895302368970.html

[系统编程] Shadowsocks-win-2.5.2

在Linux下有各种各样的代理程序可用,象最常用的Squid,是http/https代理,也能代理ftp请求,但它实际上 是个HTTP代理程序,不是ftp代理,但它能处理ftp代理请求,就象浏览器处理ftp请求一样的方法工作,有些 程序只能设置成使用socks代理,象CuteFTP;还有象Wu-FTP只能设置成使用ftp代理(这里的ftp代理是标准的 ftp代理,不是Squid所支持的那种方式);ICQ 2000能同时接受https代理和Socks代理;NetVampire能接受标准 的HTTP(GET/POST)代理(被Squid支持),和HTTP(CONNECT)代理(也被Squid支持)
There are a variety of agents available under Linux, as the most commonly used Squid, http/https agent, agent FTP can also request, but it is actually a HTTP agent, not FTP agent, but it can handle FTP agent request, as the browser handles FTP requests the same way, some programs can only be set to use socks agent, like CuteFTP and Wu-FTP; as can be set to use FTP agent (FTP agent here is FTP agent, supported by the Squid standard is not that way); 2000 ICQ can also accept HTTPS agent and Socks agent; NetVampire can accept the standard HTTP (GET/POST) agent (supported by Squid), and HTTP (CONNECT) agent (also supported by Squid) (2017-10-31, C/C++, 187KB, 下载1次)

http://www.pudn.com/Download/item/id/1509443736218755.html

[系统编程] memory_monitor

设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
Design a memory monitor, real-time display of the current system memory usage, including layout, physical memory usage of the system address space able to display real-time virtual address space layout and working set of a process and other information. (2014-04-17, C/C++, 3KB, 下载10次)

http://www.pudn.com/Download/item/id/2513696.html

[系统编程] WsanbootconfI

WINDOWS XP的ISCSI启动器不支持作为系统盘从SAN启动动,安装SANBOOTCONF后就能让XP利用ISCSI从SAN启动
The ISCSI initiator WINDOWS XP as the system disk does not support booting from a SAN move, let XP install SANBOOTCONF after the use ISCSI SAN boot (2012-08-26, C/C++, 22KB, 下载6次)

http://www.pudn.com/Download/item/id/1976038.html

[系统编程] Array.c

把几个磁盘的存储空间整合起来,形成一个大的单一连续的存储空间。NetRAID控制器利用它的SCSI通道可以把多个磁盘组合成一个磁盘阵列。简单的说,阵列就是由多个磁盘组成,并行工作的磁盘系统。需要注意的是作为热备用的磁盘是不能添加到阵列中的。
Several disk storage space to integrate to form a single continuous large storage space. NetRAID channel SCSI controller to use its multiple disks can be combined into a disk array. In short, multi-disk array is composed of parallel disk system. Note that as a hot spare disk is not added to the array. (2011-04-21, C/C++, 74KB, 下载4次)

http://www.pudn.com/Download/item/id/1500727.html

[系统编程] Niga

屏蔽系统任务管理器,通过替换系统Gina.dll这个动态库来解决问题,但是安ctrl+alt+del会有刷新,有待加强
Shielding system task manager, by replacing the system Gina.dll the dynamic library to solve the problem, but the safety and ctrl+ alt+ del will be refreshed, to be strengthened (2011-01-04, C/C++, 10KB, 下载4次)

http://www.pudn.com/Download/item/id/1401993.html

[系统编程] Orca_chs

Orca(Msi文件编辑器) Orca 是一款由微软提供的用于 Windows Installer 数据库表编辑器。可用来编辑 Windows Installer 数据库文件 (.msi) 文件,合并模块 (.msm) 文件,补丁 (.msp) 文件,内部一致性计算程序 (.cub) 文件和补丁创建属性 (.pcp) 文件。是修改和本地化 Windows Installer 数据库的最佳辅助工具。 主要特点有: - 可以任意添加、删除、导入、导出和重新构架数据表; - 可以任意复制、粘贴、添加、删除、编辑行和单元格; - 可以用十进制或十六进制查看数据型单元格; - 可以创建、应用转换 (.mst) 文件;
Orca (Msi File Editor) Orca is provided by Microsoft for a Windows Installer database table editor. Can be used to edit Windows Installer database files (. Msi) files, merge modules (. Msm) files, patches (. Msp) files, internal consistency calculation program (. Cub) files and patch creation properties (. Pcp) files. Is to modify the Windows Installer database, and the best localization aids. Main features are: - Free to add, delete, import, export and re-structure the data table - Free to copy, paste, add, delete, edit, and cell lines - You can use decimal or hexadecimal view the data type of cell - You can create, apply conversion (. Mst) files (2010-09-25, C/C++, 4640KB, 下载54次)

http://www.pudn.com/Download/item/id/1304121.html

[系统编程] 1

利用本征导电聚合物在氧化还原过程中的体积和力学性能变化(电化学机械形变)来构建驱动肉等功能性电化学器件的研究引起人们有极大兴趣。本文以聚毗咯 为典型的导电高分子材料,分别制备了聚毗咯/Ti0:纳米颗粒单层复合膜和单侧具有高密度聚毗咯微米管阵列的不对称膜,并以此为基础,构建了两类在电解质溶液中工作的单层复合膜电化学驱动器,并研究了其相关性能和功能。
two types of polypyrrole (PPy) film and working in fabricated and their actuation behavior electrochemical actuators aqueous electrolyte solution has been investigated. (2010-08-11, C/C++, 7157KB, 下载6次)

http://www.pudn.com/Download/item/id/1266112.html

[系统编程] CPUSinusoid

微软《编程之美》一书的小例子 运行一段时间查看任务管理器 可以看到CPU使用曲线为正弦
Microsoft' s " The Beauty of Programming," a book for some time to run a small example of the Task Manager view you can see CPU use for the sine curve (2010-06-05, C/C++, 68KB, 下载3次)

http://www.pudn.com/Download/item/id/1202752.html

[系统编程] nueclus

Nucleus PLUS嵌入式操作系统是目前最受欢迎的操作系统Nucleus PLUS 是为实时嵌入式应用而设计的一个抢先式多任务操作系统内核,其95%的代码是用ANSIC写成的,因此非常便于移植并能够支持大多数类型的处理器。从实现角度来看,Nucleus PLUS 是一组C函数库,应用程序代码与核心函数库连接在一起,生成一个目标代码,下载到目标板的RAM中或直接烧录到目标板的ROM中执行
Embedded Operating System Nucleus PLUS is the most popular operating system for the Nucleus PLUS real-time embedded applications designed a preemptive multi-tasking operating system kernel, and its 95 of the code is written in ANSIC, so very easy to transplantation and can support most types of processors. From the point of view of realization, Nucleus PLUS is a set of C libraries, applications and core library code linked to generate an object code, download to the target board' s RAM, or direct burn to the target board in the implementation of the ROM (2009-07-17, C/C++, 681KB, 下载8次)

http://www.pudn.com/Download/item/id/848314.html

[系统编程] Process_Explorer

基于windows xp环境,用c语言编写的进程查看器,查看的内容包括进程标识符,进程优先数,进程占用CPU时间,进程的状态
Based on the windows xp environment, with the process of c language viewer to view the content, including the process identifier, process priority number, the process of occupation of CPU time, the process of state (2008-03-22, C/C++, 2KB, 下载46次)

http://www.pudn.com/Download/item/id/421128.html
总计:112