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

[Linux/Unix编程] 2DOF-Painter-Robot-Arm

该项目需要开发2DOF油漆工和玩家机器人手臂。图形界面是使用Qt6框架构建的。…
This project entails the development of a 2DOF Painter and Gamer robot arm. The graphical interface is built using the Qt6 Framework. The… (2024-01-19, C++, 0KB, 下载0次)

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

[Linux/Unix编程] EDCustomControlPanel

一个简单的Elite Dangerous程序,用于linux玩家通过SSH将触摸屏上网本转换为自定义控制面板。
A simple Elite Dangerous program for linux players to turn a touch screen netbook into a custom control panel over SSH. (2021-04-13, Makefile, 0KB, 下载0次)

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

[Linux/Unix编程] 零死角玩转STM32—F429

开发板的功能强大与适应,很好用,适合新手和转行的小白
The development board is powerful and adaptable, easy to use, suitable for beginners and career changers. (2018-04-08, C/C++, 27247KB, 下载5次)

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

[Linux/Unix编程] untitled1

QT代码实现五子棋人机对弈,其中包含多步悔棋、重玩、退出游戏等功能,下载后直接解压可用。
QT code Gobang game, which contains a multi-step undo, replay, quit the game and other functions, can be downloaded directly extract. (2017-06-07, QT, 203KB, 下载6次)

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

[Linux/Unix编程] snake

此程序是在linux環境下開發的在終端運行程序就可以玩遊戲用鍵盤控制蛇的去向,
This program is under the linux development environment to run in a terminal program can play the game using the keyboard to control the snake' s whereabouts, (2013-11-24, Unix_Linux, 29KB, 下载1次)

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

[Linux/Unix编程] Wiippv6pinga

linux下 ipv6协议 ping程序源码最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序源码,多线程结构安排不一定合理,待试验验后进一步修改 4.在终端./pingipv6 IP11 1P2......即可运行程序源码 5.为单源文件,没写make,编译命令为: gcc 可直接使用。
ping program source code under linux ipv6 protocol up to run 50 threads each thread send the four ICMP6 package to receive three test program source code, multi-threaded structural arrangement is not necessarily reasonable, upon trial experience further modification. in the terminal./pingipv6 IP11 1P2 ...... you can run the program source code for a single source file, I did not write the make, the compile command: gcc can be used directly. (2012-06-07, Visual C++, 3KB, 下载5次)

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

[Linux/Unix编程] Read-and-export-files

使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行
Use of system calls, using a program written in C or C, to achieve the following functions: read data from a file, write to another file. Requirements: Has a good interactive Users can enter the source file and destination file path and file name. Has improved error handling mechanism For all sorts of possible error, there must be a corresponding error output, and be treated accordingly. Debugging the Linux operating system and run (2011-12-04, Visual C++, 78KB, 下载12次)

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

[Linux/Unix编程] checkfilemd5.tar

自己写的基于Qt4的GUI文件md5检测小工具,自己没事写着玩的,技术水平不高,高手就不要下载了。。基于GPL v2发布
Md5 files based on Qt4 GUI for detection of small tools, they play the right words, technological level, master, do not download. . (2011-11-04, QT, 26KB, 下载7次)

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

[Linux/Unix编程] Datastruct_C

Description 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4 2
Description try to write an algorithm to achieve the reverse order of the table place setting, namely the use of the original table storage space will be a linear form (a1, a2, ... .. an), the inverse set of (an, an-1, ... .... a2, a1). Input The input length n followed by n number of Output operation sequence. Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4 2 (2011-10-27, Visual C++, 1KB, 下载5次)

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

[Linux/Unix编程] MindBreaker

MindBreaker游戏(大智慧),在QtOpia系统中有,我做了一个Bash版的。 游戏简介: 游戏会随机生成一组由4个图案组成的排列,玩家有9次机会去尝试排列出那一组图案,共有6种图案。 游戏规则: 用方向键来完成一次猜测,确认键确认。上下键选择图案, 左右键改变位置。 返回结果: 共有2种正确返回结果 √表示猜测结果中有一个图案存在且位置正确。 ×表示猜测结果中有一个图案存在但位置不正确。
MindBreaker Game (Bash), I already found it in the QtOpia. So I made it with Bash language. (2011-08-07, Unix_Linux, 2KB, 下载3次)

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

