代码搜索:背包问题
找到约 10,000 项符合「背包问题」的源代码
代码结果 10,000
www.eeworm.com/read/315907/13534995
dsp 字典序问题.dsp
# Microsoft Developer Studio Project File - Name="字典序问题" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/313158/13594997
txt n皇后问题.txt
#include
#include
#define N 8 //N皇后问题
int a[N+1][N+1];
int count=0;
void trial(int i){
int j,k,h;
int flag;
// int a[N+1][N+1];
//printf("\n* i=%d *\n
www.eeworm.com/read/312260/13614297
dsw 字典序问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "字典序问题"=".\字典序问题.dsp
www.eeworm.com/read/312260/13614298
ncb 字典序问题.ncb
www.eeworm.com/read/312260/13614300
plg 字典序问题.plg
Build Log
--------------------Configuration: 字典序问题 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/312260/13614307
opt 字典序问题.opt
www.eeworm.com/read/312260/13614310
dsp 字典序问题.dsp
# Microsoft Developer Studio Project File - Name="字典序问题" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/312038/13619848
pps 优化问题实验.pps
www.eeworm.com/read/308157/13707076
txt 编程汉字问题.txt
/* 本程序为Windows下的控制台程序,需MFC的支持(否则不能通过编译)
* 执行时带一个参数,指定要打开的文件;以每行10个字符(每个中文字符算一个字符),
* 最后一行可能不足10个。另外如'\n','\t'等字符可能改变打印格式。
*/
#include
#include
int main(int argc, c
www.eeworm.com/read/308035/13710901
txt 遇到的问题.txt
问题1:键盘按下不能控制LED,即不能从外部输入信号。
是I/O接口的问题,实验中用GPF端口没有信号输入,将其改为GPD端口就有信号输入,实验中用的是GPD12作为输入。
问题2:程序中的代码如下:
GPDDAT=0;
while(1)
{
i=0;
i=GPDDAT>>12;//将输入得到到电平值右移12位,即移到第一位。
GPDDAT=(i