-
vc工程名转换程序,可以方便的实现工程名的重命名
vc工程名转换程序,可以方便的实现工程名的重命名-vc project to convert procedures, to facilitate the realization of the project were re-named
- 2022-02-03 15:57:02下载
- 积分:1
-
C++ language to develop procedures of the game is fun Super Sky Li, I believe we...
用C++语言开发的游戏程序是好玩的超级天空李,相信大家玩的时候都很年轻。比较小姐?
- 2022-12-13 21:15:03下载
- 积分:1
-
很快
bpsk的算法实现,运行快,计算量少,误差小。-very fast
- 2022-10-27 15:10:04下载
- 积分:1
-
粒子群优化算法的MATLAB
函数[x,fval,exitflag,output]=pso(objfunc,nvars,options)
- 2022-06-14 22:30:17下载
- 积分:1
-
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组-VB learning a complete version, is based on the VB6.0! Hope everyone has a certain degree of learning to help groups
- 2022-04-10 16:15:47下载
- 积分:1
-
获得硬盘物理id
获得硬盘物理id-was hard physical id
- 2022-02-03 03:29:49下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1
-
控制面板示例 VB实现 控制面板的相似功能
控制面板示例 VB实现 控制面板的相似功能-control panel sample VB control panel similar to the function
- 2023-05-09 11:30:03下载
- 积分:1
-
使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。
管理...
使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。
管理员用户名为space,密码为19871025。
演示程序时可打开文件夹中的050704new,里面有测试数据。-Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.
- 2023-03-24 11:40:04下载
- 积分:1
-
[原創][c++][winsock] 簡單的訊息、檔案網路傳輸範例程式[client-server]
资源描述
[原創證明]:Ending分享於codeForge
一個簡單的網路傳輸範例程式
由client端輸入指令來控制檔案傳輸
====使用方法====
先設定server端:
可任意輸入server的port number
server開啟接聽埠
client端:
輸入server的ip及port number
連線成功即可開始傳輸
輸入HELP可以查看指令
=============
編譯前要確定Linker有加上-lws2_32
祝您玩的愉快^^
- 2023-04-29 03:30:05下载
- 积分:1