搜索资源列表
C/C++ 使用技巧1001例]配套源码
- C/C++使用技巧1001例一书的配套代码,我找了很久,和大家共享,希望一起进步-C / C skills to use 1,001 cases a book supporting code, I look for a long time and share, hope that progress together
USBhub
- //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by USBPort.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_USBPORT_DIALOG 102 #define IDR_MAINFRAME 12
c-c++Tips1001
- 用C语言编写的1001个例子程序,含许多设计技巧,使读者能快速掌握C语言的各种编程技巧-C language prepared by the 1001 example of procedures, including many design skills so that the reader can quickly grasp the C programming language skills
sph_5
- 动态规划的方程大家都知道,就是 f[i,j]=min{f[i-1,j-1],f[i-1,j],f[i,j-1],f[i,j+1]}+a[i,j] 但是很多人会怀疑这道题的后效性而放弃动规做法。 本来我还想做Dijkstra,后来变了没二十行pascal就告诉我数组越界了……(dist:array[1..1000*1001 div 2]...) 无奈之余看了xj_kidb1的题解,刚开始还觉得有问题,后来豁然开朗…… 反复动规。上山容易下山难,我们可以从上往下
Collection-of-Virus-Samples
- A-Z开头病毒样本集合,压缩文件内共包含4266个文件,其中3265个为病毒样本,1001个为正常程序。仅供实验研究之用!-The collection of virus samples , compressed file contains a total of 4266 files, of which 3265 samples of the virus, 1001 for the normal procedure. Only for experimental study.
sea
- === === === === ==== 上传方式(例)=========================== cgi-bin └ sea(777 or 707) ├ sea.cgi(755) ├ new.cgi(755) ├ list.cgi(755) ├ admin.cgi(755) ├ 其他的.cgi(644) ├ index.html ├ img资料夹 │ └ 船舰图像 │ ├ usrdir资料夹(777 or 7
2004tsgl0105
- 直接运行 weblib2004.exe 或将_mytsjydll文件夹建为虚拟目录 1.登陆 用户名:guest,无密码 管理员:1001,密码:1-Run directly weblib2004.exe or _mytsjydll built for the virtual directory folder 1 Login Username: guest, no password manager: 1001, password: 1
1001_2
- 高精度算法北大poj的1001题 算法还不错,凑齐20字,实在是难啊-Precision arithmetic
knockout-Baidu-2013
- 某公司举行羽毛球大赛,共1001人,采用淘汰制,至少需要多少场比赛?用程序模拟实现。-The company held a badminton competition, a total of 1001 people, using knockout, at least need how many games?Process simulation is used to implement.
1001(AC)
- 北京大学online judge poj 1001 AC 高精度乘法