[Linux/Unix编程] zijilian.tar

这个程序叫我们想起小时候经常玩的剪刀石头步了,运用随机数来随机出剪刀石头步
The program is called we think of a child used to play rock paper scissors step, and the use of random numbers to random step out of rock paper scissors (2011-08-02, Unix_Linux, 3KB, 下载3次)

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

[Linux/Unix编程] cp

copy是一个电脑玩家,最常用的命令,希望大家好好学学这个命令,不管是对你的LINUX知识还是C语言都会有很大的提升
copy is a computer player, the most commonly used commands, I hope you' ll learn in this order, whether the knowledge of your LINUX or C language will have greatly improved (2011-02-26, Unix_Linux, 9KB, 下载6次)

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

[Linux/Unix编程] embed-linux-driver-start

嵌入式linux驱动从入门到精通,包括工具的下载,使用,从最简单的字符操作至高级编的网卡驱动,让你玩转嵌入式
embed linux driver program form start to versed (2011-02-19, Unix_Linux, 519KB, 下载8次)

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

[Linux/Unix编程] uart

在ARM9等开发板上调试GSM等串口模块的工具,实现最基本的minicom功能,程序本身会为每条命令加上\r,如果不需要,请自己修改程序,无退格功能。
ARM9 development board such as in GSM and other debugging tools for serial modules, minicom to achieve the most basic functions, the process itself for each command with \ r, if not, please modify the program itself, no backspace function. (2010-07-19, Unix_Linux, 2KB, 下载16次)

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

[Linux/Unix编程] arm-tcs-up

贪吃蛇在arm版上的运行,这是一个很好玩的游戏,是我的一次作业
Snake in the arm version of the run, this is a very fun game, is my one-stop (2009-04-16, Unix_Linux, 40KB, 下载64次)

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

[Linux/Unix编程] tetris

linux 下的 仿联众版俄罗斯方块游戏。qt3 实现。 具有 人机交互功能。 具有 对战模式。 喜欢玩俄罗斯方块的朋友们,在linux下也不再孤单啦
OurGame imitation under linux version of Tetris game. Qt3 achieve. With human-computer interaction function. Battle mode has. Love to play Tetris friends, in linux you also no longer alone (2008-11-08, C++, 972KB, 下载115次)

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

[Linux/Unix编程] dzk

用QT,designer编写的游戏,传统打砖块,直接下哉可玩,编者程希望
With QT, designer of the game prepared, traditional打砖块directly under the Weizai play, Editor-range hope (2008-11-04, C++, 13360KB, 下载31次)

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

[Linux/Unix编程] grub4dos-0.4.4-2008-08-08-src

grub4dos-0.4.4-2008- 08-src.zip,最新版的grub4dos软件源码,可以在windows下启动linux,喜欢玩多系统启动的朋友搞启动开发有福了
grub4dos-0.4.4-2008-08-src.zip, the latest version of grub4dos source software, you can activate windows under linux, love to play more than a friend to boot the system to start engaging in the development of blessed (2008-09-24, C/C++, 1407KB, 下载16次)

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

[Linux/Unix编程] SOCK_RAW_using_in_linux

Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩
Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play (2006-05-22, Unix_Linux, 1KB, 下载31次)

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

[Linux/Unix编程] messagequen

以 下 程 序 在 IBM RS/6000 小 型 机(AIX 操 作 系 统) 上 和IBM PC(UNIX 操 作 系 统) 上 分 别 调 试 通 过。 该 程 序 主 要 模 拟 根 据 帐 号 查 询 余 额 的 过 程。
following procedures in IBM RS/6000 (AIX), and IBM PC (U NIX operating systems), respectively, through debugging. The procedures under simulated account balance inquiries process. (2006-04-21, C/C++, 1KB, 下载10次)

http://www.pudn.com/Download/item/id/174528.html
总计:130